yubiswitch-for-linux
yubiswitch-for-linux copied to clipboard
`yubikey off` is working more like `yubikey delay`
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.
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.