Hacker News new | ask | show | jobs
by scrappyjoe 3130 days ago
After the HN comment on this a few weeks ago I implemented the Tor ssh method. The bottom of this script is what I run on my remote servers to get Tor ssh access, if want to see an example of working code - https://github.com/riazarbi/serversetup/blob/master/remote_d...
1 comments

If you don't want the anonymity benefits, you can change the hops from 3 to 1 (from the client) to improve latency.
There's also a server (hidden service) option to disable anonymity. Use with caution, of course.