keepassxc icon indicating copy to clipboard operation
keepassxc copied to clipboard

Implement function to clear all ssh-agent identities

Open AlexpFr opened this issue 1 year ago • 3 comments

Implement a function that replicates the behavior of the ssh-add -D command.

  • Fixes #8346

image

Testing strategy

Tested manually and compare result to the real ssh-add -D command. Ensure that the Tools menu item is hidden when the SSH agent is disabled or when -DWITH_XC_SSHAGENT=OFF.

Type of change

  • ✅ New feature (change that adds functionality)

AlexpFr avatar May 01 '24 11:05 AlexpFr

Hello, is this PR ready for a merge? Do I need to review certain points? Thanks.

AlexpFr avatar May 25 '24 12:05 AlexpFr

Will review when I get the chance

droidmonkey avatar May 25 '24 13:05 droidmonkey

Remember note:

Openssh-portable upstream code relative to ssh-add -D:

AlexpFr avatar Jun 23 '24 23:06 AlexpFr