From 45b82a06a30abd431a95a0ae234671ea610680af Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Fri, 31 Jul 2020 17:04:44 +0200 Subject: [PATCH] Add tip to local forward port from remote host --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 26e45f4..67032f0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,16 @@ netstat -tupln | grep 20001 You should see your port associated to autossh process :) + +### Local port forward + +You can use your jump server "c" even to expose locally a web interface of your remote host "b" or something else with: +```bash +ssh -N -L :127.0.0.1: +``` + +For example to access the pihole web interface :) + ___ ## License