diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-19 19:48:42 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-19 19:48:42 -0700 |
commit | b3e71a842d1179255652ab5114638c2680585371 (patch) | |
tree | 694a4ceb52c18cac2cfe14227b8aaa7f2398367f | |
parent | c2e20e9ed566801ebde2cee96ccee66294a5432c (diff) | |
download | openwrt-repro-b3e71a842d1179255652ab5114638c2680585371.tar.gz openwrt-repro-b3e71a842d1179255652ab5114638c2680585371.zip |
ssh config: update hosts (spring 2016)
-rw-r--r-- | .ssh/config | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/.ssh/config b/.ssh/config index ffefa07..01273d0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -29,6 +29,26 @@ Host adelie ControlMaster auto Compression yes ForwardAgent yes +Host adze + #HostName 96.126.104.254 + HostName adze.robocracy.org + HostKeyAlias adze + #Port 484 + User bnewbold + ControlPath ~/.ssh/master-%l-%r@%h:%p + ControlMaster auto + Compression yes + ForwardAgent yes +Host adelie6 + HostName 2600:3c01::f03c:91ff:fe96:1204 + #HostName adelie.robocracy.org + HostKeyAlias adelie + Port 484 + User bnewbold + ControlPath ~/.ssh/master-%l-%r@%h:%p + ControlMaster auto + Compression yes + ForwardAgent yes Host sniffles #HostName 50.116.57.44 HostName sniffles.rooter.is @@ -71,11 +91,13 @@ Host numm User root Port 2222 Host bunker - HostName 5.9.152.81 - Port 22 + #HostName 5.9.152.81 + #Port 22 + HostName bunker.the-nsa.org Host factory - HostName factory.numm.org - Port 2204 + HostName factory.the-nsa.org + User factory + Port 22 Host rooter HostName 192.168.64.1 User root @@ -99,3 +121,5 @@ Host nsa HostName 82.221.106.97 Host nsabunker HostName 82.221.106.98 +Host multinomial + User normal |