-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Decrypt button of the SSH agent never activates. #10637
Comments
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
Apr 28, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
Apr 28, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
Apr 29, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 1, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 5, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 5, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 5, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 5, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 5, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 7, 2024
AlexpFr
added a commit
to AlexpFr/keepassxc
that referenced
this issue
May 12, 2024
droidmonkey
pushed a commit
to AlexpFr/keepassxc
that referenced
this issue
May 26, 2024
droidmonkey
added a commit
that referenced
this issue
May 27, 2024
* SSH Agent: Fix broken decrypt button (Fixes #10637) --------- Co-authored-by: Jonathan White <[email protected]>
pull bot
pushed a commit
to shashinma/keepassxc
that referenced
this issue
May 28, 2024
* SSH Agent: Fix broken decrypt button (Fixes keepassxreboot#10637) --------- Co-authored-by: Jonathan White <[email protected]>
droidmonkey
added a commit
that referenced
this issue
Jun 2, 2024
* SSH Agent: Fix broken decrypt button (Fixes #10637) --------- Co-authored-by: Jonathan White <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason is that the activation condition is:
if (!key.comment().isEmpty() || !key.encrypted())
.But the comment is never empty because when opening the key we have:
I made a fix, I am preparing a PR.
The text was updated successfully, but these errors were encountered: