Ssh – SOCKS proxy without ssh command

PROXYsocksssh

Currently I create a ssh tunnel using: ssh user@server -D 1234 to use SOCKS proxy. How do I configure server so I can directly connect to socks server?

I want to set firefox socks host to server ip and port, instead of 127.0.0.1 and the port specified with -D parameter.

Best Answer

You'll need to install and configure an actual SOCKS server on the server, such as Dante, SS5, Delegate or Srelay.

Related Question