Re: Agent Forwarding Question for the list
- From: Justin Alcorn <justin@xxxxxxxxxxx>
- Date: Thu, 05 Oct 2006 12:00:50 -0400
Jason Powers wrote:
me@desktop> ssh-add
(type pass for key)
me@desktop> ssh someuser@server1
now from that terminal
someuser@server1> ssh otheruser@server2
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 user@server1
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).
- Follow-Ups:
- Re: Agent Forwarding Question for the list
- From: Jason Powers
- Re: Agent Forwarding Question for the list
- References:
- Agent Forwarding Question for the list
- From: Jason Powers
- Agent Forwarding Question for the list
- Prev by Date: Agent Forwarding Question for the list
- Next by Date: Re: Agent Forwarding Question for the list
- Previous by thread: Agent Forwarding Question for the list
- Next by thread: Re: Agent Forwarding Question for the list
- Index(es):
Relevant Pages
|