Skip to content

Instantly share code, notes, and snippets.

@carld
Created March 10, 2016 22:44
Show Gist options
  • Save carld/68ead3966e9c233f7e47 to your computer and use it in GitHub Desktop.
Save carld/68ead3966e9c233f7e47 to your computer and use it in GitHub Desktop.
ssh port forwarding
ssh -nNT -L [local port]:[remote IP addr]:[remote port] user@machine-with-access-to-remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment