Skip to content

Instantly share code, notes, and snippets.

@lattice0
Created July 20, 2017 18:11
Show Gist options
  • Save lattice0/690a0ef2119bbdee65ab47083cc20d0c to your computer and use it in GitHub Desktop.
Save lattice0/690a0ef2119bbdee65ab47083cc20d0c to your computer and use it in GitHub Desktop.
SSH with socks and port fowarding
ssh -p 2324 -i privatekey -L 8080:192.168.1.1:80 -C -q -D 1234 user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment