mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-02 08:31:12 +03:00
Updated Privacy and Anonymity (markdown)
parent
257478078d
commit
90f05a1580
@ -83,8 +83,9 @@ touch $HOME/.ssh/config
|
|||||||
Edit the config file and put this inside:
|
Edit the config file and put this inside:
|
||||||
|
|
||||||
```
|
```
|
||||||
Host <alias>
|
Host <alias>
|
||||||
hostname <hostname.onion>
|
hostname <hostname.onion>
|
||||||
|
ProxyCommand /bin/nc -X 5 -x 127.0.0.1:9050 %h %p
|
||||||
user <username>
|
user <username>
|
||||||
IdentityFile </path/to/your/key>
|
IdentityFile </path/to/your/key>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user