Searched refs:password_authentication (Results 1 – 10 of 10) sorted by relevance
68 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
79 &options.password_authentication
44 int password_authentication; /* Try password member
144 int password_authentication; /* If true, permit password member
140 options->password_authentication = -1; in initialize_server_options()373 if (options->password_authentication == -1) in fill_default_server_options()374 options->password_authentication = 0; in fill_default_server_options()1644 intptr = &options->password_authentication; in process_server_config_line_depth()2793 M_CP_INTOPT(password_authentication); in copy_set_server_options()3134 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
1206 intptr = &options->password_authentication; in process_config_line_depth()2546 options->password_authentication = -1; in initialize_options()2710 if (options->password_authentication == -1) in fill_default_options()2711 options->password_authentication = 1; in fill_default_options()3543 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication); in dump_client_config()
1312 if (options.password_authentication) { in check_host_key()1315 options.password_authentication = 0; in check_host_key()
885 if (!options.password_authentication) in mm_answer_authpassword()890 authenticated = options.password_authentication && in mm_answer_authpassword()
1410 options.password_authentication = 0; in sshpam_set_maxtries_reached()
413 &options.password_authentication,