From d8118767850920ea62ea7d778b5b7d3f7bf56db8 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 15 Jan 2020 10:29:18 -0500 Subject: ssh: update hosts --- templates/.ssh/config | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/templates/.ssh/config b/templates/.ssh/config index 55f80f9..d0b912a 100644 --- a/templates/.ssh/config +++ b/templates/.ssh/config @@ -8,20 +8,11 @@ Host virtyx-old User ben ForwardAgent yes -Host burwell.io - User bb - Port 2223 - ForwardAgent yes - Host apollo - Hostname apollo.intra.burwell.io User bb - ForwardAgent yes Host helios - Hostname helios.intra.burwell.io User bb - ProxyCommand ssh apollo -W %h:%p Host jenkins.virtyx.com Hostname {{ pass "ssh/jenkins.virtyx.com/hostname" }} @@ -44,16 +35,17 @@ Host sdf.org Host tty.sdf.org User benburwell -Host platezero - Hostname {{ pass "ssh/platezero/hostname" }} - User ubuntu - ForwardAgent yes +Host platezero.com + User bb Host similar.beer User BenB +Host vela.asnull.net + User bb + Host * + Compression yes {{- if eq .OS "darwin" }} UseKeychain yes -{{ end }} - Compression yes +{{ end -}} -- cgit v1.2.3