dsa has been removed

This commit is contained in:
Mikaël Cluseau
2025-10-01 16:56:30 +02:00
parent 436be67bfd
commit 350e753ae0
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ func getSSHKeyPairs(host string) (pairs []SSHKeyPair, err error) {
genLoop:
for _, keyType := range []string{
"rsa",
"dsa",
"ecdsa",
"ed25519",
} {