diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 33d9195..1cd0563 100644 --- a/.ssh/config +++ b/.ssh/config @@ -40,7 +40,16 @@ Host leaf_rsync HostName ch-s010.rsync.net User 10009 Host adelie - HostName 173.230.155.60 + #HostName 173.230.155.60 + HostName adelie.robocracy.org + Port 484 + User bnewbold + ControlPath ~/.ssh/master-%l-%r@%h:%p + ControlMaster auto + Compression yes +Host sniffles + #HostName 50.116.57.44 + HostName sniffles.rooter.is Port 484 User bnewbold ControlPath ~/.ssh/master-%l-%r@%h:%p |