-
Website
http://dailyiteration.com/ -
Original page
http://www.dailyiteration.com/howto-passwordless-ssh-authentication-with-putty/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Ziedi ar piegādi
1 comment · 1 points
-
garrido
8 comments · 1 points
-
Joshanderson
1 comment · 1 points
-
kinderis
2 comments · 2 points
-
SATA
1 comment · 1 points
-
-
Popular Threads
Thanks for this very detailed post!
Just wanted to add one more thing: for these steps to work, the SSH server must support passwordless logins also!
To enable this (and if you're doing this on your own machine/s), edit /etc/ssh/sshd_config as root. In it, uncomment the lines that say "PubkeyAuthentication yes". Also, puttygen.exe by default generates SSH2-RSA keys, so also uncomment the "RSAAuthentication yes" line
Thanks again!
It has been documented that the .ssh directory in the user's home directory on the server must have a permission of 700.
However, I realized that not only the .ssh directory, but also the user's home directory cannot give write access to 'group', and 'everyone'. The user's home directory on the server must have permission set to either 700 or 744 (704, 740, etc).