From b6fb5b8080ead03eae5fc5c62597d0f44018cecb Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 5 Sep 2020 22:01:55 +0300
Subject: [PATCH] Shore SSH config update.

- Remove ns2.shore.co.il (terminated).
- Remove wdr4300 (decomissioned).
- Add ea6350.
---
 .ssh/config.d/20_shore | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index 2b68be0..fbba445 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -2,15 +2,12 @@
 # vim:ft=sshconfig
 # shore.co.il infrastructure
 
-Host cgit.shore.co.il host01.shore.co.il wdr4300.shore.co.il kodi.shore.co.il
+Host cgit.shore.co.il host01.shore.co.il kodi.shore.co.il ea6350.shore.co.il
 ProxyCommand ssh ns1.shore.co.il -W %h:%p
 
 Host host01.shore.co.il ns4.shore.co.il
 LocalForward 9090 localhost:9090
 
-Host ns2.shore.co.il
-User admin
-
 Host ea6350.shore.co.il
 User root
 LocalForward 8080 localhost:80
-- 
GitLab