snippetbashTip
ykman — YubiKey Manager - configure YubiKeys. If there are multiple YubiKeys connected, you have to add `--d
Viewed 0 times
yubikeyscommandykmanconfigureclithereyubikeymanager
Problem
How to use the
ykman command: YubiKey Manager - configure YubiKeys. If there are multiple YubiKeys connected, you have to add --device serial_number before a subcommand. More information: <https://docs.yubico.com/software/yubikey/tools/ykman/index.html>.Solution
ykman — YubiKey Manager - configure YubiKeys. If there are multiple YubiKeys connected, you have to add --device serial_number before a subcommand. More information: <https://docs.yubico.com/software/yubikey/tools/ykman/index.html>.Display general information about a YubiKey (serial number, firmware version, capabilities, etc.):
ykman infoList connected YubiKeys with short, one-line descriptions (including the serial number):
ykman listView documentation for enabling and disabling applications:
tldr ykman configView documentation for managing the FIDO applications:
tldr ykman fidoView documentation for managing the OATH application:
tldr ykman oathView documentation for managing the OpenPGP application:
tldr ykman openpgpCode Snippets
Display general information about a YubiKey (serial number, firmware version, capabilities, etc.)
ykman infoList connected YubiKeys with short, one-line descriptions (including the serial number)
ykman listView documentation for enabling and disabling applications
tldr ykman configView documentation for managing the FIDO applications
tldr ykman fidoView documentation for managing the OATH application
tldr ykman oathContext
tldr-pages: common/ykman
Revisions (0)
No revisions yet.