Skip to content

Commit 8379884

Browse files
authored
Remove deprecated DSA support (knative#2941)
1 parent 6d85dee commit 8379884

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)