1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 16:30:59 +02:00

Disable yubikey in opensc

This commit is contained in:
Arti Zirk 2019-03-25 16:58:14 +02:00
parent ef8d56cca6
commit 4e9a036599

View File

@ -2,12 +2,19 @@ app default {
# debug = 3; # debug = 3;
# debug_file = opensc-debug.txt; # debug_file = opensc-debug.txt;
# Lenovo USB Smartcard Keyboard pinpad implementation is broken
reader_driver pcsc {
enable_pinpad = false
}
# Only GnuPG uses Yubikey
ignored_readers = "Yubico YubiKey CCID 01 00" ignored_readers = "Yubico YubiKey CCID 01 00"
framework pkcs15 { framework pkcs15 {
# use_file_caching = true; # use_file_caching = true;
} }
# Force Yubikey to use openpgp applet
card_atr 3B:F8:13:00:00:81:31:FE:15:59:75:62:69:6B:65:79:34:D4 { card_atr 3B:F8:13:00:00:81:31:FE:15:59:75:62:69:6B:65:79:34:D4 {
name = "Yubico Yubikey 4 OTP+CCID"; name = "Yubico Yubikey 4 OTP+CCID";
driver = "openpgp"; driver = "openpgp";