SSH authorized_keys2
To make trusted SSH authentications work you must place the public key of the client server in the ~/.ssh/authorized_keys2 file. The directory ~/.ssh must have permissions 700, and the authorized_keys2 file should have permissions of 600.
Otherwise public key authentication WILL fail. To view this, tail your /var/log/secure.log to see the permission errors.
Otherwise public key authentication WILL fail. To view this, tail your /var/log/secure.log to see the permission errors.
Leave A Reply
- 1 Reply
Replies
August 21st 2002 -
this is for openssh, ssh.com's sshd is completely different.