Friday, January 09, 2009

ssh login and key file permissions

If your key files are not being used when trying to ssh into a server, set the following permissions on your server account:
> chmod 711 /home
> chmod 700 /home/.ssh
> chmod 600 /home/.ssh/*

0 comments: