diff options
-rw-r--r-- | .ssh/config | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index a1ab622..568589b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,7 +6,7 @@ Host daemon User bnewbold Host animus Port 2222 - HostName 69.12.22.71 + HostName 69.12.222.71 User bnewbold Host linux HostName linux.mit.edu @@ -43,6 +43,9 @@ Host adelie HostName 173.230.155.60 Port 484 User bnewbold + ControlPath ~/.ssh/master-%l-%r@%h:%p + ControlMaster auto + Compression yes Host mars HostName mars.cfa.harvard.edu User bnewbold @@ -56,3 +59,15 @@ Host bicep52 Host odyssey HostName odyssey.fas.harvard.edu User bnewbold +Host dk + HostName 173.255.227.85 + User dodo +Host cabinet + HostName cabinet.grabfu.com + User ubuntu + ControlPath ~/.ssh/master-%l-%r@%h:%p + ControlMaster auto + LocalForward 4999 localhost:4999 + Compression yes + ServerAliveInterval 30 + |