@@ -4,12 +4,6 @@ Host alpha*
44 StrictHostKeyChecking no
55 IdentityFile ~/.ssh/Test-runnable.pem
66
7- Host beta*
8- User ubuntu
9- ForwardAgent yes
10- StrictHostKeyChecking no
11- IdentityFile ~/.ssh/oregon.pem
12-
137Host gamma*
148 User ubuntu
159 ForwardAgent yes
@@ -144,61 +138,6 @@ Host hubot
144138 ForwardAgent yes
145139 IdentityFile ~/.ssh/oregon.pem
146140
147- ################################################################################
148- # beta
149- ################################################################################
150- Host beta-bastion
151- HostName 52.11.219.63
152-
153- Host 10.20.*.*
154- User ubuntu
155- ForwardAgent yes
156- StrictHostKeyChecking no
157- ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@beta-bastion nc %h %p
158- IdentityFile ~/.ssh/oregon.pem
159-
160- Host beta-mongodb01
161- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.51 22
162-
163- Host beta-mongodb02
164- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.52 22
165-
166- Host beta-mongodb03
167- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.53 22
168-
169- Host beta-neo4j
170- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.54 22
171-
172- Host beta-registry
173- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.55 22
174-
175- Host beta-redis
176- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.56 22
177-
178- Host beta-redis-slave
179- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.57 22
180-
181- Host beta-hipache
182- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.0.100 22
183-
184- Host beta-userland-hipache
185- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.0.101 22
186-
187- Host beta-api
188- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.58 22
189-
190- Host beta-services
191- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.59 22
192-
193- Host beta-navi
194- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.232 22
195-
196- Host beta-rabbit
197- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.60 22
198-
199- Host beta-web
200- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.61 22
201-
202141################################################################################
203142# Gamma
204143################################################################################
0 commit comments