When hardening my SSH key, why would I use yubikey-agent instead of the built-in `-sk` key type native to OpenSSH?

OpenSSH 8.2 added -sk key types that allow for FIDO/U2F hardware authenticators (like a YubiKey, etc.)
yubikey-agent allows for the same functionality, except it (a) requires an additional client on top of OpenSSH, and (b) is scoped to onl… Continue reading When hardening my SSH key, why would I use yubikey-agent instead of the built-in `-sk` key type native to OpenSSH?

Fido U2F, can a modified client theoretically register the same key multiple times? YubiKey Wrapped PrivateKey Method

Context
I was answering a question about how YubiKey can generate "infinite" keypairs for Fido U2F but doesn’t need to store them locally.
This leads to my initial question:
Initial Question
Can I register with a FIDO U2F service… Continue reading Fido U2F, can a modified client theoretically register the same key multiple times? YubiKey Wrapped PrivateKey Method