mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-25 06:13:03 +02:00
Add secure dashboard-managed SSH public-key access
Replace server-generated key escrow with public-key-only enable/disable tasks. Validate ED25519 keys, atomically reconcile one marked authorized_keys entry, preserve operator keys, and never handle private keys. Return real task errors and add lifecycle tests.
This commit is contained in:
+7
-1
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.4.0] - 23-09-2026
|
||||
|
||||
* Added dashboard-managed SSH public-key access.
|
||||
* Validates ED25519 public keys and reports their SHA256 fingerprints.
|
||||
* Atomically installs or removes only the marked Edgebox key while preserving all other authorized keys.
|
||||
* Never generates, reads, stores, logs, or returns SSH private keys.
|
||||
|
||||
## [1.3.2] - 08-12-2024
|
||||
|
||||
* Fix to Browser Dev feature:
|
||||
@@ -20,4 +27,3 @@
|
||||
### Missing Past Releases
|
||||
|
||||
Release notes for past versions are not available in this file. Please refer to the [GitHub releases](https://hithub.com/edgebox-iot/edgeboxctl/releases) for more information. Feel free to contribute to this file by adding missing release notes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user