server: Add ecdsa hostkey support.
Этот коммит содержится в:
родитель
88d6e6253c
Коммит
a3cb5b0707
@ -209,7 +209,7 @@ int ssh_bind_listen(ssh_bind sshbind) {
|
|||||||
|
|
||||||
if (ssh_key_type(sshbind->dsa) != SSH_KEYTYPE_DSS) {
|
if (ssh_key_type(sshbind->dsa) != SSH_KEYTYPE_DSS) {
|
||||||
ssh_set_error(sshbind, SSH_FATAL,
|
ssh_set_error(sshbind, SSH_FATAL,
|
||||||
"The DSA host key has the wrong type");
|
"The DSA host key has the wrong type: %d");
|
||||||
ssh_key_free(sshbind->dsa);
|
ssh_key_free(sshbind->dsa);
|
||||||
return SSH_ERROR;
|
return SSH_ERROR;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user