[Networking] tor update

This commit is contained in:
2026-03-07 02:01:04 +01:00
parent def3a3a87d
commit a7c18c5ca8

View File

@@ -5,9 +5,17 @@ tags: [ "networking" ]
# Get a Hostname # Get a Hostname
[onion hidden service guide](https://community.torproject.org/onion-services/setup/)
```sh ```sh
sudo vim /etc/tor/torrc sudo vim /etc/tor/torrc
``` ```
Uncomment the lines about `/var/lib/tor/hidden_services`, including port 22 (or whatever); restart tor, then go to that directory, and cat the hostname. Uncomment the lines about `/var/lib/tor/hidden_services`, including port 22 (or whatever); restart tor, then go to that directory, and cat the hostname.
# SSH over tor
install package `torsocks`, and add it before `ssh` command, for easier use, add it to `.ssh/config`
`torsocks ssh user@{someonionhash}.onion`