From 77f2c81b10145af497ae9cc375e6a9b79ed82c31 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Apr 2021 18:55:14 +0300 Subject: [PATCH] Local forward http-alt from the workbench. --- .ssh/config.d/20_shore | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index 7850ad3..d02fe27 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -23,6 +23,7 @@ HostName host01.shore.co.il Host workbench.shore.co.il HostName ns4.shore.co.il +LocalForward 8080 localhost:8080 Port 2222 Host *.shore.co.il 192.168.3.* -- GitLab