Skip to content

Instantly share code, notes, and snippets.

@telnet2
Last active June 6, 2020 23:57
Show Gist options
  • Save telnet2/741f124f89d2fe0fcb36b90d665a2d01 to your computer and use it in GitHub Desktop.
Save telnet2/741f124f89d2fe0fcb36b90d665a2d01 to your computer and use it in GitHub Desktop.
SSH over SOCKS5
Host autoxdl
HostName a.b.c.d
User USER
ProxyCommand /usr/bin/nc -X 5 -x 127.0.0.1:1086 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment