Skip to content

Instantly share code, notes, and snippets.

@mcastelino
Created April 25, 2018 22:21
Show Gist options
  • Save mcastelino/8a6174565c3ad8cc786f44b5ee59cea7 to your computer and use it in GitHub Desktop.
Save mcastelino/8a6174565c3ad8cc786f44b5ee59cea7 to your computer and use it in GitHub Desktop.
Secure SSL Port forwarding

To forward remote port to a port on your local machine localhost

ssh -nNTL 8888:localhost:remoteport username@remotemachine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment