Commit ebd7e3fd authored by nimrod's avatar nimrod
Browse files

Admin access to GitLab (git URLs are almost git@gitlab so it's not an issue).

parent 5a7d344f
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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