Browse Source

New try to mark in bold user inputs

pull/1/head
Julien Escario 4 years ago
parent
commit
bb63b8b2a1
  1. 10
      ssh/yubibug.md

10
ssh/yubibug.md

@ -10,17 +10,17 @@ Let's try it. For this demo, I'll let the Yubikey generate GnuPG's keys. This is
(see here [https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP](https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP)) (see here [https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP](https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP))
Let's make things clear : Let's make things clear :
$ **rm -R .gnupg**
* **rm -R .ssh**
$ **ykman openpgp reset**
<pre>
$ <b>rm -R .gnupg</b>
$ <b>rm -R .ssh</b>
$ ykman openpgp reset
WARNING! This will delete all stored OpenPGP keys and data and restore factory settings? [y/N]: **y** WARNING! This will delete all stored OpenPGP keys and data and restore factory settings? [y/N]: **y**
Resetting OpenPGP data, don't remove your YubiKey... Resetting OpenPGP data, don't remove your YubiKey...
Success! All data has been cleared and default PINs are set. Success! All data has been cleared and default PINs are set.
PIN: 123456 PIN: 123456
Reset code: NOT SET Reset code: NOT SET
Admin PIN: 12345678 Admin PIN: 12345678
</pre>
Good, let's start with key generation : Good, let's start with key generation :
$ gpg --card-edit $ gpg --card-edit

Loading…
Cancel
Save