Debian/TOR install kwik n dirty

From S23Wiki

Tor

[edit] Quick an dirty install on debian system:

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

[edit] How to establish ssh-connections via TOR

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 root@10.1.33.2
 Password: 
 Last login: Fri Oct  7 20:48:01 2005 from 10.1.33.7
 kadaj:~# logout
 ^]
 telnet> close
 Connection closed.
Personal tools