Live data from Hacker News

Magic Wormhole: get things from one computer to another, safely

github.com

1–10 of 262 posts

Re: Magic Wormhole: get things from one computer to another, safely

#6

There are a few others p2pcopy https://github.com/psantosl/p2pcopy pcp https://github.com/dennis-tra/pcp wormhole-william https://github.com/psanford/wormhole-william

scp

scp has the assumption that you have a login on the computers you're trying to share data from. wormhole allows for sharing with others without providing login access to the computer

Re: Magic Wormhole: get things from one computer to another, safely

#7
post #2

wormhole is awesome, useful especially in ad-hoc scenarios. I use it often to copy files between systems when I can’t use scp (because of no relevant entries in authorized_keys.

Can I use it with my buddy on the other end and connect his machine to mine easily? Like let him slurp a file from my home machine?

Re: Magic Wormhole: get things from one computer to another, safely

#8
post #7
post #2

wormhole is awesome, useful especially in ad-hoc scenarios. I use it often to copy files between systems when I can’t use scp (because of no relevant entries in authorized_keys.

Can I use it with my buddy on the other end and connect his machine to mine easily? Like let him slurp a file from my home machine?

Just set up a VPN if that's what you want?
Post reply on HN