Skip to content

Commit c86c1dd

Browse files
committed
Remove deprecated DSA support
1 parent 211df16 commit c86c1dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ssh/ssh_dialer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ func NewSSHClientConfig(url *urlPkg.URL, credentialsConfig Config) (*ssh.ClientC
344344
ssh.KeyAlgoRSASHA256,
345345
ssh.KeyAlgoRSASHA512,
346346
ssh.KeyAlgoRSA,
347-
ssh.KeyAlgoDSA,
348347
},
349348
Timeout: sshTimeout * time.Second,
350349
}

0 commit comments

Comments
 (0)