all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#46760: guix deploy doesn't seem to be authorizing the machine that is deploying to the remote
@ 2021-02-24 23:56 pkill9
  2021-09-23  8:18 ` Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: pkill9 @ 2021-02-24 23:56 UTC (permalink / raw)
  To: 46760

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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-28  1:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 23:56 bug#46760: guix deploy doesn't seem to be authorizing the machine that is deploying to the remote pkill9
2021-09-23  8:18 ` Andrew Tropin
2021-10-28  1:25   ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.