diff options
author | Ben Burwell <ben@benburwell.com> | 2020-01-15 10:29:18 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-01-15 10:29:30 -0500 |
commit | d8118767850920ea62ea7d778b5b7d3f7bf56db8 (patch) | |
tree | 3113b4920d57df6024e20fd7224cee0634eee93b | |
parent | f3ee631c141a3fab8e79532fe75e77965157c5de (diff) |
ssh: update hosts
-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 -}} |