@@ -181,11 +181,6 @@ Host beta-web
181181
182182Host gamma-bastion
183183 HostName 54.69.34.161
184- # HostName <IP-for-UW2B-bastion>
185- # HostName <IP-for-UW2C-bastion>
186-
187- Host gamma-bastion-us-west-2a
188- #HostName 54.69.34.161
189184
190185Host 10.4.*.*
191186 User ubuntu
@@ -196,57 +191,48 @@ Host 10.4.*.*
196191
197192## Gamma Userland Hipache
198193Host gamma-user
199- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.141 22
194+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22
200195
201196Host gamma-user-us-west-2a
202- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.141 22
197+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22
203198
204199## Gamma App Hipache
205200Host gamma-hipache
206- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.209 22
201+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22
207202
208203Host gamma-hipache-us-west-2a
209- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.209 22
204+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22
210205
211206## Gamma API
212207Host gamma-api
213- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.188 22
208+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
214209
215210Host gamma-api-us-west-2a
216- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.188 22
211+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
217212
218213## Gamma MongoDB
219214Host gamma-mongo-us-west-2a
220- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.7.144 22
221-
222- Host gmdb2a
223- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.7.144 22
215+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.144 22
224216
225217Host gamma-mongo-us-west-2b
226- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.10.57 22
227-
228- Host gmdb2b
229- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.10.57 22
218+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.57 22
230219
231220Host gamma-mongo-us-west-2c
232- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.15.18 22
233-
234- Host gmdb2c
235- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.15.18 22
221+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22
236222
237223## Gamma Redis
238224Host gamma-redis
239- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.5.103 22
225+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.5.103 22
240226
241227Host gamma-redis-us-west-2a
242- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.5.103 22
228+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.5.103 22
243229
244230## Gamma Neo4J
245231Host gamma-neo4j
246- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.210 22
232+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
247233
248234Host gamma-neo4j-us-west-2a
249- ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.210 22
235+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
250236
251237################################################################################
252238# other
0 commit comments