Tor’s shadowy reputation will only end if we all use it | Engadget

seasonone@opidea.xyz to Technology@beehaw.org – 357 points –
Tor’s shadowy reputation will only end if we all use it | Engadget
engadget.com
151

You are viewing a single comment

It's great when you want to connect two devices behind NAT without relying on any specific third-party server or service. I ssh to my laptop from my phone with it when away from it.

It's also useful to circumvent censorship, though it depends on the country. Also, websites employing wide-range IP blocks, in my experience, more often than not still allow Tor.

How does Tor help ssh behind NAT?

You 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.