From ee7c0233750d596da64b009e200a837d6bdd1aaf Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 26 May 2020 00:44:02 +0300 Subject: [PATCH] Forward Cockpit from host01. --- .ssh/config.d/20_shore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index 7ea02c9..b677031 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -5,6 +5,9 @@ Host cgit.shore.co.il host01.shore.co.il wdr4300.shore.co.il xbmc.shore.co.il ProxyCommand ssh ns1.shore.co.il -W %h:%p +Host host01.shore.co.il +LocalForward 9090 localhost:9090 + Host ns2.shore.co.il User admin -- GitLab