From 8e5e54a9f3997f291f7aa6e79cb0f444e675e630 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 7 Sep 2010 15:57:04 -0400 Subject: various changes --- .ssh/config | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 5a550dc..378377b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,7 +5,8 @@ Host daemon HostName daemon.robocracy.org User bnewbold Host animus - HostName animus.robocracy.org + Port 2222 + HostName 69.12.22.71 User bnewbold Host linux HostName linux.mit.edu @@ -31,9 +32,24 @@ Host fajitta Host flauta HostName flauta.berkeley.edu User polarbear -Host leaf_bh - HostName leaflabs.net - User leaflabs Host leaf HostName 69.164.217.230 + Port 2269 User bnewbold +Host leaf_rsync + HostName ch-s010.rsync.net + User 10009 +Host adelie + HostName 173.230.155.60 + Port 484 + User bnewbold +Host mars + HostName mars.cfa.harvard.edu + User bnewbold +Host bmode + HostName bicep0.caltech.edu + User bnewbold +Host bicep51 + HostName bicep.fas.harvard.edu + User bicep + ForwardX11 yes -- cgit v1.2.3