Tagged Questions
4
votes
2answers
2k views
How can I setup a SOCKS proxy over ssh with password based authentication on CentOS?
I know how to setup a simple proxy using ssh -D ,but I want to use username and password based authentication for this case. Is there any way?
0
votes
0answers
802 views
How do I set up a SOCKS proxy on CentOS?
I need to set up a login/password protected SOCKS server, which would save all the requests and responses, this means both headers and bodies.
This will be used as a site scraper, so HTTP/HTTPS ...
0
votes
2answers
1k views
how to setup a socks 5 proxy server on centos
I need a socks 5 proxy server that can run on centos. This would use a block of IP's so that client X with IP Address zzz connects tomy proxy server with ip xxx and then to remote host with ip yyy.
...