Commit 07307af2 authored by nimrod's avatar nimrod
Browse files

Updates to Dojo-Labs SSH config.

parent 71d59f0f
Loading
Loading
Loading
Loading
+20 −17
Original line number Diff line number Diff line
@@ -30,6 +30,26 @@ HostName ran-stg-build.dc.dojo-labs.com
User ubuntu
IdentityFile ~/.ssh/bullguard_ecdsa

Host demo-csp.dc.dojo-labs.com
User ubuntu
IdentityFile ~/.ssh/bullguard-prod_rsa

Host dev-csp.dc.dojo-labs.com
User ubuntu
IdentityFile ~/.ssh/bullguard-dev_rsa

Host qa-csp.dc.dojo-labs.com
User ubuntu
IdentityFile ~/.ssh/bullguard-qa_rsa

Host int-csp.dc.dojo-labs.com
User ubuntu
IdentityFile ~/.ssh/bullguard-integration_rsa

Host stg-csp.dc.dojo-labs.com
User ubuntu
IdentityFile ~/.ssh/bullguard-staging_rsa

Host 172.23.44.125
IdentityFile ~/.ssh/bullguard-ofer_rsa

@@ -39,18 +59,6 @@ IdentityFile ~/.ssh/bullguard-ofer_rsa
Host 172.23.93.156
User ec2-user

Host 172.50.0.160
User ec2-user

Host 172.20.0.44
User ec2-user

Host 172.20.0.51
User ec2-user

Host 172.20.0.233
User ec2-user

Host 172.16.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu
@@ -130,8 +138,3 @@ Host bastion.ops.dojo-labs.com
User admin
IdentityFile ~/.ssh/bullguard-dev_rsa
ForwardAgent yes

Host 172.24.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User admin
ProxyCommand ssh bastion.ops.dojo-labs.com -W %h:%p