Skip to content
Discussion options

You must be logged in to vote

During the transition from icloud keychain ssh-agent to bitwarden, I probably found the actual cause of this issue.

When using icloud as ssh-agent, cyberduck will try to find and utilize the SSH_AUTH_SOCK by itself, but when using bitwarden, you must explicit set the ssh-agent socket on ~/.ssh/config, which is:

Host *
    AddKeysToAgent yes
    IdentityAgent /Users/<your user name>/Library/Containers/com.bitwarden.desktop/Data/.bitwarden-ssh-agent.sock

With this config being set, now I can use ssh-agent with bitwarden on version 9.2.4 without problem.

you can find more detail about how to set ssh-agent socket on below webpage:
https://bitwarden.com/help/ssh-agent/#tab-macos-6VN1DmoAVFvm7…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dkocher
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
sftp SFTP Protocol Implementation
4 participants
Converted from issue

This discussion was converted from issue #17232 on October 28, 2025 13:46.