Created
January 4, 2017 17:48
-
-
Save idettman/8f1e66a65eb706036eb86bd7cf8754fc to your computer and use it in GitHub Desktop.
connect to ssh using proxy
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 USERNAME@TARGETDOMAIN -o "ProxyCommand=nc -X connect -x PROXYHOST:PROXYPORT %h %p" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment