When trying to load my keys I get this error
ssh-add ~/.ssh
Permissions 0755 for '/home/starkers/.ssh' are too open.
Note that the permissions are too open for the .ssh
directory, not an actual key.
Modifying the ownership doesn't change anything:
chmod 755 ~/.ssh
ssh-add ~/.ssh
Permissions 0755 for '/home/starkers/.ssh' are too open.
The thing is, I need to write to this directory when I create new keys, so what's it on about?