diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-09-07 15:57:04 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-09-07 15:57:04 -0400 |
commit | 8e5e54a9f3997f291f7aa6e79cb0f444e675e630 (patch) | |
tree | d572089cbce653852b4291c5fc57a4f79030f9f9 /.ssh/config | |
parent | 4c5b935708acdcb7373dd1bb6161e1aec596575e (diff) | |
download | openwrt-repro-8e5e54a9f3997f291f7aa6e79cb0f444e675e630.tar.gz openwrt-repro-8e5e54a9f3997f291f7aa6e79cb0f444e675e630.zip |
various changes
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 24 |
1 files changed, 20 insertions, 4 deletions
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 |