--On 2. Mai 2007 21:21:57 -0500 Barry Brimer <[EMAIL PROTECTED]> wrote:
scp .ssh/id_rsa.pub [EMAIL PROTECTED]:.ssh/authorized_keys changed the permissions on authorized_keys chmod 600What are the permissions on ~/.ssh ?? IIRC, the correct permissions are 700. If your permissions are not correct sshd will not accept pubkey authentication.
You can run sshd with LOGLEVEL DEBUG, then it will tell you if permissions are a problem.
Regards, Dirk
