-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove all keepass ssh keys without locking db #8346
Copy link
Copy link
Labels
Description
Summary
A menu item/keyboard shortcut to remove all keepass keys from the ssh agent.
Context
When working with many different ssh keys in keepass, often I need to remove the all keys I was using from the agent (for example, when finished working with a group of servers). Currently the options for doing this are:
- Lock the DB, then unlock it again
- Find each relevant entry in the DB, and use the right click menu or keyboard shortcut to remove the key
- Remove the keys using the agent (ssh-add, pageant, etc)
None of these options are very convenient. Ideally, there should be a menu item/keyboard shortcut that removes keys in the same manner as a DB lock, but without having to lock the DB. Like a DB lock, this should only affect the keepass entries and not any other (non-keepass) keys currently held by the agent.
Reactions are currently unavailable