From 753bce2b1c0a0bb0feba598b707343a94465d52d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Jan 2024 21:31:25 +0200
Subject: [PATCH] SSH config: Remove the Cockpit port forwarding.

I'm using the remote administration option of Cockpit nowadays.
---
 .ssh/config.d/20_shore | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index b61ba88..7589cab 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -8,9 +8,6 @@ Host ns1.shore.co.il
 Host host01.shore.co.il kodi.shore.co.il ea6350.shore.co.il git.shore.co.il
     ProxyCommand ssh -p 443 ns1.shore.co.il -W %h:%p
 
-Host host01.shore.co.il ns4.shore.co.il
-    LocalForward 9090 localhost:9090
-
 Host mr8300.shore.co.il
     User root
     LocalForward 8080 localhost:80
-- 
GitLab