Skip to content

Instantly share code, notes, and snippets.

@aurels
Created September 26, 2009 14:52
Show Gist options
  • Save aurels/194270 to your computer and use it in GitHub Desktop.
Save aurels/194270 to your computer and use it in GitHub Desktop.
# Make an SSH tunnel
$ ssh remotehost.com -L X/localhost/Y
Where:
- X is the local port
- Y is the remote port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment