diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2014-05-02 14:08:37 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-05-05 21:43:09 -0400 |
commit | d7147c1a2c00c59ac6e044db12a9e054110fa378 (patch) | |
tree | 9cb41a612441c79bb5a8076245a7a1f06671a5b0 | |
parent | dc2c2884d0327f02f55ebcb0547edd596328a87b (diff) | |
download | openwrt-repro-d7147c1a2c00c59ac6e044db12a9e054110fa378.tar.gz openwrt-repro-d7147c1a2c00c59ac6e044db12a9e054110fa378.zip |
ssh config: ForwardAgent and devzed entries
-rw-r--r-- | .ssh/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 7ddb645..3c573db 100644 --- a/.ssh/config +++ b/.ssh/config @@ -63,6 +63,7 @@ Host adelie ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto Compression yes + ForwardAgent yes Host sniffles #HostName 50.116.57.44 HostName sniffles.rooter.is @@ -72,6 +73,7 @@ Host sniffles ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto Compression yes + ForwardAgent yes Host mars HostName mars.cfa.harvard.edu User bnewbold @@ -166,10 +168,18 @@ Host devzed User root UserKnownHostsFile /dev/null StrictHostKeyChecking no +Host devzed.local + User root + UserKnownHostsFile /dev/null + StrictHostKeyChecking no Host melzed User root UserKnownHostsFile /dev/null StrictHostKeyChecking no +Host melzed.local + User root + UserKnownHostsFile /dev/null + StrictHostKeyChecking no Host nsa HostName 82.221.106.97 Host nsabunker |