LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ykman-fido

Manage YubiKey FIDO2 credentials

TLDR

Show FIDO application information
$ ykman fido info
copy
List resident credentials (passkeys)
$ ykman fido credentials list
copy
Delete a resident credential
$ ykman fido credentials delete [id]
copy
Set or change the FIDO PIN
$ ykman fido access change-pin
copy
List registered fingerprints
$ ykman fido fingerprints list
copy
Reset the FIDO application
$ ykman fido reset
copy

SYNOPSIS

ykman fido command [options]

DESCRIPTION

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.

PARAMETERS

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.

CAVEATS

Reset permanently removes all FIDO credentials, the PIN, and fingerprints from the device. Fingerprint commands require a YubiKey with a fingerprint sensor and a FIDO PIN must be set first.

SEE ALSO

ykman(1), ykman-oath(1)

Copied to clipboard
Kai