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

Added demo-csp SSH config.

parent 53362e55
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,11 @@ IdentityFile ~/.ssh/bullguard-staging_rsa ...@@ -86,6 +86,11 @@ IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p 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.*.* Host 172.50.*.*
IdentityFile ~/.ssh/bullguard-prod_rsa IdentityFile ~/.ssh/bullguard-prod_rsa
User ubuntu User ubuntu
...@@ -97,22 +102,17 @@ User ubuntu ...@@ -97,22 +102,17 @@ User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host dev-csp-scanner.dojo-labs.com Host dev-csp-scanner.dojo-labs.com
HostName 163.172.129.245 HostName 51.15.113.179
User root User root
IdentityFile ~/.ssh/bullguard-dev_rsa IdentityFile ~/.ssh/bullguard-dev_rsa
Host dev-scanner.dojo-labs.com Host dev-scanner.dojo-labs.com
HostName 51.15.82.149 HostName 51.15.123.142
User root User root
IdentityFile ~/.ssh/bullguard-dev_rsa 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 Host prod-scanner.dojo-labs.com
HostName 51.15.65.250 HostName 51.15.125.178
User root User root
IdentityFile ~/.ssh/bullguard-prod_rsa IdentityFile ~/.ssh/bullguard-prod_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment