mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-18 12:34:20 +01:00
Change connection method from torify to torsocks (#49)
According to torify man page torsocks is recomended.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user