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