YubiKey
YubiKeys are used for OpenPGP, SSH FIDO2 keys, sudo authentication, LUKS2, and age recovery workflows.
OpenPGP
Section titled “OpenPGP”Inspect card state:
gpg --card-statusManage card settings:
gpg --card-editFIDO2 PIN
Section titled “FIDO2 PIN”ykman fido access change-pinSSH Key
Section titled “SSH Key”ssh-keygen -t ed25519-sk -N "" -C "johnson@mimir" -f ~/.ssh/id_mimirsudo systemd-cryptenroll --fido2-device=auto /dev/<device>For the original compact notes, see docs/YUBIKEY.md.