I am using ppa:yubico/stable on Ubuntu 14.04 LTS
After running
Code:
sleep 0.1
ykpersonalize -1 -ofixed="$pubID" -ouid="$privID" -a"$aesKey
sleep 0.2
The yubikey device will not respond to any of the yk* command line tools. For example:
Code:
[A]bobg@Avature-TP1407E:~$ ykinfo -a
Yubikey core error: timeout
This device is successfully programmed with the new OTP crendentials and pressing the button types the OTP via the keyboard.
Also, the device is recognized by the ykpersonalize-gui app and if I reprogram the same OTP credentials via the gui, then the device is fixed and once again responds to the command line tools.
Any ideas?
--BobG