From 1e7579c9382e25db8d8f166875309e0b1027c447 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 6 Nov 2017 20:43:54 +0200 Subject: [PATCH] - Removed duplicate and terminated instances from Bullguard SSH config. --- .ssh/config.d/20_bullguard | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard index e9b9863..189f763 100644 --- a/.ssh/config.d/20_bullguard +++ b/.ssh/config.d/20_bullguard @@ -26,39 +26,15 @@ User ec2-user Host 172.50.1.111 User ec2-user -Host 172.21.68.138 -User ec2-user - -Host 172.21.70.97 -User ec2-user - Host 172.23.44.125 IdentityFile ~/.ssh/bullguard-ofer_rsa -Host 172.23.82.179 -User ec2-user - Host 172.23.87.109 IdentityFile ~/.ssh/bullguard-ofer_rsa -Host 172.23.88.124 -User ec2-user - -Host 172.23.89.36 -User ec2-user - Host 172.23.93.156 User ec2-user -Host 172.23.94.208 -User ec2-user - -Host 172.50.1.11 -User ec2-user - -Host 172.50.1.111 -User ec2-user - Host 172.50.0.160 User ec2-user -- GitLab