From d9eb6bcd4490180bc457f299012878ac289db5e1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 24 Jul 2017 18:11:48 +0300 Subject: [PATCH] - More Bullguard environments. --- .ssh/config.d/20_bullguard | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index cddeaec..1d339db 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -16,14 +16,22 @@ User ec2-user Host 172.50.1.111 User ec2-user +Host 172.20.*.* +IdentityFile ~/.ssh/bullguard-staging_rsa +User ubuntu + Host 172.50.*.* IdentityFile ~/.ssh/bullguard-prod_rsa User ubuntu +Host 172.60.*.* +IdentityFile ~/.ssh/bullguard-dev_rsa +User ubuntu + Host 172.70.*.* IdentityFile ~/.ssh/bullguard-dev_rsa User ubuntu -Host 172.20.*.* -IdentityFile ~/.ssh/bullguard-staging_rsa +Host 172.80.*.* +IdentityFile ~/.ssh/bullguard-dev_rsa User ubuntu -- GitLab