Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created June 8, 2018 23:26
Show Gist options
  • Save lloiacono/90dee77c5e67145a45f823c034f7e9f7 to your computer and use it in GitHub Desktop.
Save lloiacono/90dee77c5e67145a45f823c034f7e9f7 to your computer and use it in GitHub Desktop.
ssh tunnel
#
ssh user@jump_host -L local_port:target_host:remote_port -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment