@@ -10,6 +10,12 @@ Host beta*
1010 StrictHostKeyChecking no
1111 IdentityFile ~/.ssh/oregon.pem
1212
13+ Host gamma*
14+ User ubuntu
15+ ForwardAgent yes
16+ StrictHostKeyChecking no
17+ Identityfile ~/.ssh/gamma.pem
18+
1319################################################################################
1420# production runnable.io
1521################################################################################
@@ -169,6 +175,96 @@ Host beta-rabbit
169175Host beta-web
170176 ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.61 22
171177
178+ ################################################################################
179+ # Gamma
180+ ################################################################################
181+
182+ Host gamma-bastion
183+ HostName 54.69.34.161
184+
185+ Host 10.4.*.*
186+ User ubuntu
187+ ForwardAgent yes
188+ StrictHostKeyChecking no
189+ ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@gamma-bastion nc %h %p
190+ IdentityFile ~/.ssh/gamma.pem
191+
192+ ## Gamma Userland Hipache
193+ Host gamma-userland-hipache
194+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22
195+
196+ Host gamma-user-us-west-2a
197+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22
198+
199+ ## Gamma App Hipache
200+ Host gamma-hipache
201+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22
202+
203+ Host gamma-hipache-us-west-2a
204+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22
205+
206+ ## Gamma API
207+ Host gamma-api
208+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
209+
210+ Host gamma-api-us-west-2a
211+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
212+
213+ ## Gamma MongoDB
214+ Host gamma-mongo-us-west-2a
215+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.144 22
216+
217+ Host gamma-mongo-us-west-2b
218+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.57 22
219+
220+ Host gamma-mongo-us-west-2c
221+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22
222+
223+ ## Gamma Rabbit
224+ Host gamma-rabbit
225+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.19.17 22
226+
227+ ## Gamma Redis
228+ Host gamma-redis
229+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22
230+
231+ Host gamma-redis-us-west-2a
232+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22
233+
234+ Host gamma-redis-slave
235+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.84 22
236+
237+ Host gamma-redis-us-west-2b
238+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.84 22
239+
240+ ## Gamma Neo4J
241+ Host gamma-neo4j
242+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
243+
244+ Host gamma-neo4j-us-west-2a
245+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
246+
247+ ## Gamma Services
248+ Host gamma-services-us-west-2a
249+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
250+
251+ Host gamma-services
252+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
253+
254+ ## Gamma Registry
255+ Host gamma-registry-us-west-2a
256+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
257+
258+ Host gamma-registry
259+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
260+
261+ ## Gamma Web
262+ Host gamma-web-us-west-2a
263+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22
264+
265+ Host gamma-web
266+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22
267+
172268################################################################################
173269# other
174270################################################################################
0 commit comments