GNU bug report logs - #46760
guix deploy doesn't seem to be authorizing the machine that is deploying to the remote

Previous Next

Package: guix;

Reported by: pkill9 <pkill9 <at> runbox.com>

Date: Wed, 24 Feb 2021 23:57:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: pkill9 <pkill9 <at> runbox.com>
To: 46760 <at> debbugs.gnu.org
Subject: bug#46760: guix deploy doesn't seem to be authorizing the machine that is deploying to the remote
Date: Wed, 24 Feb 2021 23:56:08 +0000
I'm using the machine-ssh-configuration, I set `(authorize? #t)` which
the manual states should authorize the deploying machine onto the
remote host, but I get an error:
```
guix deploy: error: unauthorized public key: (public-key...
```

So I add to the OS definition:

```
 (guix-configuration
                   (authorized-keys (append `(,(local-file
"/etc/guix/signing-key.pub")) %default-authorized-guix-keys))))

```

Which makes the error go away. I'm under the impression however that
the 'authorize? #t' field should be doing this without me needing to
add it to the OS configuration.




This bug report was last modified 3 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.