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.


I could be wrong, but I beleve ForwardAgent just ALLOWS agent forwarding.

You stil need to ssh -A [EMAIL PROTECTED]

Usage: ssh [options] host [command]
Options:
  -l user     Log in using this user name.
  -n          Redirect input from /dev/null.
  -F config   Config file (default: ~/.ssh/config).
  -A          Enable authentication agent forwarding.
  -a          Disable authentication agent forwarding (default).

Reply via email to