Live data from Hacker News

Piknik – Copy and paste anything over the network

github.com

1–10 of 42 posts

Re: Piknik – Copy and paste anything over the network

#4
post #2

Better not have KeePass open while this is open. Accidental leaks are just too risky that way.

I wrote a similar piece of software a few years ago. I solved that by having a config flag for each clipboard agent to disable broadcasting of their clipboard changes and only listening for changes. Then I simply activated that on the box that holds keys/passwords etc.

Re: Piknik – Copy and paste anything over the network

#7

Instead of local: "rsync content me@target-server" remote: "cat content" we now have different much better commands and need a third server awesome

Why yes it is, in the case where one or both of the endpoints are behind a firewall or are plagued by NAT.

Re: Piknik – Copy and paste anything over the network

#9

Instead of local: "rsync content me@target-server" remote: "cat content" we now have different much better commands and need a third server awesome

Is there a program out there that will expose a Unix socket as a named pipe or something that can be read to and written from like a file? That way you could take care of this with SSH tunneling.

edit: I meant "port", not "socket"! But apparently this is basically what netcat does by default.

Post reply on HN