Tor Install

Aus xinux.net
Zur Navigation springen Zur Suche springen

Sources

You need to add the following entries to /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:

deb https://deb.torproject.org/torproject.org bionic main
deb-src https://deb.torproject.org/torproject.org bionic main

Then add the gpg key used to sign the packages by running the following commands at your command prompt:

We provide a Debian package to help you keep our signing key current. It is recommended you use it. Install it with the following commands:

  • apt update
  • apt install tor deb.torproject.org-keyring

Start

  • systemctl start tor.service

Check

  • netstat -lntp | grep tor
tcp        0      0 127.0.0.1:9050          0.0.0.0:*               LISTEN      25876/tor

Config

  • cat /etc/tor/torrc

Use normal browser

Proxy Config for browsers

Tor-config-browser.png

Start torbrowser-launcer

  • torbrowser-launcher

Torify

  • torify ssh -v root@cain.xxx.de

Source