File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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################################################################################
You can’t perform that action at this time.
0 commit comments