LinuxCommandLibrary

ykman-openpgp

Manage the OpenPGP YubiKey application.

TLDR

Display general information about the OpenPGP application

$ ykman openpgp info
copy


Set the number of retry attempts for the User PIN, Reset Code, and Admin PIN, respectively
$ ykman openpgp access set-retries [3] [3] [3]
copy


Change the User PIN, Reset Code or Admin PIN
$ ykman openpgp access change-[pin|reset-code|admin-pin]
copy


Factory reset the OpenPGP application (you have to do this after exceeding the number of Admin PIN retry attempts)
$ ykman openpgp reset
copy

Copied to clipboard