Created
May 17, 2020 07:17
-
-
Save tohuuuuu/7b35841f5dc77a3bfd8fba44f9e27c2f to your computer and use it in GitHub Desktop.
OpenSSH Tunnel (bash)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -f <user>@<host> -L <localport>:<remoteserver>:443 -N |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment