dlech / KeeAgent

ssh agent plugin for KeePass 2.x
http://lechnology.com/software/keeagent
Other
535 stars 35 forks source link

Feature Request: Support new SK type keys (ecdsa-sk / ed25519-sk) #300

Open linuxrrze opened 4 years ago

linuxrrze commented 4 years ago

With openssh 8.2 new key types (using Fido/U2F hardware devices) are available:

s. https://lists.mindrot.org/pipermail/openssh-unix-announce/2020-February/000138.html

New types are: "ecdsa-sk" "ed25519-sk"

It'd be great to support them in keeagent.

legioner0 commented 3 years ago

Actually, this issue more than enhancement. If ssh-agent have already loaded SK keys, then KeeAgent unable to show list of keys and also unable to unload keys marked with 'remove on lock' flag.

ezekielnewren commented 2 years ago

Interesting. I've been playing with yubikeys for a few years, but didn't know that ssh has direct support them.