change error message to be more clear

master
Greg Alexander 4 years ago
parent 44b8fe5f89
commit f84240d5b7

@ -101,7 +101,7 @@ void svr_auth_password(int valid_user) {
if (testcrypt == NULL) {
/* crypt() with an invalid salt like "!!" */
dropbear_log(LOG_WARNING, "User account '%s' is locked",
dropbear_log(LOG_WARNING, "No password received from ssh client",
ses.authstate.pw_name);
send_msg_userauth_failure(0, 1);
return;

Loading…
Cancel
Save