diff options
author | Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | 2020-04-28 21:28:44 +0100 |
---|---|---|
committer | Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | 2020-04-28 21:28:44 +0100 |
commit | 610855864566ee87e06619d8889f8f55235d317c (patch) | |
tree | e8ff773858fabe3497fff7a1f65e3a9187b5f7bb /README.md | |
parent | Merge pull request #172 from codesections-forks/master (diff) | |
download | YubiKey-Guide-610855864566ee87e06619d8889f8f55235d317c.tar.gz |
Describe ykman PGP keys reset
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2241,6 +2241,12 @@ scd apdu 00 44 00 00 /echo Card has been successfully reset. ``` +Or you may do it via `ykman` if installed: + +```console +$ ykman openpgp reset +``` + # Notes 1. YubiKey has two configurations: one invoked with a short press, and the other with a long press. By default, the short-press mode is configured for HID OTP - a brief touch will emit an OTP string starting with `cccccccc`. If you rarely use the OTP mode, you can swap it to the second configuration via the YubiKey Personalization tool. If you *never* use OTP, you can disable it entirely using the [YubiKey Manager](https://developers.yubico.com/yubikey-manager) application (note, this not the similarly named older YubiKey NEO Manager). |