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.
Description
Description
Details
Details
- Version
- 2.1.*
Event Timeline
Comment Actions
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.
Comment Actions
Would be great to have included if 2.1 is the ecc release.
I would love to just have 1 agent for everything.
Comment Actions
I just backported the new ssh-agent code from master to the 2.0 branch. Thus
2.0.21 will have this support.