Browse Source

Make opensc ignore yubikey

master
Arti Zirk 6 years ago
parent
commit
5568bcd099
  1. 5
      .config/opensc/config

5
.config/opensc/config

@ -1,10 +1,13 @@
app default { app default {
# debug = 3; # debug = 3;
# debug_file = opensc-debug.txt; # debug_file = opensc-debug.txt;
ignored_readers = "Yubico YubiKey CCID 01 00"
framework pkcs15 { framework pkcs15 {
# use_file_caching = true; # use_file_caching = true;
} }
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";

Loading…
Cancel
Save