From d5d2823ffd2888c8fe4bd9e6f8f71932a96e48af Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 3 Sep 2018 13:06:53 +0300 Subject: [PATCH] Use the playground for ssh tunneling. --- .ssh/config.d/20_dojolabs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.ssh/config.d/20_dojolabs b/.ssh/config.d/20_dojolabs index c6b5b96..6caf07d 100644 --- a/.ssh/config.d/20_dojolabs +++ b/.ssh/config.d/20_dojolabs @@ -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 -- GitLab