From ca8297287fbaaab73b8b7340b4a44f4d20d8ee15 Mon Sep 17 00:00:00 2001 From: rootTHC <57636391+rootTHC@users.noreply.github.com> Date: Fri, 24 Jan 2020 17:03:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8813579..b7c8c09 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ $ ssh -o ExitOnForwardFailure=yes -g -R31338:192.168.0.5:80 user@host.org ``` Anyone connecting to host.org:31338 will get connected to the compuyter 192.168.0.5 on port 80 via your computer. - + **2.iv SSH socks4/5 IN** OpenSSH 7.6 adds support for reverse dynamic forwarding. In this mode *ssh* will act as a SOCKS4/5 proxy and forward connections to the destinations requested by the remote SOCKS client.