diff --git a/.ssh/config.d/20_ec2 b/.ssh/config.d/15_ec2 similarity index 100% rename from .ssh/config.d/20_ec2 rename to .ssh/config.d/15_ec2 diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index f6e8aea4f07ab5e19675b415270428ebe6cb1d89..b967b500f0fc733fb8a94d5f0f4db9fbc6868723 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -1,12 +1,10 @@ +# Bullguard + Host gitlab.dc.dojo-labs.com HostName gitlab.dc.dojo-labs.com User git IdentityFile ~/.ssh/bullguard_ecdsa -Host 172.50.*.* -IdentityFile ~/.ssh/bullguard-prod_rsa -User ubuntu - Host 172.50.1.11 IdentityFile ~/.ssh/bullguard-prod_rsa User ec2-user @@ -15,6 +13,10 @@ Host 172.50.1.111 IdentityFile ~/.ssh/bullguard-prod_rsa User ec2-user +Host 172.50.*.* +IdentityFile ~/.ssh/bullguard-prod_rsa +User ubuntu + Host 172.70.*.* IdentityFile ~/.ssh/bullguard-dev_rsa User ubuntu