diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-04 11:27:11 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-04 11:27:11 -0400 |
commit | 06dfbbebde3942d4568f202eafb6aa638f97dcad (patch) | |
tree | a6c1bc714c132f526c7e57a52413372523a47894 | |
parent | Check one directory up for .git/HEAD (diff) | |
download | src-06dfbbebde3942d4568f202eafb6aa638f97dcad.tar.gz src-06dfbbebde3942d4568f202eafb6aa638f97dcad.zip |
Forward SSH agent to *.local
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index ca9963c5..17f45791 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,9 @@ Host * HashKnownHosts yes +Host *.local + ForwardAgent yes + Host march HostName march.nyc3.do.cmcenroe.me |