Created
November 27, 2015 15:28
-
-
Save maxkarelov/5fefcbe15d838c41b270 to your computer and use it in GitHub Desktop.
corkscrew and connect-proxy user examples
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
# corkscrew | |
ssh -i key user@host -o "ProxyCommand corkscrew proxy.host proxy.port host port" | |
# connect-proxy | |
ssh -i key user@host -o "ProxyCommand connect-proxy -H proxy.host:proxy.port host port" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment