From 43f590fdb4e28760be4d94ae7e06551a470da16f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 25 Jun 2018 10:16:36 +0300 Subject: [PATCH] Added demo-csp SSH config. --- .ssh/config.d/20_bullguard | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index 6ca5a23..adecaf1 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -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 -- GitLab