|
|
@@ -40,7 +40,7 @@ var supportedKexAlgos = []string{
|
|
|
kexAlgoDH14SHA1, kexAlgoDH1SHA1,
|
|
|
}
|
|
|
|
|
|
-// supportedKexAlgos specifies the supported host-key algorithms (i.e. methods
|
|
|
+// supportedHostKeyAlgos specifies the supported host-key algorithms (i.e. methods
|
|
|
// of authenticating servers) in preference order.
|
|
|
var supportedHostKeyAlgos = []string{
|
|
|
CertAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01,
|