pykong / YubiGuard

Python script to prevent accidental triggering of YubiKeys on Linux.
GNU General Public License v3.0
24 stars 8 forks source link

YubiLock static passwords not accepted in bash terminal as of version 0.6. #1

Closed pykong closed 8 years ago

pykong commented 8 years ago

Issue is under investigation.

pykong commented 8 years ago

Issue is likely traced back to recent introduction of the KeyEventListener (KEL). KEL seemingly introduces own key events during YubiKey key release compromising its output.

pykong commented 8 years ago

Apparently this behaviorism goes back to some bug in the python Xlib module, Rolling back to triggering of YubiLock via external ZMQ signal.