Skip to content

Instantly share code, notes, and snippets.

@maxkarelov
Created November 27, 2015 15:28
Show Gist options
  • Save maxkarelov/5fefcbe15d838c41b270 to your computer and use it in GitHub Desktop.
Save maxkarelov/5fefcbe15d838c41b270 to your computer and use it in GitHub Desktop.
corkscrew and connect-proxy user examples
# 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