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:
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…
Reference in New Issue
Block a user