Skip to content

Instantly share code, notes, and snippets.

@tohuuuuu
Created May 17, 2020 07:17
Show Gist options
  • Save tohuuuuu/7b35841f5dc77a3bfd8fba44f9e27c2f to your computer and use it in GitHub Desktop.
Save tohuuuuu/7b35841f5dc77a3bfd8fba44f9e27c2f to your computer and use it in GitHub Desktop.
OpenSSH Tunnel (bash)
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