sshync
sshync copied to clipboard
Support for syncing over tor?
Does this repository facilitate the usage of torify, or torsocks such that the ssh syncing can (easily) be done over tor?
For completeness; the xy-problem for me can be summarised as:
- I am behind a default gateway over which I have no control at this point in time,
- I currently do not have access to a VPN in which I can set up port forwarding to my local IP-address.
- Additionally, I often change IP addresses, so it would be nice to have a constant address at which I can be reached regardless of my IP address, which is provided by tor.
Since default ssh works over tor using torsocks/torify, I thought this wonderful repository might too. Hence, the question.
Hello there!
This tool does not facilitate the usage of torify or torsocks that I know of, however it might be possible if changing the rsync shell to something other than ssh:
https://github.com/mateogianolio/sshync/blob/master/sshync.js#L24
Here is the rsync library used by this tool: https://www.npmjs.com/package/rsync
Thank you for the clarification and directed suggestion!