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

- Added new dev environment, more detailed production ssh config for bullguard.

parent 2bb77175
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -5,3 +5,16 @@ 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

Host 172.50.1.111
IdentityFile ~/.ssh/bullguard-prod_rsa
User ec2-user

Host 172.70.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu