1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ykman.md

30 lines
783 B
Markdown
Raw Normal View History

2021-11-16 11:15:45 +01:00
# ykman
> YubiKey Manager - configure YubiKeys.
> If there are multiple YubiKeys connected, you have to add `--device serial_number` before a subcommand.
2021-11-16 11:15:45 +01:00
> More information: <https://docs.yubico.com/software/yubikey/tools/ykman/index.html>.
- Display general information about a YubiKey (serial number, firmware version, capabilities, etc.):
2021-11-16 11:15:45 +01:00
`ykman info`
- List connected YubiKeys with short, one-line descriptions (including the serial number):
2021-11-16 11:15:45 +01:00
`ykman list`
2021-11-16 11:15:45 +01:00
- View documentation for enabling and disabling applications:
2021-11-16 11:15:45 +01:00
`tldr ykman config`
2021-11-16 11:15:45 +01:00
- View documentation for managing the FIDO applications:
2021-11-16 11:15:45 +01:00
`tldr ykman fido`
- View documentation for managing the OATH application:
`tldr ykman oath`
- View documentation for managing the OpenPGP application:
`tldr ykman openpgp`