Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created June 8, 2012 20:33
Show Gist options
  • Save TheDeveloper/2898007 to your computer and use it in GitHub Desktop.
Save TheDeveloper/2898007 to your computer and use it in GitHub Desktop.
SSH tunnel
ssh -f -L localPort:remote:remotePort -N user@remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment