Updated Privacy and Anonymity (markdown)

FrenchDeepWeb 2021-06-16 17:20:57 +00:00
parent 257478078d
commit 90f05a1580

@ -83,8 +83,9 @@ touch $HOME/.ssh/config
Edit the config file and put this inside:
```
Host <alias>
hostname <hostname.onion>
Host <alias>
hostname <hostname.onion>
ProxyCommand /bin/nc -X 5 -x 127.0.0.1:9050 %h %p
user <username>
IdentityFile </path/to/your/key>
```