diff options
author | davidovski <david@davidovski.xyz> | 2022-05-08 18:50:46 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-08 18:50:46 +0100 |
commit | 020caf3ca7414b258e3783b3e3770585f01759a6 (patch) | |
tree | 9ec59befcec4cbdf74cb326248afd260e9ee3c9b /src | |
parent | cd47d28e5d426885706f48a565e0c46bda2c541d (diff) |
added denshi's video to ssh forwarding guide
Diffstat (limited to 'src')
-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 |