ls -al ~/.ssh
drwx------ 2 brett brett 4096 Jun 4 13:40 .
drwx------ 6 brett brett 4096 Jun 4 13:37 ..
-rwx------ 1 brett brett 398 Jun 4 13:40 authorized_keys
If the permissions are anything other than those shown above then you need to fix that;
chmod 700 ~/.ssh
chmod 700 ~/.ssh/*
No comments:
Post a Comment