mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ykinfo
|
|
|
|
> Get basic information from a YubiKey.
|
|
> More information: <https://developers.yubico.com/yubikey-personalization/Manuals/ykinfo.1.html>.
|
|
|
|
- Display all information from YubiKey:
|
|
|
|
`ykinfo -a`
|
|
|
|
- Get only serial in decimal from YubiKey:
|
|
|
|
`ykinfo -s -q`
|
|
|
|
- Get capabilities from YubiKey:
|
|
|
|
`ykinfo -c`
|