Skip to content
Snippets Groups Projects
Commit b21663f5 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 9073fefe
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment