Michael Nelson wrote:
On Wed, May 09, 2007 at 01:30:35AM +0200, Joachim Schrod wrote:

Maybe because the file is named ~/.ssh/authorized_keys (with a "z"), i.e., American and not British spelling?

The other thing that tends to bite people is permissions on
~/.ssh/authorized_keys.  It needs to be 644 ... ie: not writable by anyone
but the owner.  If the permissions are too loose, the passwordless login
will fail.

You're right, another typical problem cause. And, home directory and ~/.ssh must not be world-writable either, and must be owned by the user; otherwise that blocks usage, too. (StrictModes parameter in sshd_config.)

        Joachim

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod                          Email: [EMAIL PROTECTED]
Roedermark, Germany

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to