mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:35:42 +02:00
ykinfo, ykman: add page (#6870)
This commit is contained in:
parent
2cda6e81cb
commit
7f0b233ea1
2 changed files with 36 additions and 0 deletions
16
pages/common/ykinfo.md
Normal file
16
pages/common/ykinfo.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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`
|
20
pages/common/ykman.md
Normal file
20
pages/common/ykman.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# ykman
|
||||||
|
|
||||||
|
> The YubiKey Manager can be used to configure all aspects of the YubiKey.
|
||||||
|
> More information: <https://docs.yubico.com/software/yubikey/tools/ykman/index.html>.
|
||||||
|
|
||||||
|
- Get information from YubiKey:
|
||||||
|
|
||||||
|
`ykman info`
|
||||||
|
|
||||||
|
- Get information for a given application from YubiKey:
|
||||||
|
|
||||||
|
`ykman {{fido|oath|openpgp|otp|piv}} info`
|
||||||
|
|
||||||
|
- Get a list of enabled applications over NFC from YubiKey:
|
||||||
|
|
||||||
|
`ykman config nfc --list`
|
||||||
|
|
||||||
|
- Enable application over USB on YubiKey:
|
||||||
|
|
||||||
|
`ykman config usb --enable {{OTP|U2F|FIDO2|OATH|PIV|OPENPGP|HSMAUTH}}`
|
Loading…
Add table
Reference in a new issue