-
Notifications
You must be signed in to change notification settings - Fork 2
/
ssh_config
44 lines (34 loc) · 1014 Bytes
/
ssh_config
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
# ssh config file
#
# Earlier settings take priority over later ones
# short names
Host 19cw faith dawn giles gilesipmi osmc tara mrpointy storage1 lilah apps1 loftpi
HostName %h.sw1v.org
Host ares hermes hera juno mnemosyne themis eleutheria pheme homonoia freya aphrodite cerberus hephaestus hebe juventas clio
HostName %h.matrix.org
Host ansible
HostName %h.i.vector.im
# per-domain config
Match host *.sw1v.org
ForwardAgent yes
Match host *.matrix.org,*.vector.im
ForwardAgent yes
User richardv
# per-server config
Match host martinbrock.org
User richard
ForwardAgent yes
Match host gilesipmi.sw1v.org
User ADMIN
ServerAliveInterval 300
Match host giles.sw1v.org,tara.sw1v.org,storage1.sw1v.org
ProxyCommand ssh gw0.sw1v.org nc -w 90 %h %p
ServerAliveInterval 30
Match host osmc.sw1v.org
User osmc
Host mrpointy.sw1v.org
User root
#
#Host lilah lilah.sw1v.org
# ProxyCommand ssh faith.sw1v.org nc -w 90 %h %p
# ServerAliveInterval 30