mirror of https://github.com/knative/func.git
Remove deprecated DSA support (#2941)
This commit is contained in:
parent
6d85dee462
commit
837988484f
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue