diff options
-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 |