Skip to content

Instantly share code, notes, and snippets.

@GroverChouT
Created December 13, 2020 07:09
Show Gist options
  • Save GroverChouT/842f7485dcb5d490450ef9021c12631a to your computer and use it in GitHub Desktop.
Save GroverChouT/842f7485dcb5d490450ef9021c12631a to your computer and use it in GitHub Desktop.

SSH via SOCKS5 proxy

ssh -o ProxyCommand='nc -X 5 -x 127.0.0.1:1080 %h %p' grover@domain.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment