SSH authorized_keys permission
On 12 March 2012 in Tech~/.ssh/authorized_keys content:
ssh-rsa <KEY> [email protected]
Set correct permission to enable public key SSH login
chmod 400 ~/.ssh/authorized_keys chmod 700 ~/.ssh
Related posts:
Filed under Tech with tags SSH
Leave a Reply