unofficial mirror of help-guix@gnu.org 
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).