Changes between Version 1 and Version 2 of gpgOnYubiKey4


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

--

Legend:

Unmodified
Added
Removed
Modified
  • gpgOnYubiKey4

    v1 v2  
     1= prepare Yubikey with GPG and SSH keys =
     2
     3This article is largely based on [https://www.esev.com/blog/post/2015-01-pgp-ssh-key-on-yubikey-neo/ Eric Severance's blog entry], but updated for gpg2 and my own requirements.
     4
     5Create .gnupg dir and set correct privileges:
     6{{{
     7mkdir ~/.gnupg
     8chmod 700 ~/.gnupg
     9}}}
     10
     11Install pinentry-tty and modify gpg-agent.conf to get rid of annoying Gnome Shell password prompt.
     12
     13Create  ~/.gnupg/gpg-agent.conf with following content:
     14{{{
     15pinentry-program /usr/bin/pinentry-tty
     16}}}
    117
    218Generate key