Commit 671cb87c authored by nimrod's avatar nimrod
Browse files

Added ops, demo environments to dojo-labs SSH config.

parent 0b0cae44
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -71,6 +71,11 @@ IdentityFile ~/.ssh/bullguard-prod_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

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

Host dev-scanner.dojo-labs.com
HostName 51.15.82.149
User root
@@ -90,3 +95,13 @@ Host qadesktop.dojo-labs.com
HostName 192.168.0.164
User qadesktop
IdentityFile ~/.ssh/bullguard_ecdsa

Host bastion.ops.dojo-labs.com
User admin
IdentityFile ~/.ssh/bullguard-dev_rsa
ForwardAgent yes

Host 172.24.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User admin
ProxyCommand ssh bastion.ops.dojo-labs.com -W %h:%p