tldr/pages/common/ykman.md

30 lines
783 B
Markdown
Raw Normal View History

2021-11-16 10:15:45 +00: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 10:15:45 +00: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 10:15:45 +00:00
`ykman info`
- List connected YubiKeys with short, one-line descriptions (including the serial number):
2021-11-16 10:15:45 +00:00
`ykman list`
2021-11-16 10:15:45 +00:00
- View documentation for enabling and disabling applications:
2021-11-16 10:15:45 +00:00
`tldr ykman config`
2021-11-16 10:15:45 +00:00
- View documentation for managing the FIDO applications:
2021-11-16 10:15:45 +00:00
`tldr ykman fido`
- View documentation for managing the OATH application:
`tldr ykman oath`
- View documentation for managing the OpenPGP application:
`tldr ykman openpgp`