pallotron / yubiswitch

OSX status bar application to enable/disable Yubikey Nano
Other
877 stars 65 forks source link

When enabling Yubikey the password is written #6

Closed whoppermac closed 10 years ago

whoppermac commented 11 years ago

When I "enable" Yubiswitch the password is being written out. It should just be enabled, and then wait for met to press it.

pallotron commented 11 years ago

Yeah, this is a side effect of the way I use to enable/disable the device [1], basically sending configuration(0) or (1)... I'll put more thought into it but at the moment I have no idea of how to actually shutdown the device properly. If you have suggestions I'm all ears :)

[1] https://github.com/pallotron/yubiswitch/blob/master/yubiswitch/YubiKey.m#L138

pallotron commented 10 years ago

see https://github.com/pallotron/yubiswitch/issues/5