< Debian
Quick an dirty install on debian system:[edit]
apt-get install tor apt-get install privoxy
in /etc/privoxy/config add following line
forward socks4a to localhost:9050 .
don't miss the dot.
restart the privoxy
./etc/init.d/privoxy restart
add the proxy-address in your browser:
localhost port 8118
How to establish ssh-connections via TOR[edit]
to use `ssh' via Tor just type:
main@black:~$ telnet 127.0.0.1 9050 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. ssh [email protected] Password: Last login: Fri Oct 7 20:48:01 2005 from 10.1.33.7 kadaj:~# logout ^] telnet> close Connection closed.