mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Support syslog logging in dbclient.
This commit is contained in:
@@ -269,6 +269,11 @@ static void cli_sessionloop() {
|
||||
return;
|
||||
|
||||
case USERAUTH_SUCCESS_RCVD:
|
||||
#ifndef DISABLE_SYSLOG
|
||||
if (opts.usingsyslog) {
|
||||
dropbear_log(LOG_INFO, "Authentication succeeded.");
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DROPBEAR_NONE_CIPHER
|
||||
if (cli_ses.cipher_none_after_auth)
|
||||
|
||||
Reference in New Issue
Block a user