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

- Added Staging environment, dev build server to Bullguard's SSH config.

parent dc6bfaac
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ HostName gitlab.dc.dojo-labs.com
User git
IdentityFile ~/.ssh/bullguard_ecdsa
Host build-dev.dojo-labs.com
HostName 192.168.1.23
User ubuntu
IdentityFile ~/.ssh/bullguard_ecdsa
Host 172.50.1.11
User ec2-user
......@@ -18,3 +23,7 @@ User ubuntu
Host 172.70.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu
Host 172.20.*.*
IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment