Skip to content
Snippets Groups Projects
Commit ed3c0853 authored by nimrod's avatar nimrod
Browse files

- A little cleanup for SSH config.

parent b945d3c8
No related branches found
No related tags found
No related merge requests found
File moved
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment