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

@@ -46,10 +46,10 @@ Warewulf (4.6.0):
readonly: true
ssh:
key types:
- ed25519
- ecdsa
- rsa
- dsa
- ecdsa
- ed25519
wwclient:
port: 0
@@ -165,10 +165,10 @@ SSH key types to generate during ``wwctl configure ssh`` may be overridden using
ssh:
key types:
- ed25519
- ecdsa
- rsa
- dsa
- ecdsa
- ed25519
Warewulf will generate host keys for each listed key type.
The first listed key type is used to generate authentication ssh keys.