Andreas Fuchs
Andreas Fuchs
OK, I think then I'll add a laxer yubikey slot. I was surprised by this because `gpg --card-edit` does let you change this, IIRC - I guess there, in order...
So, update: I generated a new age key in a second slot, with `--pin-policy=once --touch-policy=cached` and that seems to work... half-way: It doesn't require a touch on every decryption (only...
> You're reading the "Agent" section for current main, not for 0.3.2. Ooooooops 😓 I did try with latest main just now, and same result: It prompts for the PIN...
Ahhh, I just read through https://github.com/str4d/age-plugin-yubikey/commit/d9c5abaa15d00694a0127873aa39cf6be30d39ca#diff-f8cca32b0c315d712da3375dab4d6c52abd816618850f4c0ce5578d35efe7deaR79 and now I get why it keeps asking me the PIN every time: I am using a yubikey4c nano. Does the 5 series fare...
I'm pretty sure this has happened to me at least once before, on a 4c nano - and I managed to recover from it? But I made no notes nor...
And just like that, I remembered: You use the yubikey-manager, and with that, reset the PIV app: ```console :; ykman piv info PIV version: 5.4.3 PIN tries remaining: 0/3 Management...
That's a great point! One more thing that I noticed is that ykman seems to be able to detect that the default PINs are in place: ```console $ ykman piv...
That's a tricky question: To save space, the RateLimiter struct doesn't retain a reference to the Quota (instead, representing the quota in its `Gcra` elements T and Tau. If you...
Oh man, this is ... hilarious, thank you for reporting it. I'll try and think about what it'll take to work around the issue (but if you have more than...
That said, I recognize that you're looking for a way to disable the rate limiting logic - maybe it's possible to provide an API that simply returns a success for...