Magic-Wormhole – Get things from one computer to another, safely
21–30 of 192 posts
Re: Magic-Wormhole – Get things from one computer to another, safely
#22Re: Magic-Wormhole – Get things from one computer to another, safely
#23Nice.
Re: Magic-Wormhole – Get things from one computer to another, safely
#24why not make use of https://docs.syncthing.net/users/strelaysrv.html ? lots of servers http://relays.syncthing.net/
Re: Magic-Wormhole – Get things from one computer to another, safely
#25This reminds me of the great tool http://www.fefe.de/ncp/ , which seems like the same thing only without the cryptographic authentication!
Nifty.. I'll look at the network side of that, maybe we can steal some ideas. At the moment magic-wormhole depends upon one of: * at least one side has a public IP address * both sides are on the same (private) LAN * a TURN-like "Transit Relay" server that I run That transit server hasn't gotten a worrysome amount of traffic yet, but it's a potential scaling problem. (Fortunately the two sides can offer their own tra…
Re: Magic-Wormhole – Get things from one computer to another, safely
#26> The wormhole library requires a "Rendezvous Server": a simple WebSocket-based relay that delivers messages from one client to another. This allows the wormhole codes to omit IP addresses and port numbers. The URL of a public server is baked into the library for use as a default, and will be freely available until volume or abuse makes it infeasible to support. why not make use of https://docs.syncthing.net/users/st…
We've got a ticket open (https://github.com/warner/magic-wormhole/issues/72) about distributing this rendezvous server.. I'll add a note to check out syncthing.
Re: Magic-Wormhole – Get things from one computer to another, safely
#27I like using https://file.pizza/ for this.
Re: Magic-Wormhole – Get things from one computer to another, safely
#28Maybe consider an optional challenge/response prompt (like when your pal enters the prompt code, their client generates a second code that they give back to you) to make sure nobody's intercepted the request before them, odds aside (if someone got your initial code somehow, they could definitely man in the middle the request otherwise).
Re: Magic-Wormhole – Get things from one computer to another, safely
#29What's wrong with S/MIME? Email doesn't have to be unencrypted. Also, you only need to send the public part of an SSH key to the remote end to set up future keyed connections to that system. This seems like a solution with very narrow problems to solve.
And S/MIME is essentially PGP/GPG, except you bootstrap the key from a central Certificate Authority. So yes, it's still a hassle.
As for SSH, how would /you/ place the public key on /their/ remote end? That's a bit of a chicken and the egg problem right there, don't you think?
Re: Magic-Wormhole – Get things from one computer to another, safely
#30I like using https://file.pizza/ for this.