Skip to content

Instantly share code, notes, and snippets.

@tairov
Created November 5, 2014 09:46
Show Gist options
  • Save tairov/5e8f3b4ec1f402e62000 to your computer and use it in GitHub Desktop.
Save tairov/5e8f3b4ec1f402e62000 to your computer and use it in GitHub Desktop.
ssh jump-host tunnel
ssh -A -t -p PORT1 -l LOGIN1 HOST1 ssh -A -t -p PORT2 -l LOGIN2 HOST2_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment