Earlier quoted context omitted.
(magic-wormhole author here) Thanks for making a donation! I run the relay server, but the Debian maintainer agreed to bake an alternate hostname into the packaged versions (a CNAME for the same address that the upstream git code uses), so we could change it easily if the cost ever got to be a burden. It hasn't been a problem so far, it moves 10-15 TB per month, but shares a bandwidth pool with other servers I'm rent…
Seems like the only way to ensure wormhole to scale is to only to use relay server to setup direct connections. I know this requires one of the ends to be able to open ports or whatever but that should be baked into the wormhole setup.
Magic Wormhole: get things from one computer to another, safely
101–110 of 262 posts
Re: Magic Wormhole: get things from one computer to another, safely
#102Earlier quoted context omitted.
(magic-wormhole author here) Thanks for making a donation! I run the relay server, but the Debian maintainer agreed to bake an alternate hostname into the packaged versions (a CNAME for the same address that the upstream git code uses), so we could change it easily if the cost ever got to be a burden. It hasn't been a problem so far, it moves 10-15 TB per month, but shares a bandwidth pool with other servers I'm rent…
> move to a slower-but-flat-rate provider As I'm sure you're aware: https://www.scaleway.com/en/stardust-instances/ "up to 100Mbps" for $4/month
Re: Magic Wormhole: get things from one computer to another, safely
#103author here.. happy to answer any questions!
Re: Magic Wormhole: get things from one computer to another, safely
#104Earlier quoted context omitted.
And more https://github.com/mat-sz/filedrop https://github.com/saljam/webwormhole https://github.com/schollz/croc https://github.com/dutchcoders/transfer.sh https://github.com/timvisee/send https://github.com/schlagmichdoch/pairdrop https://github.com/SnapDrop/snapdrop
I have a list of now 22 browser based p2p sharing tools that i shared here a few times in similar threads https://gist.github.com/SMUsamaShah/fd6e275e44009b72f64d0570...
When you choose the files you want to transfer, it gives you a 6 digit code or a QR code. Once you enter that, the files are transferred! It's available for most all major platforms, but isn't open source. [3]
I haven't read their privacy policy. Frankly, I'd rather not know...
[1] https://send-anywhere.com/
[2] https://support.send-anywhere.com/hc/en-us/articles/11500385...
[3] https://support.send-anywhere.com/hc/en-us/articles/11500388...
Re: Magic Wormhole: get things from one computer to another, safely
#105https://zynk.it is a new project I've been working on together with a small team aimed at delivering a truly easy, fast, efficient, unlimited, privacy-respecting and pain free file-sharing experience. It’s peer-to-peer, E2EE and avoids centralized storage, aligning with the ethos of control and transparency we often discuss here. It allows users to send and receive any file(s) or folder(s) without any limits whatsoever between any device/OS and any device/OS, send and forget, Zynk takes care of all the heavy lifting.
What I hope sets Zynk apart is that it is built to literally be used by anyone, be it a power user, or my mom.
One of my main goals with this project is to remove any pains associated with data transfer once and for all, for any use case.
I'm curious if this resonates with you—would you use it? What would make it indispensable for your workflows?
I'd be happy to discuss it more if anyone is interested. Feel free to sign up for early access on the site.
Re: Magic Wormhole: get things from one computer to another, safely
#106Earlier quoted context omitted.
Why is this better than rsycn or scp?
scp/rsync are great tools, but they require pre-coordination of keys. One side is the client, the other is the server. The client needs an account on the server machine (so the human on the client machine must provide an ssh pubkey to the human on the server machine, who must be root, and create a new account with `adduser`, and populate the ~/.ssh/authorized_keys file). And the client needs to know the server's corr…
Re: Magic Wormhole: get things from one computer to another, safely
#107I've used wormhole once to move a 70 GB file. Couldn't possibly do that before. And yes, I know I used the bandwidth of the relay server, I donated to Debian immediately afterwards (they run the relay for the version in the apt package).
The wormhole transit protocol will attempt to arrange a direct connection and avoid transferring data through the relay.
Re: Magic Wormhole: get things from one computer to another, safely
#108Earlier quoted context omitted.
Right. Also you may have to reconfigure some firewalls to use scp. Typically, a firewall allows outbound connections without needing an explicit entry for the protocol, and in the case of magic wormhole, both sides are an outbound connection. So it passes right through. If you've got security-minded folk managing that sort of thing for you, it's possible that magic wormhole will upset them for this reason. More for p…
Both problems can be worked around by having a third, general-purpose host where both source/destination hosts can scp to/from. Not quite as straightforward because you have to copy twice and do it from both sides, but has the benefit of not having to install bespoke software.
If I tried to actually come up with the actual commands for this, I'm sure I'd burn a whole afternoon on fiddling with it.
Re: Magic Wormhole: get things from one computer to another, safely
#109I have a pal where we want this kind of auto accept style behavior.