@@ -10,11 +10,6 @@ Host beta*
1010 StrictHostKeyChecking no
1111 IdentityFile ~/.ssh/oregon.pem
1212
13- Host mesos*
14- User core
15- ForwardAgent yes
16- IdentityFile ~/.ssh/oregon.pem
17-
1813################################################################################
1914# production runnable.io
2015################################################################################
@@ -71,35 +66,6 @@ Host alpha-redis-slave
7166Host alpha-redis
7267 ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.172 22
7368
74- ## do not change below line, it is referenced in ansible scripts
75- # prod-hosts docks
76- Host alpha-demo
77- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.92 22
78-
79- Host alpha-dock1
80- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.41 22
81-
82- Host alpha-dock2
83- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.10 22
84-
85- Host alpha-dock3
86- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.210 22
87-
88- Host alpha-dock4
89- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.4 22
90-
91- Host alpha-dock5
92- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.206 22
93-
94- Host alpha-runnable2
95- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.93 22
96-
97- Host alpha-intercom1
98- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.79 22
99-
100- Host alpha-intercom2
101- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.117 22
102-
10369Host alpha-rabbit
10470 ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.253 22
10571
@@ -142,12 +108,6 @@ Host migration-router
142108 ForwardAgent yes
143109 IdentityFile ~/.ssh/oregon.pem
144110
145- Host elk
146- ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.1.222 22
147- User ubuntu
148- ForwardAgent yes
149- IdentityFile ~/.ssh/oregon.pem
150-
151111Host hubot
152112 ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22
153113 User ubuntu
@@ -206,33 +166,6 @@ Host beta-rabbit
206166Host beta-web
207167 ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.61 22
208168
209- ## do not change below line, it is referenced in ansible scripts
210- # beta-hosts docks
211- Host beta-runnable-build
212- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.209 22
213- Host beta-runnable-run
214- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.26 22
215- Host beta-dock1
216- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.201 22
217-
218- ## beta mesos
219- Host mesos-master
220- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.4.196 22
221- Host mesos-private-slave1
222- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.3.159 22
223- Host mesos-private-slave2
224- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.3.157 22
225- Host mesos-private-slave3
226- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.3.158 22
227- Host mesos-private-slave4
228- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.3.160 22
229- Host mesos-private-slave5
230- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.3.156 22
231- Host mesos-public-slave1
232- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.4.178 22
233- Host mesos-admin
234- ProxyCommand ssh -q ubuntu@beta-bastion nc 10.0.5.195 22
235-
236169################################################################################
237170# other
238171################################################################################
@@ -241,7 +174,3 @@ Host 127.0.0.1
241174 UserKnownHostsFile /dev/null
242175 User core
243176 LogLevel QUIET
244-
245- Host devbox-3
246- User ubuntu
247- HostName 54.177.1.44
0 commit comments