Skip to content

Instantly share code, notes, and snippets.

@sumitsaiwal
Created February 7, 2018 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumitsaiwal/6a0885c3881e4f14a1818f7d7c86b08f to your computer and use it in GitHub Desktop.
Save sumitsaiwal/6a0885c3881e4f14a1818f7d7c86b08f to your computer and use it in GitHub Desktop.
SSH through Proxy
## ssh connection behind proxy, requires netcat(nc) installed
ssh USER@FINAL_DEST -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