From b176a33c3782535fbbdaca27d443f742b348d400 Mon Sep 17 00:00:00 2001 From: RequestPrivacy <72392544+RequestPrivacy@users.noreply.github.com> Date: Sat, 31 Dec 2022 19:49:02 +0100 Subject: [PATCH] Change connection method from torify to torsocks (#49) According to torify man page torsocks is recomended. --- tor_hidden_service_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor_hidden_service_example.md b/tor_hidden_service_example.md index 8a8eb37..b2caf97 100644 --- a/tor_hidden_service_example.md +++ b/tor_hidden_service_example.md @@ -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.