ssh_config
881 Bytes
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
Host *
ForwardAgent yes
Host reverseproxy
Hostname 164.41.9.49
Port 55555
User spb
Host reverseproxy.unconfigured
Hostname 164.41.9.49
User spb
Host database
Hostname 10.10.40.47
#Hostname 164.41.9.47
Port 55555
User spb
# connect via reverseproxy host
ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22
#ProxyCommand ssh spb@164.41.9.49 nc %h %p
Host social
Hostname 10.10.40.46
#Hostname 164.41.9.46
Port 55555
User spb
# connect via reverseproxy host
ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22
Host email
Hostname 10.10.40.48
#Hostname 164.41.9.48
Port 55555
User spb
# connect via reverseproxy host
ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22
Host integration
Hostname 10.10.40.45
#Hostname 164.41.9.45
Port 55555
User spb
# connect via reverseproxy host
ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22