From 21ac37b3613b9a75786079d5a2d2613c8c0c14e3 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 5 Jul 2011 17:24:11 -0400 Subject: update ssh config --- .ssh/config | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.ssh') 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 + -- cgit v1.2.3