http://owlzyj4to3l5daq6edgsgp5z4lh4tzlnms4z6jv6xdtkily77j4b3byd.onion/advanced-guides/ssh.html
Install/configure Tor If Tor is not installed, install it and configure it for SSH: sudo apt install tor sudo nano /etc/tor/torrc Add the lines: HiddenServiceDir /var/lib/tor/other_hidden_service HiddenServicePort 22 127.0.0.1:22 HiddenServiceVersion 3 Restart the Tor service: sudo service tor@default restart Test your connection Acquire your hostname and connect to the server: sudo
cat /var/lib/tor/other_hidden_service/hostname torsocks ssh
[email protected] Disable clearnet...