diff options
Diffstat (limited to 'templates/.ssh/config')
-rw-r--r-- | templates/.ssh/config | 22 |
1 files 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 -}} |