|
|||||||||||
|
RE: public key (RSA) authentication problem
From: Turner, Carl H [NTWK SVCS] <CarlTurner(at)NMCC.SprintSpectrum.com>
Date: Thu Aug 14 2003 - 13:53:16 EDT
openssh will not allow the key transfer to take place if the permissions above are not set. If you are still not getting a public key to work, try starting the client in debug mode (-vvv) or the sshd (-ddd) and reply with the contents. It will tell you exactly why the transfer is being denied. -Carl
-----Original Message-----
Anytime I've had problems logging in with swapped public keys, the following ownership changes have fixed it 99% of the time: (entered from the user's home directory. e.g. cd /home/username ) chmod 755 . .ssh .ssh/authorized_keys Give that a try. John
-----Original Message-----
On Tue, Aug 12, 2003 at 09:12:17PM -0400, Ben Green wrote:
Check the directory permissions, too -- on every directory leading up to, and including, the .ssh directory. If any of them is either groupor world-writable, then it will not work. Received on Thu Aug 14 15:37:57 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:03:02 EDT |
||||||||||
|
|||||||||||