Skip to content

Instantly share code, notes, and snippets.

@PraneethKarnena
Created October 2, 2020 07:24
Show Gist options
  • Save PraneethKarnena/a6abd30a3b16abeefca3e1f1061716f3 to your computer and use it in GitHub Desktop.
Save PraneethKarnena/a6abd30a3b16abeefca3e1f1061716f3 to your computer and use it in GitHub Desktop.
Socks Proxy Server - Bash Command
#!/bin/bash
ssh -D 8123 -f -C -q -N praneeth@<IP-Address>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment