KWLUG Ten SSH Tricks #15

8) Authentication Agent forwarding

If you're connecting from one server to another, you don't need to mess with the authentication agent on both.

        ssh -A

Config file:

       ForwardAgent yes
  • ssh will automatically pass any authentication requests coming from other servers back to the agent running on your own computer

<< Previous | Index | Next >> Copyright © 2002 Daniel Allen