guix copy fails after copying with unauthorized public key

  • Open
  • quality assurance status badge
Details
One participant
  • Jonathan Brielmaier
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 2 years ago
(address . bug-guix@gnu.org)
d58929aa-d2a0-8068-6aed-cd223ec209d8@web.de
Hi,

I think it would be nice if `guix copy` would check for the public key
before actually copying data.

Currently it's like this:
$ guix copy --to=user@host /gnu/store/bla
guix copy: sending 439 store items (2.984 MiB) to 'host'...
[ takes some minutes ]
guix copy: error: unauthorized public key: (public-key
(ecc
(curve Ed25519)
(q #KEYXYZ#)
)
)

It would be nice if it would fail upfront.

~Jonathan
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 61367@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61367
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help