From 45d6791b1f20cb8a0ffeb0dc61161e0869365593 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 26 Jan 2023 07:11:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ed685c..05380f8 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,8 @@ ssh -g -L31337:1.2.3.4:80 user@server.org ``` You or anyone else can now connect to your computer on port 31337 and get tunneled to 1.2.3.4 port 80 and appear with the source IP of 'server.org'. An alternative and without the need for a server is to use [gs-netcat](#bdra-anchor). +Clever hackers use the keyboard combination `~C` to dynamically create these tunnels without having to reconnect the SSH. (thanks MessedeDegod). + **2.iii SSH tunnel IN**