Difference between revisions of "User:Narya/Notes/SmartCardPgp"
< User:Narya | Notes
m (more links) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | =OpenPGP SmartCard stuff= | + | =OpenPGP SmartCard stuff on Debian= |
* How to - https://www.gnupg.org/howtos/card-howto/en/ch01.html | * How to - https://www.gnupg.org/howtos/card-howto/en/ch01.html | ||
− | * You need a recent version of GnuPg - https://www.gnupg.org/download/ | + | * You need a recent version of GnuPg - https://www.gnupg.org/download/ (needs a few extra things: gtk2-dev and some other -dev packages that it will complain about during compiling) |
* Gnome keyring does something with GnuPGP. How to disable that - http://blog.josefsson.org/2015/01/02/openpgp-smartcards-and-gnome/ | * Gnome keyring does something with GnuPGP. How to disable that - http://blog.josefsson.org/2015/01/02/openpgp-smartcards-and-gnome/ | ||
+ | * gpg2 --card-status fails | ||
+ | ** PC/SC OPEN failed: no service | ||
+ | ** Solution: add "use-standard-socket" to ~/.gnupg/gpg-agent.conf http://www.gossamer-threads.com/lists/gnupg/users/55688 | ||
+ | * gpg2 --card-status still fails | ||
+ | ** gpg: selecting openpgp failed: Card error | ||
+ | ** gpg: OpenPGP card not available: Card error | ||
+ | |||
+ | GRRRRRRRRRR |
Latest revision as of 15:22, 28 December 2015
OpenPGP SmartCard stuff on Debian
- How to - https://www.gnupg.org/howtos/card-howto/en/ch01.html
- You need a recent version of GnuPg - https://www.gnupg.org/download/ (needs a few extra things: gtk2-dev and some other -dev packages that it will complain about during compiling)
- Gnome keyring does something with GnuPGP. How to disable that - http://blog.josefsson.org/2015/01/02/openpgp-smartcards-and-gnome/
- gpg2 --card-status fails
- PC/SC OPEN failed: no service
- Solution: add "use-standard-socket" to ~/.gnupg/gpg-agent.conf http://www.gossamer-threads.com/lists/gnupg/users/55688
- gpg2 --card-status still fails
- gpg: selecting openpgp failed: Card error
- gpg: OpenPGP card not available: Card error
GRRRRRRRRRR