Audalin@beehaw.orgtoTechnology@beehaw.org•Tor’s shadowy reputation will only end if we all use it | Engadget
3·
1 year agoYou run a Tor Hidden Service with sshd
on one device. Knowing the .onion address, the correct port and having the corresponding private key on the other device (all of that not really subject to change), you can run the Tor daemon on it (for Android, you can use Termux) and connect with ssh
, using torify nc %h %p
as ProxyCommand
.
Huh, I’m still using it.