Hacker News new | ask | show | jobs
by drb91 3130 days ago
I don’t know much but a little googling reveals this: https://nurdletech.com/linux-notes/ssh/hidden-service.html
1 comments

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