21
5
Why is 0644
i.e. -rw-r--r--
too open for a SSH key? Also I could not find any false permissions on the .ssh
directory (0700
) or the home directory (0731
).
Btw I'm getting this error when testing the paraphrase of a key via ssh-keygen -y -f my_key.pub
Best regards
Absolutely do not follow these instructions. This is NOT what you should do. This will also reset all home directory permissions. You should ONLY be modifying the
.ssh
folder and theid_rsa
file itself, not your entire home directory! – niftylettuce – 2017-10-24T00:48:55.020