-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgateway_ssh_config
More file actions
62 lines (62 loc) · 1.48 KB
/
gateway_ssh_config
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
60
61
62
Host swan
HostName 10.126.150.20
User libin1
ControlPersist yes
ControlMaster auto
ControlPath ~/.ssh/%r@%h:%p
Host dev
HostName 10.103.8.3
User libin1
ProxyCommand ssh -W %h:%p swan
Host a5
HostName 10.103.8.245
User libin1
ProxyCommand ssh -W %h:%p swan
Host a6
HostName 10.103.8.246
User libin1
ProxyCommand ssh -W %h:%p swan
Host a7
HostName 10.103.9.72
User libin1
ProxyCommand ssh -W %h:%p swan
Host a8
HostName 10.120.196.18
User libin1
ProxyCommand ssh -W %h:%p swan
Host a9
HostName 10.120.196.19
User libin1
ProxyCommand ssh -W %h:%p swan
Host rs
HostName 10.136.27.171
User libin1
ProxyCommand ssh -W %h:%p swan
Host devwj
HostName 10.136.35.3
User libin1
ProxyCommand ssh -W %h:%p swan
Host a5wj
HostName 10.136.23.15
User libin1
ProxyCommand ssh -W %h:%p swan
Host a6wj
HostName 10.136.23.16
User libin1
ProxyCommand ssh -W %h:%p swan
Host s1
HostName 10.136.32.17
User libin1
ProxyCommand ssh -W %h:%p swan
Host s2
HostName 10.103.8.2
User libin1
ProxyCommand ssh -W %h:%p swan
Host k8s1
HostName 10.136.12.8
User libin1
ProxyCommand ssh -W %h:%p swan
Host k8s2
HostName 10.136.130.40
User libin1
ProxyCommand ssh -W %h:%p swan