aboutsummaryrefslogtreecommitdiff
path: root/templates/.ssh/config
blob: 55f80f981d4bdec1859b011dd35966eb61feb750 (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
52
53
54
55
56
57
58
59
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 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" }}
  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
  Hostname {{ pass "ssh/platezero/hostname" }}
  User ubuntu
  ForwardAgent yes

Host similar.beer
  User BenB

Host *
{{- if eq .OS "darwin" }}
  UseKeychain yes
{{ end }}
  Compression yes