×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Debian/TOR install kwik n dirty

    Tor

    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 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.
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.