On Thu, 2011-01-27 at 02:48 -0500, Nico Kadel-Garcia wrote:
On 27/01/2011, at 7:45 PM, Always Learning wrote:
server /root/.ssh
id_rsa.authorized_keys -rw--------
But, the name of the file with a copy of your public key should be $HOME/.ssh/authorized_keys. And the permissions of $HOME/.ssh should be 0700.
1. logging-on to the remote server as root.
2. server:-
drwx------ 2 root root 4096 Jan 27 03:23 .ssh
-rw------- 1 root root 404 Jan 27 03:23 id_rsa.authorized_keys
OK ?