Changes between Version 2 and Version 3 of gpgOnYubiKey4
- Timestamp:
- 07/24/17 23:03:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gpgOnYubiKey4
v2 v3 8 8 chmod 700 ~/.gnupg 9 9 }}} 10 11 Avoid an key generation error by: 12 {{{ 13 mkdir -p ~/.gnupg/private-keys-v1.d 14 chmod 700 ~/.gnupg/private-keys-v1.d 15 }}} 16 17 Set GnuPG to prefer strong hash and encryption algorithms 18 {{{ 19 echo "cert-digest-algo SHA512" >> ~/.gnupg/gpg.conf 20 echo "default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed" >> ~/.gnupg/gpg.conf 21 }}} 22 10 23 11 24 Install pinentry-tty and modify gpg-agent.conf to get rid of annoying Gnome Shell password prompt.