Re-order SSH key types to make ed25519 default

- Fixes: #981

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-05 23:23:28 -07:00
parent a975c5efb6
commit 4809641ef6
7 changed files with 23 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Don't mount /run during wwinit. #1566
- Simpler permissions in official RPM packages. #1696
- Create temporary files in overlay directory during `wwctl overlay edit`. #1473
- Re-order SSH key types to make ed25519 default. #981
### Fixed