all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ssh key on smartcard for guix deploy to DigitalOcean
@ 2022-02-17 20:22 Reza Housseini
  0 siblings, 0 replies; only message in thread
From: Reza Housseini @ 2022-02-17 20:22 UTC (permalink / raw)
  To: help-guix

Hi Guixers,

I'm trying to deploy a server configuration to DigitalOcean. My problem now
is that my ssh private key resides on a smart card and I don't understand
how this is working with the ssh-key field:

(list (machine
        (operating-system calendar-server)
        (environment digital-ocean-environment-type)
        (configuration (digital-ocean-configuration
(ssh-key "/home/reza/.ssh/smartcard.pub")
(tags '("calendar"))
                        (region "fra1")
                        (size "s-1vcpu-1gb")
                        (enable-ipv6? #t)))))

I tried to set the path to a file with the contents of ssh-add -L, but that
does not seem to work.

Any hints how to achieve this?

Kind regards,
Reza

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-17 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17 20:22 ssh key on smartcard for guix deploy to DigitalOcean Reza Housseini

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.