Remove deprecated DSA support (#2941)

This commit is contained in:
Luke Kingland 2025-07-23 05:55:07 +09:00 committed by GitHub
parent 6d85dee462
commit 837988484f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -344,7 +344,6 @@ func NewSSHClientConfig(url *urlPkg.URL, credentialsConfig Config) (*ssh.ClientC
ssh.KeyAlgoRSASHA256,
ssh.KeyAlgoRSASHA512,
ssh.KeyAlgoRSA,
ssh.KeyAlgoDSA,
},
Timeout: sshTimeout * time.Second,
}