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}}`