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

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

parent 1c8fd72e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment