Commit 13469b93 authored by nimrod's avatar nimrod
Browse files

Use the playground for ssh tunneling.

parent 21998eea
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -62,42 +62,42 @@ User ec2-user
Host 172.16.*.*
IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 172.21.*.*
IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 172.22.*.*
IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 172.23.*.*
IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 172.24.*.*
IdentityFile ~/.ssh/dojo_stg_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 172.25.*.*
IdentityFile ~/.ssh/dojo_svc_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 172.50.*.*
IdentityFile ~/.ssh/dojo_prod_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host 10.10.*.*
IdentityFile ~/.ssh/dojo_dev_new_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p

Host dev-csp-scanner.dojo-labs.com
HostName 51.15.113.179