Commit aedde159 authored by nimrod's avatar nimrod
Browse files

Added demo-csp SSH config.

parent de6b6fea
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -86,6 +86,11 @@ IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

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

Host 172.50.*.*
IdentityFile ~/.ssh/bullguard-prod_rsa
User ubuntu
@@ -97,22 +102,17 @@ User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

Host dev-csp-scanner.dojo-labs.com
HostName 163.172.129.245
HostName 51.15.113.179
User root
IdentityFile ~/.ssh/bullguard-dev_rsa

Host dev-scanner.dojo-labs.com
HostName 51.15.82.149
HostName 51.15.123.142
User root
IdentityFile ~/.ssh/bullguard-dev_rsa

Host staging-scanner.dojo-labs.com
HostName 51.15.60.153
User root
IdentityFile ~/.ssh/bullguard-staging_rsa

Host prod-scanner.dojo-labs.com
HostName 51.15.65.250
HostName 51.15.125.178
User root
IdentityFile ~/.ssh/bullguard-prod_rsa