From 0b3b541128279afbf2431bdc4164121fe96f7e3d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 1 Jul 2018 16:24:39 +0300 Subject: [PATCH] More DojoLabs environments. --- .ssh/config.d/20_bullguard | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index adecaf1..efbd91d 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -91,6 +91,11 @@ IdentityFile ~/.ssh/bullguard-prod_rsa User ubuntu ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p +Host 172.26.*.* +IdentityFile ~/.ssh/bullguard-integration_rsa +User ubuntu +ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p + Host 172.50.*.* IdentityFile ~/.ssh/bullguard-prod_rsa User ubuntu -- GitLab