mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 17:55:58 +03:00
[PR #5187] [MERGED] Support SSH keys on desktop 2024.12 #3573
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3573
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5187
Author: @dani-garcia
Created: 11/12/2024
Status: ✅ Merged
Merged: 11/15/2024
Merged by: @dani-garcia
Base:
main← Head:ssh_keys📝 Commits (5)
b952c49Support SSH keys on desktop 2024.12f0e3dcdDocument flags in .env.template6765b21Validate key rotation contentsf819e6cMerge branch 'main' into ssh_keys548db62Merge branch 'main' into ssh_keys📊 Changes
7 files changed (+156 additions, -41 deletions)
View changed files
📝
.env.template(+2 -0)📝
src/api/core/accounts.rs(+87 -24)📝
src/api/core/ciphers.rs(+23 -3)📝
src/api/core/organizations.rs(+10 -8)📝
src/auth.rs(+21 -3)📝
src/config.rs(+9 -2)📝
src/db/models/cipher.rs(+4 -1)📄 Description
Added support for the new SSH item key type in desktop 2024.12+
To test it, you need a desktop build from
bitwarden/clients:main, and to enable the feature flags on server.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.