From b21663f528440b7d6c8806c968e59124b8065362 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 6 Mar 2018 15:11:29 +0200 Subject: [PATCH] Admin access to GitLab (git URLs are almost git@gitlab so it's not an issue). --- .ssh/config.d/20_bullguard | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index 9663e60..a6594eb 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 -- GitLab