Linux command
ykman-fido 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show FIDO application information
ykman fido info
List resident credentials (passkeys)
ykman fido credentials list
Delete a resident credential
ykman fido credentials delete [id]
Set or change the FIDO PIN
ykman fido access change-pin
List registered fingerprints
ykman fido fingerprints list
Reset the FIDO application
ykman fido reset
说明
ykman fido manages the FIDO2/WebAuthn application on a YubiKey. It allows viewing and managing passkeys (discoverable/resident credentials), configuring the FIDO PIN, and managing biometric fingerprints on YubiKey Bio series devices.
参数
- info
- Show FIDO2 application information.
- credentials list
- List discoverable (resident) credentials.
- credentials delete _id_
- Delete a resident credential.
- access change-pin
- Set or change the FIDO PIN.
- access verify-pin
- Verify the FIDO PIN against the YubiKey.
- fingerprints list
- List registered fingerprints by ID and label.
- fingerprints add _name_
- Add a new fingerprint (requires YubiKey Bio).
- fingerprints delete _id_
- Delete a fingerprint by ID.
- fingerprints rename _id_ _name_
- Set the label for a fingerprint.
- reset
- Reset the FIDO application, removing all credentials and PIN.
FAQ
What is the ykman-fido command used for?
ykman fido manages the FIDO2/WebAuthn application on a YubiKey. It allows viewing and managing passkeys (discoverable/resident credentials), configuring the FIDO PIN, and managing biometric fingerprints on YubiKey Bio series devices.
How do I run a basic ykman-fido example?
Run `ykman fido info` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does info do in ykman-fido?
Show FIDO2 application information.