Changes between Version 9 and Version 10 of HowTo/ForwardSSHAgent


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ForwardSSHAgent

    v9 v10  
    1616If you are not using a command line `ssh` client you will need to find the appropriate option on your particular client. Some poking around and googling should readily turn up the answer for your client.
    1717
     18== SSH Config ==
     19
     20If you are using an SSH configuration file, you can use the `ForwardAgent` command in your `.ssh/config` to perform the equivalent action as using `-A` on the command line.
     21
     22{{{
     23Host myserver
     24  ForwardAgent yes
     25}}}
     26
    1827== References ==
    1928`man ssh` includes this: