[PR #5187] [MERGED] Support SSH keys on desktop 2024.12 #3573

Closed
opened 2026-03-03 10:04:47 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: ssh_keys


📝 Commits (5)

  • b952c49 Support SSH keys on desktop 2024.12
  • f0e3dcd Document flags in .env.template
  • 6765b21 Validate key rotation contents
  • f819e6c Merge branch 'main' into ssh_keys
  • 548db62 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/5187 **Author:** [@dani-garcia](https://github.com/dani-garcia) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/15/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `ssh_keys` --- ### 📝 Commits (5) - [`b952c49`](https://github.com/dani-garcia/vaultwarden/commit/b952c49bdda3307f80cd818a3a060a448930393c) Support SSH keys on desktop 2024.12 - [`f0e3dcd`](https://github.com/dani-garcia/vaultwarden/commit/f0e3dcd7d0f457ce20d531b56a97b74143ad8df1) Document flags in .env.template - [`6765b21`](https://github.com/dani-garcia/vaultwarden/commit/6765b21bacd88b9a7b9fc4b042207524ace31719) Validate key rotation contents - [`f819e6c`](https://github.com/dani-garcia/vaultwarden/commit/f819e6c728dcbf9a3a27fb603c76e8ea7697953d) Merge branch 'main' into ssh_keys - [`548db62`](https://github.com/dani-garcia/vaultwarden/commit/548db625615175df8030968212dae617fb20e969) Merge branch 'main' into ssh_keys ### 📊 Changes **7 files changed** (+156 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 10:04:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3573
No description provided.