Skip to content

Commit d7f96da

Browse files
author
Christopher M. Neill
committed
per rsandor - still need nginx router for runnable.com
1 parent 88b7295 commit d7f96da

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

ssh/config

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@ Host delta*
1010
StrictHostKeyChecking no
1111
Identityfile ~/.ssh/delta.pem
1212

13+
################################################################################
14+
# oregon
15+
################################################################################
16+
Host oregon-bastion
17+
HostName 52.25.121.228
18+
User ubuntu
19+
ForwardAgent yes
20+
IdentityFile ~/.ssh/oregon.pem
21+
22+
Host migration-router
23+
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22
24+
User ubuntu
25+
ForwardAgent yes
26+
IdentityFile ~/.ssh/oregon.pem
27+
28+
Host hubot
29+
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22
30+
User ubuntu
31+
ForwardAgent yes
32+
IdentityFile ~/.ssh/oregon.pem
33+
1334
################################################################################
1435
# DELTA staging runnable.io
1536
################################################################################

0 commit comments

Comments
 (0)