Can I configure KeePassXC to prompt for unlocking if a process attempts to use an ssh key? #12620
-
|
I'm using KeePassXC as an ssh-agent. This works perfectly,
which is good. What I would want is that when I do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
You would have to script that behavior and replace your ssh-add with that script. Basically it would check if the identity requested was listed, if not it opens keepassxc and waits. Would be a neat/beast experiment but probably lots of fringe issues with that as the ssh workflow is not meant to be like that. |
Beta Was this translation helpful? Give feedback.
You would have to script that behavior and replace your ssh-add with that script. Basically it would check if the identity requested was listed, if not it opens keepassxc and waits.
Would be a neat/beast experiment but probably lots of fringe issues with that as the ssh workflow is not meant to be like that.