-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbastion
More file actions
68 lines (56 loc) · 1.2 KB
/
bastion
File metadata and controls
68 lines (56 loc) · 1.2 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
63
64
65
66
67
Host jump
HostName 130.245.168.85
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host elk
HostName 130.245.169.86
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host mail-server
HostName 130.245.171.134
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host router
HostName 130.245.170.211
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host redis
HostName 192.168.122.27
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host auth-service
HostName 192.168.122.30
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host email-verification-service
HostName 192.168.122.31
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host media-service
HostName 192.168.122.22
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host qa-service
HostName 192.168.122.26
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host registration-service
HostName 192.168.122.32
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host search-service
HostName 192.168.122.29
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa
Host user-service
HostName 192.168.122.28
ProxyCommand ssh jump -W %h:%p
User ubuntu
IdentityFile ~/.ssh/id_rsa