Implement function to clear all ssh-agent identities#10649
Merged
droidmonkey merged 4 commits intokeepassxreboot:developfrom Feb 1, 2025
Merged
Implement function to clear all ssh-agent identities#10649droidmonkey merged 4 commits intokeepassxreboot:developfrom
droidmonkey merged 4 commits intokeepassxreboot:developfrom
Conversation
5d43dba to
d38d502
Compare
Contributor
Author
|
Hello, is this PR ready for a merge? Do I need to review certain points? |
Member
|
Will review when I get the chance |
d38d502 to
f232411
Compare
f232411 to
ee37774
Compare
Contributor
Author
Remember note:Openssh-portable upstream code relative to |
ee37774 to
ba7b42f
Compare
ba7b42f to
a287dee
Compare
droidmonkey
approved these changes
Jan 26, 2025
pull bot
pushed a commit
to Graysonbarton/keepassxc
that referenced
this pull request
Feb 1, 2025
…10649) Fixes keepassxreboot#8346 --------- Co-authored-by: Jonathan White <support@dmapps.us>
droidmonkey
added a commit
that referenced
this pull request
Feb 2, 2025
Fixes #8346 --------- Co-authored-by: Jonathan White <support@dmapps.us>
pull bot
pushed a commit
to blog2i2j/keepassxreboot.._..keepassxc
that referenced
this pull request
Feb 22, 2025
…10649) Fixes keepassxreboot#8346 --------- Co-authored-by: Jonathan White <support@dmapps.us>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement a function that replicates the behavior of the ssh-add -D command.
Testing strategy
Tested manually and compare result to the real
ssh-add -Dcommand.Ensure that the Tools menu item is hidden when the SSH agent is disabled or when -DWITH_XC_SSHAGENT=OFF.
Type of change