Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: Agent Forwarding Question for the list

Subject: Re: Agent Forwarding Question for the list
Date: Thu, 05 Oct 2006 13:52:19 -0400
Justin Alcorn wrote:


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


I believe that it enables it, and setting it in the ssh_config is the equivalent of -A. I have tried it both ways and the machine persists in asking for a password. The password request comes so quickly that I suspect it does not have time to go to the other server, and the connection is being intercepted by PAM, though I have not been able to find anyone else having such a problem (who knows if anyone else even uses FC5 this way).


I am presently pursuing this line of inquiry for openssh, researching PAM, and trying futilely to recompile ssh-3.2.9-1 for FC5 64-bit. One of them will return a solution eventually.

Thanks for your help

Jason Powers

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).

<Prev in Thread] Current Thread [Next in Thread>