1 download privoxy from website and install it
2 after installation check process
ps aux|grep privoxy
3 if you want change ssh tunnel to http, do modification config file in
/usr/local/etc/privoxy/config
in listen-address
listen-address 127.0.0.1:8118
to
listen-address 0.0.0.0:8118
in forward-socks5
forward-socks5 / 127.0.0.1:9050 .
to your ssh tunnel. eg:
forward-socks5 / 192.168.1.106:7070 .