From 4d7af6525c8d7f26fbd0c07490c57985bc61852b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 21 Jul 2020 23:56:00 +0300 Subject: [PATCH] SSH config for new wirelss AP. --- .ssh/config.d/20_shore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index d5e3fc8..2a92cfa 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -14,9 +14,9 @@ User admin Host ns3.shore.co.il User root -Host wdr4300.shore.co.il +Host ea6350.shore.co.il User root -LocalForward 8082 localhost:80 +LocalForward 8080 localhost:80 Host cgit.shore.co.il HostName host01.shore.co.il -- GitLab