Skip to content

Instantly share code, notes, and snippets.

@etaf
Created September 17, 2019 02:41
Show Gist options
  • Save etaf/3ad79ffdb41bf072a5a9bfeb581c1a1d to your computer and use it in GitHub Desktop.
Save etaf/3ad79ffdb41bf072a5a9bfeb581c1a1d to your computer and use it in GitHub Desktop.
ssh - socks5
ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p' user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment