From 733c3742accd6565c41896e5fa6f03f3c08fd15a Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Tue, 11 Jul 2017 16:30:49 +0300 Subject: [PATCH] - Added Staging environment, dev build server to Bullguard's SSH config. --- .ssh/config.d/20_bullguard | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index 7261284..cddeaec 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -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 -- GitLab