Lines Matching refs:auth_method
201 static char *auth_method = "unknown"; variable
382 auth_method = "unknown"; in monitor_child_preauth()
389 !auth_root_allowed(auth_method)) in monitor_child_preauth()
406 auth_log(authctxt, authenticated, auth_method, in monitor_child_preauth()
428 if (strcmp(auth_method, "unknown") == 0) in monitor_child_preauth()
869 auth_method = "none"; in mm_answer_authpassword()
871 auth_method = "password"; in mm_answer_authpassword()
930 auth_method = "bsdauth"; in mm_answer_bsdauthrespond()
979 auth_method = "skey"; in mm_answer_skeyrespond()
1069 auth_method = "keyboard-interactive/pam"; in mm_answer_pam_query()
1098 auth_method = "keyboard-interactive/pam"; in mm_answer_pam_respond()
1112 auth_method = "keyboard-interactive/pam"; in mm_answer_pam_free_ctx()
1147 auth_method = "publickey"; in mm_answer_keyallowed()
1155 auth_method = "hostbased"; in mm_answer_keyallowed()
1164 auth_method = "rsa"; in mm_answer_keyallowed()
1186 auth_log(authctxt, 0, auth_method, compat20 ? " ssh2" : ""); in mm_answer_keyallowed()
1364 auth_method = key_blobtype == MM_USERKEY ? "publickey" : "hostbased"; in mm_answer_keyverify()
1553 auth_method = "rsa"; in mm_answer_rsa_keyallowed()
1658 auth_method = key_blobtype == MM_RSAUSERKEY ? "rsa" : "rhosts-rsa"; in mm_answer_rsa_response()
2107 auth_method = "gssapi-with-mic"; in mm_answer_gss_userok()
2311 auth_method = "jpake-01@openssh.com"; in mm_answer_jpake_check_confirm()