summaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-07-05 17:24:11 -0400
committerbnewbold <bnewbold@robocracy.org>2011-07-05 17:24:11 -0400
commit21ac37b3613b9a75786079d5a2d2613c8c0c14e3 (patch)
treed3c3a6ec1096c12182957ad55ce65cc9d8316222 /.ssh
parent853d57a656519441cc3e7593ffbd326c4e3953cd (diff)
downloadopenwrt-repro-21ac37b3613b9a75786079d5a2d2613c8c0c14e3.tar.gz
openwrt-repro-21ac37b3613b9a75786079d5a2d2613c8c0c14e3.zip
update ssh config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config17
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
+