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

@@ -109,11 +109,11 @@ data from other structures.
### SSH
- Key types:
- ed25519
- ecdsa
- rsa
- dsa
- ecdsa
- ed25519
- First key type: rsa
- First key type: ed25519
## Node