Ability to specify which key to use (otherwise: Too many authentication failures) #13345
Replies: 2 comments
-
There's an open feature request for this here, vote it up/comment if you can: https://community.bitwarden.com/t/ssh-agent-allow-specifying-limiting-private-key-offers/79954 I'm getting around this by pointing to the public key file with the -i flag, however it would be nice to not have to maintain the public keys in a separate file and reference directly from the vault. |
Beta Was this translation helpful? Give feedback.
-
GitHub discussions are primarily used for community-driven code contributions to the Bitwarden codebase, and are not actively monitored for bug reports, support, or feature requests, so closing this one out for now. If you'd like to report a bug or continue the conversation, you can:
|
Beta Was this translation helpful? Give feedback.
-
Code Contribution Proposal
If I have several ssh keys in my vault, I often got (with macOS, Windows clients ant their ssh-agents:
_Received disconnect from my_ip_or_host_name port 22:2: Too many authentication failures._
How I can specify which key to use? Is there such way()?
Beta Was this translation helpful? Give feedback.
All reactions