diff options
-rw-r--r-- | src/ssh_forwarding.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ssh_forwarding.md b/src/ssh_forwarding.md index 87adaea..863c97f 100644 --- a/src/ssh_forwarding.md +++ b/src/ssh_forwarding.md @@ -86,4 +86,9 @@ Here is an example of this in practice, forwarding port 80 and 443, by forwardin However this command assumes that the remote user has access to sudo with **NO PASSWORD**. Alternatively you could create a similar service (this time as a system service) on the remote server running the socat commands. +## Video Tutorial +Here is an example of how you can use this to host a webserver (or any other service) from anywhere: even a hotel room. + +<iframe width="560" height="315" src="https://www.youtube.com/embed/jqVAOZmbuhw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> +Credit: DenshiVideo |