Page MenuHome GnuPG

ecdsa ssh keys and gpg-agent's ssh-agent emulation
Closed, ResolvedPublic

Description

When I try to ssh-add an ECDSA key, I get:
"
SSH_AGENT_FAILURE
Could not add identity: some_key
"
I found that the upcoming gnupg 2.1 merged gnupg-ecc, so there is
support for ecdsa in gpg now. I upgraded my gnupg to the most recent git
version, but found my ssh keys were still not accepted.

Details

Version
2.1.*

Event Timeline

There is no ECC support for the agent, yet. The ssh protocol is different from
the OpenPGP Protocol. It should be easy to add support, though.

Would be great to have included if 2.1 is the ecc release.

I would love to just have 1 agent for everything.

I just backported the new ssh-agent code from master to the 2.0 branch. Thus
2.0.21 will have this support.

werner claimed this task.