LinuxCommandLibrary

ykman-fido

Manage YubiKey FIDO applications.

TLDR

Display general information about the FIDO2 application

$ ykman fido info
copy


Change the FIDO pin
$ ykman fido access change-pin
copy


List resident credentials stored on the YubiKey
$ ykman fido credentials list
copy


Delete a resident credential from the YubiKey
$ ykman fido credentials delete [id]
copy


List fingerprints stored on the YubiKey (requires a key with a fingerprint sensor)
$ ykman fido fingerprints list
copy


Add a new fingerprint to the YubiKey
$ ykman fido fingerprints add [name]
copy


Delete a fingerprint from the YubiKey
$ ykman fido fingerprints delete [name]
copy


Wipe all FIDO credentials (you have to do this after exceeding the number of PIN retry attempts)
$ ykman fido reset
copy

Copied to clipboard