issues
search
romanz
/
trezor-agent
Hardware-based SSH/GPG/age agent
GNU Lesser General Public License v3.0
570
stars
150
forks
source link
gpg-agent init -e ed25519 doesn't work
#488
Open
Midar
opened
2 months ago
Midar
commented
2 months ago
Just prints a gpg error that no secret key is available.
Midar
commented
2 months ago
Fixed it by:
Setting GNUPGHOME instead of using --homedir
Killing trezor-gpg-agent that was still running from previous attempt with nist256p1
Just prints a gpg error that no secret key is available.