-
On firejail latest git build (I don't have this issue with the latest released version), KeepassXC is not seeing ssh agent. In keepassxc.local, the following was used to allow for ssh-agent: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
keepassxc uses whitelisting in To allow the default ssh-agent socket path, it should be enough to add
If you use a custom socket path, you need to allow that instead:
|
Beta Was this translation helpful? Give feedback.
-
Thoughts on allowing access to the ssh-agent socket by default on |
Beta Was this translation helpful? Give feedback.
keepassxc uses whitelisting in
${RUNUSER}
since the following PR:To allow the default ssh-agent socket path, it should be enough to add
following to keepassxc.local:
If you use a custom socket path, you need to allow that instead: