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
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Host gitlab.dc.dojo-labs.com Host gitlab.dc.dojo-labs.com
HostName gitlab.dc.dojo-labs.com HostName gitlab.dc.dojo-labs.com
User git User nimrod
IdentityFile ~/.ssh/bullguard_ecdsa IdentityFile ~/.ssh/bullguard_ecdsa
Host ran-int-teamcity.dc.dojo-labs.com Host ran-int-teamcity.dc.dojo-labs.com
...@@ -49,22 +49,28 @@ User ec2-user ...@@ -49,22 +49,28 @@ User ec2-user
Host 172.20.*.* Host 172.20.*.*
IdentityFile ~/.ssh/bullguard-staging_rsa IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.21.*.* Host 172.21.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.22.*.* Host 172.22.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.23.*.* Host 172.23.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.50.*.* Host 172.50.*.*
IdentityFile ~/.ssh/bullguard-prod_rsa IdentityFile ~/.ssh/bullguard-prod_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host dev-scanner.dojo-labs.com Host dev-scanner.dojo-labs.com
HostName 51.15.82.149 HostName 51.15.82.149
User root User root
...@@ -79,3 +85,8 @@ Host prod-scanner.dojo-labs.com ...@@ -79,3 +85,8 @@ Host prod-scanner.dojo-labs.com
HostName 51.15.65.250 HostName 51.15.65.250
User root User root
IdentityFile ~/.ssh/bullguard-prod_rsa 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