I'm not able to set the Yubikey 4 Touch feature for my PGP sig keys. I run yubitouch.sh like this:
yubitouch.sh sig on
and after entering my Admin PIN I get this output:
"Verification failed, wrong pin?"
When the script runs this command
$GCA --hex "scd apdu 00 20 00 83 $PIN_LEN $PIN" /bye
it gets this as output:
Code:
D[0000] 67 00 g.
OK
Because it doesn't find "90 00" the script then dies.
However, I don't think the PIN is wrong because the Admin PIN attempts counters isn't decremented. If I really put the wrong PIN then the counter is decremented and I get the following response:
Code:
D[0000] 69 82 i.
OK