From 5ef01d1dec6490e9bc1323c99b85c1f22f7428bb Mon Sep 17 00:00:00 2001 From: Artur Boryƛ Date: Fri, 9 Jul 2021 17:21:26 +0200 Subject: [sshadvanced] fix typo --- sshadvanced.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshadvanced.html') diff --git a/sshadvanced.html b/sshadvanced.html index de5bd9a..46d7819 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 your's, because of localhost) will be routed via the + The above command states that any traffic comming 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.

-- cgit v1.2.3