▲ 360 ▼ Tor’s shadowy reputation will only end if we all use it | Engadget (www.engadget.com) submitted 3 years ago by seasonone@opidea.xyz to c/technology@beehaw.org 152 comments fedilink hide all child comments
[–] Lily33@kbin.social 4 points 3 years ago (1 child) How does Tor help ssh behind NAT? permalink fedilink source parent hideshow 2 child comments replies: [–] Audalin@beehaw.org 3 points 3 years ago 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. permalink fedilink source parent
[–] Audalin@beehaw.org 3 points 3 years ago 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. permalink fedilink source parent