Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tldr-pages/tldr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Rogacz/tldr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 7, 2021

  1. Add ykinfo and ykman

    Rogacz committed Oct 7, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Rogacz MichaΕ‚ GΔ…sior
    Copy the full SHA
    47c17f8 View commit details
  2. ykinfo: fix typo

    Rogacz committed Oct 7, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Rogacz MichaΕ‚ GΔ…sior
    Copy the full SHA
    218cf40 View commit details

Commits on Nov 15, 2021

  1. Apply suggestions from code review

    Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
    marchersimon and navarroaxel authored Nov 15, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    84db882 View commit details
Showing with 36 additions and 0 deletions.
  1. +16 βˆ’0 pages/common/ykinfo.md
  2. +20 βˆ’0 pages/common/ykman.md
16 changes: 16 additions & 0 deletions pages/common/ykinfo.md
Original file line number Diff line number Diff line change
@@ -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 changes: 20 additions & 0 deletions pages/common/ykman.md
Original file line number Diff line number Diff line change
@@ -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}}`