Skip to content

Commit efff599

Browse files
authored
Merge pull request #502 from CodeNow/new-epsilon-hosts
new epsilon hosts
2 parents 5db4993 + 1cd3a57 commit efff599

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

ssh/config

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ Host 10.12.*.*
222222
IdentityFile ~/.ssh/epsilon.pem
223223

224224
Host epsilon-api
225-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.14.64 22
225+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.11.80 22
226226

227227
Host epsilon-api-worker
228-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.12.127 22
228+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.11.38 22
229229

230230
Host epsilon-api-socket
231-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.15.207 22
231+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.11.39 22
232232

233233
Host epsilon-api-socket-proxy
234234
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.2.116 22
@@ -246,28 +246,28 @@ Host epsilon-hipache
246246
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.2.195 22
247247

248248
Host epsilon-mongo
249-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.14.140 22
249+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.8.73 22
250250

251251
Host epsilon-navi
252-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.13.227 22
252+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.11.252 22
253253

254254
Host epsilon-neo4j
255255
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.14.204 22
256256

257257
Host epsilon-rabbit
258-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.13.62 22
258+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.8.57 22
259259

260260
Host epsilon-redis
261-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.14.167 22
261+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.9.245 22
262262

263263
Host epsilon-registry
264264
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.12.99 22
265265

266266
Host epsilon-app-services
267-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.13.112 22
267+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.10.174 22
268268

269269
Host epsilon-dock-services
270-
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.12.136 22
270+
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.11.110 22
271271

272272
Host epsilon-userland
273273
ProxyCommand ssh -q ubuntu@epsilon-bastion nc 10.12.2.91 22

0 commit comments

Comments
 (0)