Displaying 1 result from an estimated 1 matches for "id_remotehost_dsa".
2005 May 07
3
passwordless ssh
...t;password> will NOT let me do passwordless
now then I have gotten it to work by using the
following /root/.ssh/.config :
Host remotehost
User remoteuser
Compression yes
Protocol 2
RSAAuthentication yes
StrictHostKeyChecking no
ForwardAgent yes
ForwardX11 yes
IdentityFile /home/localuser/.ssh/id_remotehost_dsa
taken from:
http://www.davz.net/static/howto/sshkeys
I can get it to work from 2 boxes both ways...but when I set up the 3rd
box, it works but one of the other boxes that was good does not do it
anymore.
I go back edit the authorized_key files....
check the other boxes make sure they still work...