Add public key to ssh-open server to login without password
https://linuxhint.com/ssh-using-private-key-linux/
On the remote server we need to
chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys
https://linuxhint.com/ssh-using-private-key-linux/
On the remote server we need to
chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys
Comments
Post a Comment