-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH Socket (.bitwarden-ssh-agent.sock) locks up after successful SSH connection. #13206
Comments
Thank you for reporting this issue! We've added this to our internal tracking system. |
This seems to happen on to me on Windows 11 as well. Same client version
Note the client otherwise behaves normally, as in you can browse for passwords and such. |
This has also happened to be a few times, only fix is to restart the Bitwarden client. |
Hi, to anyone experiencing this; are you using SSH agent forwarding by any chance? |
I think this happened regardless of using forwarding or not.
…On Mon, Feb 3, 2025, 2:18 PM Bernd Schoolmann ***@***.***> wrote:
Hi, to anyone experiencing this; are you using SSH agent forwarding by any
chance?
—
Reply to this email directly, view it on GitHub
<#13206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHKU2TSSURNTKENG4VTQL32N66HJAVCNFSM6AAAAABWJYLOBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZRHA3DKMZXGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@quexten I can confirm that for the host used in my repro that I was unable to reproduce this issue on that same host with Will see if I catch this happening again without |
Seems that I also had FowardAgent in some old configs. I confirmed that
disabling it seems to allow reconnections to work.
…On Mon, Feb 3, 2025 at 6:33 PM Verex ***@***.***> wrote:
@quexten <https://github.com/quexten> I can confirm that for the host
used in my repro that ForwardAgent was enabled.
I was unable to reproduce this issue on that same host with ForwardAgent
disabled.
Will see if I catch this happening again without ForwardAgent as I'm not
certain whether I've encountered on other hosts.
—
Reply to this email directly, view it on GitHub
<#13206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHKU2XMNQXGXXPVEGUWHQL2N74F3AVCNFSM6AAAAABWJYLOBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZSGQYTIOJUG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I also found removing |
Yeah, agent forwarding is broken and the fix is pending at the moment, please disable it until then. |
Steps To Reproduce
“Bitwarden” would like to access data from other apps.
system prompt that shows up every time.ssh-add -L
(public keys listed).ssh <user>@<host>
).ssh-add -L
or try to SSH again.Expected Result
ssh-add -L
should list public key parameters of all identities.ssh <user>@<host>
should open Bitwarden prompt to accept authentication.Actual Result
ssh-add -L
will hang until Bitwarden is closed (which then printserror fetching identities: communication with agent failed
) or until you sendSIGINT
(^C
).ssh-add -L
after Bitwarden application is closed will printError connecting to agent: Connection refused
.ssh <user>@<host>
will hang until Bitwarden is closed or until you sendSIGINT
(^C
).Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
15.2
Installation method
Direct Download (from bitwarden.com)
Build Version
2025.1.3 (36834)
Issue Tracking Info
The text was updated successfully, but these errors were encountered: