more cleanup

This commit is contained in:
2026-04-20 06:09:58 +02:00
parent 9b4494b4fd
commit 9b933bb58a
13 changed files with 26 additions and 49 deletions

View File

@@ -16,6 +16,8 @@ Uncomment the lines about `/var/lib/tor/hidden_services`, including port 22 (or
# SSH over tor
install package `torsocks`, and add it before `ssh` command, for easier use, add it to `.ssh/config`
Install package `torsocks`, and add it before `ssh` command, for easier use, add it to `.ssh/config`.
`torsocks ssh user@{someonionhash}.onion`
```sh
torsocks ssh ${user}@{someonionhash}.onion
```