From 645455ca9862e8e400ad0cba60fdf0191b294217 Mon Sep 17 00:00:00 2001
From: Artur BoryĆ 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. +
+