Skip to content
Snippets Groups Projects
Commit d5d2823f authored by nimrod's avatar nimrod
Browse files

Use the playground for ssh tunneling.

parent 521780f6
No related branches found
No related tags found
No related merge requests found
...@@ -62,42 +62,42 @@ User ec2-user ...@@ -62,42 +62,42 @@ User ec2-user
Host 172.16.*.* Host 172.16.*.*
IdentityFile ~/.ssh/dojo_dev_rsa IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu 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.*.* Host 172.21.*.*
IdentityFile ~/.ssh/dojo_dev_rsa IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu 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.*.* Host 172.22.*.*
IdentityFile ~/.ssh/dojo_dev_rsa IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu 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.*.* Host 172.23.*.*
IdentityFile ~/.ssh/dojo_dev_rsa IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu 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.*.* Host 172.24.*.*
IdentityFile ~/.ssh/dojo_stg_rsa IdentityFile ~/.ssh/dojo_stg_rsa
User ubuntu 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.*.* Host 172.25.*.*
IdentityFile ~/.ssh/dojo_svc_rsa IdentityFile ~/.ssh/dojo_svc_rsa
User ubuntu 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.*.* Host 172.50.*.*
IdentityFile ~/.ssh/dojo_prod_rsa IdentityFile ~/.ssh/dojo_prod_rsa
User ubuntu 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.*.* Host 10.10.*.*
IdentityFile ~/.ssh/dojo_dev_new_rsa IdentityFile ~/.ssh/dojo_dev_new_rsa
User ubuntu 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 Host dev-csp-scanner.dojo-labs.com
HostName 51.15.113.179 HostName 51.15.113.179
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment