diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index 9663e60fb8a253f40e859c79da735f8f4dad212b..a6594ebf7bb41711f0d2b5bb485e599a79e5a626 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -2,7 +2,7 @@ Host gitlab.dc.dojo-labs.com HostName gitlab.dc.dojo-labs.com -User git +User nimrod IdentityFile ~/.ssh/bullguard_ecdsa Host ran-int-teamcity.dc.dojo-labs.com @@ -49,22 +49,28 @@ User ec2-user Host 172.20.*.* IdentityFile ~/.ssh/bullguard-staging_rsa User ubuntu +ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p Host 172.21.*.* IdentityFile ~/.ssh/bullguard-dev_rsa User ubuntu +ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p Host 172.22.*.* IdentityFile ~/.ssh/bullguard-dev_rsa User ubuntu +ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p Host 172.23.*.* IdentityFile ~/.ssh/bullguard-dev_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 +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 @@ -79,3 +85,8 @@ Host prod-scanner.dojo-labs.com HostName 51.15.65.250 User root IdentityFile ~/.ssh/bullguard-prod_rsa + +Host qadesktop.dojo-labs.com +HostName 192.168.0.164 +User qadesktop +IdentityFile ~/.ssh/bullguard_ecdsa