Created
November 5, 2014 09:46
-
-
Save tairov/5e8f3b4ec1f402e62000 to your computer and use it in GitHub Desktop.
ssh jump-host tunnel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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