Protect private age key with FIDO2 token #261
orolhawion
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes! We have a 3rd party plugin in development for FIDO2 keys. It's kinda tricky because FIDO2 natively is about signatures, not encryption, but we got it to work. I'll update this discussion when it's ready! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of v8.2 OpenSSH supports FIDO2 as a second factor to protect the private key. This makes resident keys on a token (yubikey etc.) avoidable. So you can locate the private key on the file system of your computer (as probably most people do anyway). In my opinion it even obsoletes passphrases for the private key, because it is imply not useable without the FIDO2 token.
I wonder if age keys could be protected the same way.
Beta Was this translation helpful? Give feedback.
All reactions