Skip to content

Instantly share code, notes, and snippets.

@douglasrodrigo
Created September 26, 2012 13:41
Show Gist options
  • Save douglasrodrigo/3788109 to your computer and use it in GitHub Desktop.
Save douglasrodrigo/3788109 to your computer and use it in GitHub Desktop.
ssh tunnel port
Accessing a server port through another server
ssh -N -L<local_port>:<server>:<port> <another_server>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment