-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Yubikey is not re-detected after replugging. #712
Copy link
Copy link
Closed
Description
When using the Challenge/Response mode with a Yubikey, if you unplug the key and replug it, the key is no longer detected or able to do the challenge / response authentication.
This leads to being unable to save the database after any changes.
Error message states:
Writing the database failed. Unable to issue challenge-response.
Expected Behavior
Key should be redetected on replug - or only accessed when the functionality is needed.
Current Behavior
- Open a challenge / response secured database
- Remove the yubikey
- Make a change to something
- Plug in the Yubikey
- Try to save the database.
Possible Solution
Should only access the Yubikey when a challenge is required. Once the challenge is complete, the key should be released.
Debug Info
KeePassXC - Version 2.2.0
Revision: caa49a8
Libraries:
- Qt 5.7.1
- libgcrypt 1.7.7
Operating system: Fedora 26 (Twenty Six)
CPU architecture: x86_64
Kernel: linux 4.11.6-301.fc26.x86_64
Enabled extensions:
- KeePassHTTP
- Auto-Type
- YubiKey
Reactions are currently unavailable