aboutsummaryrefslogtreecommitdiff
path: root/templates/.ssh/config
blob: d0b912afe1716d56f47c236cd9382c822acfc0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Host virtyx
  Hostname {{ pass "ssh/virtyx/hostname" }}
  User ben
  ForwardAgent yes

Host virtyx-old
  Hostname {{ pass "ssh/virtyx-old/hostname" }}
  User ben
  ForwardAgent yes

Host apollo
  User bb

Host helios
  User bb

Host jenkins.virtyx.com
  Hostname {{ pass "ssh/jenkins.virtyx.com/hostname" }}
  User ubuntu
  ProxyCommand ssh virtyx-old -W %h:%p

Host maven.virtyx.com
  Hostname {{ pass "ssh/maven.virtyx.com/hostname" }}
  User ubuntu
  ProxyCommand ssh virtyx-old -W %h:%p

Host nginx1.virtyx.com
  Hostname {{ pass "ssh/nginx1.virtyx.com/hostname" }}
  User ubuntu
  ProxyCommand ssh virtyx-old -W %h:%p

Host sdf.org
  User benburwell

Host tty.sdf.org
  User benburwell

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 -}}