diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index e921022..9443976 100644 --- a/.ssh/config +++ b/.ssh/config @@ -35,10 +35,22 @@ Host fajitta Host flauta HostName flauta.berkeley.edu User polarbear -Host leaf +Host bamboo HostName 69.164.217.230 Port 2269 User bnewbold +Host leaflabs.com + HostName kelp.leaflabs.com + User bnewbold + Port 484 +Host kelp + HostName kelp.leaflabs.com + User bnewbold + Port 484 +Host durian + HostName durian.leaflabs.com + User bnewbold + Port 484 Host leaf_rsync HostName ch-s010.rsync.net User 10009 @@ -141,3 +153,7 @@ Host rooter User root Host ttt.rooter.is Port 2222 +Host factory + HostName factory.numm.org + Port 2204 + |