ykman: update page; ykman-{config,fido,oath,openpgp}: add page (#11698)

This commit is contained in:
Lena
2023-12-08 06:51:19 +01:00
committed by GitHub
parent 27c6fcc0ec
commit 6ac59acdfa
5 changed files with 128 additions and 8 deletions

View File

@@ -0,0 +1,36 @@
# 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 info`
- Change the FIDO pin:
`ykman fido access change-pin`
- List resident credentials stored on the YubiKey:
`ykman fido credentials list`
- Delete 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 list`
- Add 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 reset`