Jason Powers wrote: > >>> [EMAIL PROTECTED]> ssh-add >>> (type pass for key) >>> [EMAIL PROTECTED]> ssh [EMAIL PROTECTED] >>> >>> now from that terminal >>> [EMAIL PROTECTED]> ssh [EMAIL PROTECTED] >>> >>> It asks me for a password when I try to jump to the second server. I >>> can put the password in and it works, but I think at this point it >>> should be forwarding the key. What happen if list the current keys the agent hold? $ ssh-add -l
If it's empty, can you do it before "ssh [EMAIL PROTECTED]"? If it's not empty, can you on server2 ls -ld /home/otheruser/.ssh /home/otheruser/.ssh/authorized_keys* Regards, Simon Piette
