snippetbashTip
ykman fido — Manage YubiKey FIDO applications. More information: <https://docs.yubico.com/software/yubikey/tools/
Viewed 0 times
commandfidoykman fidoclimanageapplicationsyubikeymore
Problem
How to use the
ykman fido command: Manage YubiKey FIDO applications. More information: <https://docs.yubico.com/software/yubikey/tools/ykman/FIDO_Commands.html>.Solution
ykman fido — Manage YubiKey FIDO applications. More information: <https://docs.yubico.com/software/yubikey/tools/ykman/FIDO_Commands.html>.Display general information about the FIDO2 application:
ykman fido infoChange the FIDO pin:
ykman fido access change-pinList resident credentials stored on the YubiKey:
ykman fido credentials listDelete a resident credential from the YubiKey:
ykman fido credentials delete {{id}}List fingerprints stored on the YubiKey (requires a key with a fingerprint sensor):
ykman fido fingerprints listAdd a new fingerprint to the YubiKey:
ykman fido fingerprints add {{name}}Delete a fingerprint from the YubiKey:
ykman fido fingerprints delete {{name}}Wipe all FIDO credentials (you have to do this after exceeding the number of PIN retry attempts):
ykman fido resetCode Snippets
Display general information about the FIDO2 application
ykman fido infoChange the FIDO pin
ykman fido access change-pinList resident credentials stored on the YubiKey
ykman fido credentials listDelete a resident credential from the YubiKey
ykman fido credentials delete {{id}}List fingerprints stored on the YubiKey (requires a key with a fingerprint sensor)
ykman fido fingerprints listContext
tldr-pages: common/ykman fido
Revisions (0)
No revisions yet.