From 645455ca9862e8e400ad0cba60fdf0191b294217 Mon Sep 17 00:00:00 2001 From: Artur Boryƛ Date: Fri, 9 Jul 2021 17:33:21 +0200 Subject: [sshadvanced] TCP information, footer links fix --- sshadvanced.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'sshadvanced.html') diff --git a/sshadvanced.html b/sshadvanced.html index 46d7819..ef39b89 100644 --- a/sshadvanced.html +++ b/sshadvanced.html @@ -133,7 +133,7 @@ Host *
ssh -L localhost:8080:192.168.178.25:80 username@example.com

- The above command states that any traffic comming from your device (and only yours, because of localhost) will be routed via the + The above command states that any traffic coming from your device (and only yours, because of localhost) will be routed via the SSH channel to 192.168.178.25:80 in the server's network.

@@ -150,23 +150,22 @@ Host *

You can, of course, route multiple ports. For example:

ssh -L 8000:localhost:8000 -L 8001:localhost:8001 username@example.com

+

+ Please, remember, this works only on TCP based services, not UDP based. +

+
  • Github
  • + \ No newline at end of file -- cgit v1.2.3