Changes between Version 8 and Version 9 of HowTo/ForwardSSHAgent


Ignore:
Timestamp:
08/07/14 14:39:12 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ForwardSSHAgent

    v8 v9  
    33In GENI, it regularly comes up that folks want to login into one remote node from their local machine, then log into a second remote node directly from the first remote node.  The tricky bit is that the first remote node does not have your private `ssh` key and so you can't login to the second remote node.
    44
    5 Instead you need to enable '''ssh agent forwarding''' when you log into the first remote node.
     5Instead you need to enable ''ssh agent forwarding'' when you log into the first remote node.
    66
    77If you are using `ssh` via a command line, you can simply add the `-A` option to your usual `ssh` command when you log into the ''first'' remote node.  This feature is particularly useful for working around a [wiki:HowTo/LoginToNodes#MyGENIhostisbehindafirewall firewall].