Skip to content

Instantly share code, notes, and snippets.

@amrutprabhu
Created December 21, 2018 11:53
Show Gist options
  • Save amrutprabhu/e113564bcd6f7defc6f6955c7a0b4180 to your computer and use it in GitHub Desktop.
Save amrutprabhu/e113564bcd6f7defc6f6955c7a0b4180 to your computer and use it in GitHub Desktop.
ssh tunnelling
ssh -N -f -L <localport>:localhost:<remote port> <remote host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment