Re: Passwordless SSH still asks for password when remote username differs

2003-01-19 Thread Christian Jaeger
Make sure that the user's home dir on the remote host is not group writeable (and the .ssh subdir as well). sshd does some checks before using some files. Christian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Passwordless SSH still asks for password when remote username differs

2003-01-19 Thread Colin Watson
On Sun, Jan 19, 2003 at 04:34:44PM +0100, Jean-Marc V. Liotier wrote: > Here is what I did : > > # Local end : > cd ~/.ssh > # Enter an empty password when prompted by the following command > ssh-keygen -t dsa -f id_dsa > scp id_dsa.pub remote.end.net:~/.ssh > # Repeat last command for all remote