you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago (1 child)

How does Tor help ssh behind NAT?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 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.

  • source
  • parent