Change connection method from torify to torsocks (#49)

According to torify man page torsocks is recomended.
This commit is contained in:
RequestPrivacy
2022-12-31 19:49:02 +01:00
committed by GitHub
parent 6ef8fa26ef
commit b176a33c37

View File

@@ -59,7 +59,7 @@ Using SSH as an example, use any other name to be change the directory name.
* SSH over Tor
in a Linux terminal use (set the custom port used for ssh):
```
torify ssh username@HiddenServiceAddress.onion:8080
torsocks ssh -p8080 username@HiddenServiceAddress.onion
```
* If there is a website hosted on your .onion service use the [Tor Browser](https://www.torproject.org/) to open the address.