Skip to content

Instantly share code, notes, and snippets.

@lichti
Last active November 19, 2015 06:21
Show Gist options
  • Save lichti/10c822f0051545438450 to your computer and use it in GitHub Desktop.
Save lichti/10c822f0051545438450 to your computer and use it in GitHub Desktop.
SSH Tunel
ssh -fN -L PORT:HOST:PORT user@host
ssh -fN -R PORT:HOST:PORT user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment