From b3e71a842d1179255652ab5114638c2680585371 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 19 May 2016 19:48:42 -0700 Subject: ssh config: update hosts (spring 2016) --- .ssh/config | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to '.ssh/config') 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 -- cgit v1.2.3