Lines Matching refs:auth_method
134 static char *auth_method = "unknown"; variable
252 auth_method = "unknown"; in monitor_child_preauth()
267 auth_method, auth_submethod)) { in monitor_child_preauth()
268 debug3_f("method %s: partial", auth_method); in monitor_child_preauth()
279 !auth_root_allowed(ssh, auth_method)) in monitor_child_preauth()
284 auth_method, auth_submethod); in monitor_child_preauth()
289 auth_method, auth_submethod); in monitor_child_preauth()
301 if (strcmp(auth_method, "unknown") == 0) in monitor_child_preauth()
907 auth_method = "none"; in mm_answer_authpassword()
909 auth_method = "password"; in mm_answer_authpassword()
975 auth_method = "keyboard-interactive"; in mm_answer_bsdauthrespond()
1031 auth_method = "publickey"; in mm_answer_keyallowed()
1036 if (!key_base_type_match(auth_method, key, in mm_answer_keyallowed()
1043 auth_method = "hostbased"; in mm_answer_keyallowed()
1048 if (!key_base_type_match(auth_method, key, in mm_answer_keyallowed()
1063 debug3_f("%s authentication%s: %s key is %s", auth_method, in mm_answer_keyallowed()
1083 auth_log(ssh, 0, 0, auth_method, NULL); in mm_answer_keyallowed()
1286 auth_method = "publickey"; in mm_answer_keyverify()
1291 auth_method = "hostbased"; in mm_answer_keyverify()
1308 debug3_f("%s %s signature using %s %s%s%s", auth_method, in mm_answer_keyverify()
1751 auth_method = "gssapi-with-mic"; in mm_answer_gss_userok()