keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

add --yubikey <slot:serial> option to keepassxc desktop tool, just like --keyfile and with the keepass-cli open system #11419

Closed tuxcrafter closed 3 weeks ago

tuxcrafter commented 3 weeks ago

Summary

When starting starting keepassxc with database and keyfile option when configured to use yubikey it will give an opening error and empty password error because it does not know to use a yubikey. When not providing any option to keepassxc it does remember the last database and does not give the error. My usecase is however to tell keepassxc what databases to use on startup with the unlock options as arguments.

Examples

keepassxc keepass01.kdbx --keyfile keepass01.key --yubikey 1:18653578 keepass02.kdbx --keyfile keepass02.key --yubikey 2:18653578

I am willing to provide a 100 euro bounty

droidmonkey commented 3 weeks ago

Duplicate of https://github.com/keepassxreboot/keepassxc/issues/6018