Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

SOCKS without password authenticatin sadly.


It's not quite as secure as having a password, but you can force the proxy to listen on localhost-only (or any other specific addresss) by specifying it along with the port:

  ssh -D 127.0.0.1:8080 some-host.elsewhere.example
This won't protect you from people who already have access to your host, or from people standing behind you, but at least folks on your network can't use your proxy.

Ref: https://man.openbsd.org/ssh#D


The default is 127.0.0.1, sanely.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: