How to run an SSH connection through Tor

preview_player
Показать описание
Looking for a way to gain a bit more security and privacy for your SSH connections? Jack Wallen shows you how with the help of Tor.

List of Commands:

sudo apt-get install tor -y
sudo nano /etc/tor/torrc
HiddenServiceDir /var/lib/tor/other_hidden_service/
HiddenServicePort 22
sudo systemctl restart tor
sudo cat /var/lib/tor/other_hidden_service/hostname

Рекомендации по теме
Комментарии
Автор

Did not work for me. Do I have to copy one of the ed25519 generated key to my client machine?

xphis
Автор

This is not working . I can not connect to server .

linuxwithanubhav