Commit 2bf2fb49 authored by nimrod's avatar nimrod
Browse files

- A little cleanup for SSH config.

parent c627303c
Loading
Loading
Loading
Loading
+0 −0

File moved.

+6 −4
Original line number Diff line number Diff line
# 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