14 lines
254 B
Markdown
14 lines
254 B
Markdown
---
|
|
title: "tor"
|
|
tags: [ "Networking" ]
|
|
---
|
|
|
|
# Get a hostname
|
|
|
|
```bash
|
|
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.
|
|
|