[Bug] SSH Agent: Authorization popup does not appear on Windows #18019
Closed
HydroTuConnais
started this conversation in
Password Manager
Replies: 2 comments
-
|
Thank you for your contribution! GitHub Discussions is specifically for proposing code that you would like to write for the Bitwarden codebase. Since this post does not appear to include a proposal, it will be closed. If you believe this was done in error or have any questions, please feel free to reach out to us!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@HydroTuConnais Please create an issue over at https://github.com/bitwarden/clients/issues/new/choose, as the bot mentions this is for contribution proposals/discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When attempting to connect via SSH using the Bitwarden SSH Agent on Windows, the authorization popup never appears. The connection falls back to password authentication instead of using the SSH key.
Steps To Reproduce
~/.ssh/authorized_keysssh-add -L→ displays the key correctlyGet-ChildItem \\.\pipe\ | Where-Object { $_.Name -like "*openssh*" }→ showsopenssh-ssh-agentssh user@serverEnvironment
Additional context
ssh-add -Lcorrectly shows the Bitwarden SSH key\\.\pipe\openssh-ssh-agentexistsBeta Was this translation helpful? Give feedback.
All reactions