search for: authentication_type

Displaying 1 result from an estimated 1 matches for "authentication_type".

2001 Jun 25
1
Apparent SSH-1.2.27 Rootkit
...rd authentication for %.100s accepted.", user); + if( lets_log ) + log_msg("Password authentication for %.100s accepted.", user); + else + log_msg("Closing connection to %.100s", get_remote_ipaddr()); authentication_type = SSH_AUTH_PASSWORD; authenticated = 1; break; @@ -2708,14 +2746,14 @@ } /* Check if the user is logging in as root and root logins are disallowed. */ - if (pw->pw_uid == UID_ROOT && options.permit_root_login == 1) + if (pw->pw_uid == UID_ROOT...