From 7f0b233ea1e3fe44b7c7e3186046b4da4f423b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C4=85sior?= Date: Tue, 16 Nov 2021 11:15:45 +0100 Subject: [PATCH] ykinfo, ykman: add page (#6870) --- pages/common/ykinfo.md | 16 ++++++++++++++++ pages/common/ykman.md | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 pages/common/ykinfo.md create mode 100644 pages/common/ykman.md diff --git a/pages/common/ykinfo.md b/pages/common/ykinfo.md new file mode 100644 index 000000000..deecae711 --- /dev/null +++ b/pages/common/ykinfo.md @@ -0,0 +1,16 @@ +# ykinfo + +> Get basic information from a YubiKey. +> More information: . + +- Display all information from YubiKey: + +`ykinfo -a` + +- Get only serial in decimal from YubiKey: + +`ykinfo -s -q` + +- Get capabilities from YubiKey: + +`ykinfo -c` diff --git a/pages/common/ykman.md b/pages/common/ykman.md new file mode 100644 index 000000000..3ae4c96d6 --- /dev/null +++ b/pages/common/ykman.md @@ -0,0 +1,20 @@ +# ykman + +> The YubiKey Manager can be used to configure all aspects of the YubiKey. +> More information: . + +- 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}}`