trezor-agent icon indicating copy to clipboard operation
trezor-agent copied to clipboard

gpg-agent init -e ed25519 doesn't work

Open Midar opened this issue 1 year ago • 1 comments

Just prints a gpg error that no secret key is available.

Midar avatar Sep 21 '24 13:09 Midar

Fixed it by:

  • Setting GNUPGHOME instead of using --homedir
  • Killing trezor-gpg-agent that was still running from previous attempt with nist256p1

Midar avatar Sep 21 '24 23:09 Midar