Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 229 Bytes

SOCKS5.md

File metadata and controls

17 lines (13 loc) · 229 Bytes

toc: no ...

SOCKS5 proxy over SSH

ssh -D 9000 -qNC [-f] user@host

where

  • -D port open a SOCKS proxy locally
  • -q be quiet
  • -N no command execution
  • -C use compression
  • -f run in the background