1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-14 02:59:05 +00:00

change error message to be more clear

This commit is contained in:
Greg Alexander 2020-01-29 19:21:25 -05:00
parent 44b8fe5f89
commit f84240d5b7

View File

@ -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;