yubiswitch-for-linux icon indicating copy to clipboard operation
yubiswitch-for-linux copied to clipboard

`yubikey off` is working more like `yubikey delay`

Open joedevivo opened this issue 9 years ago • 1 comments

If yubikey is pressed after yubikey off, as soon as I type yubikey on a yubikey token is generated in my terminal.

Thanks for this.

joedevivo avatar Dec 29 '15 13:12 joedevivo

I can confirm this happens to me as well. It appears the yubikey has a bit of a buffer that is trying to write to the usbhid interface, and while the driver is unbound, that buffer will fill up. When the driver is bound again, it will dump the buffer.

neilschelly avatar Apr 04 '17 18:04 neilschelly