How to set up a simple proxy with auth Linux command? or What's the easiest way to create a simple pr

14 Replies, 1627 Views

Dude, just use `corkscrew` over SSH. It's like the lazy dev's dream for a simple proxy with auth.

```
ssh -D 8080 -o "ProxyCommand=corkscrew proxy.com 3128 %h %p" user@target
```

Boom. Auth handled by SSH, and you get a SOCKS proxy. No config hell.

Messages In This Thread



Users browsing this thread: 1 Guest(s)