From 2a7f3d264fb794c91d5f52031f4979eb6b2fd98b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 15 Feb 2017 12:26:58 +0200
Subject: [PATCH] - Removed decomissioned web1@shore. - Removed proxy via ns1
 for ns2, instead opened the firewall in ns2 but rate limited ssh connections.
 - Removed Gitolite Vagrant box. - Corrected 2nd key file for host01, wdr4300.

---
 .ssh/config.d/20_shore | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index d32b4d3..42278b4 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -16,18 +16,10 @@ IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 ProxyCommand ssh ns1 nc %h %p
 
-Host web1
-HostName web1.trusted
-ProxyCommand ssh ns1 nc %h %p
-User nimrod
-IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_rsa
-
 Host ns2
 HostName ns2.shore.co.il
 User admin
 DynamicForward 9999
-ProxyCommand ssh ns1 nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
@@ -38,13 +30,11 @@ User nimrod
 IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
-Host gitolite.Ansible.vagrant
-IdentityFile ~/.ssh/shore_rsa
-
 Host ns3
 HostName ns3.shore.co.il
 User root
 IdentityFile ~/.ssh/shore_ecdsa
+IdentityFile ~/.ssh/shore_rsa
 DynamicForward 8081
 
 Host host01
@@ -52,12 +42,12 @@ HostName host01.trusted
 User nimrod
 ProxyCommand ssh ns1 nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_ecdsa
+IdentityFile ~/.ssh/shore_rsa
 
 Host wdr4300
 HostName wdr4300.trusted
 User root
 ProxyCommand ssh ns1 nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_ecdsa
+IdentityFile ~/.ssh/shore_rssa
 LocalForward 8082 localhost:80
-- 
GitLab