Changes between Version 6 and Version 7 of gpgOnYubiKey4


Ignore:
Timestamp:
07/28/17 22:43:59 (7 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gpgOnYubiKey4

    v6 v7  
    192192Print this doc and store it somewhere secure.
    193193Recovery can be done with the zbar tools, I zbarcam seems to work best.
     194
     195== Generate the signing and authentication subkeys ==
     196
     197The subkeys for signing and authentication will be unique for each Yubikey. This allows the subkeys to be generated directly on the Yubikey, where the private key cannot be accessed from the computer.
     198
     199Before using GnuPG with the Yubikey, download the ykpersonalize tool and make sure the eject flag is set to 82 for OTP and CCID compatibility.
     200
     201{{{
     202sudo add-apt-repository ppa:yubico/stable
     203sudo apt-get update
     204sudo apt-get install yubikey-personalization yubikey-personalization-gui
     205}}}
     206
     207{{{
     208ykpersonalize -m82
     209Firmware version 4.3.5 Touch level 517 Program sequence 1
     210
     211The USB mode will be set to: 0x82
     212
     213Commit? (y/n) [n]: y
     214}}}