Searched refs:password_authentication (Results 1 – 10 of 10) sorted by relevance
61 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
62 &options.password_authentication
43 int password_authentication; /* Try password member
193 SSHCONF_INTFLAG(password_authentication, PasswordAuthentication, SSHCFG_ALL, 0, SSHCFG_COPY_MATCH) \
1298 intptr = &options->password_authentication; in process_config_line_depth()2722 options->password_authentication = -1; in initialize_options()2889 if (options->password_authentication == -1) in fill_default_options()2890 options->password_authentication = 1; in fill_default_options()3775 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication); in dump_client_config()
1380 if (options.password_authentication) { in check_host_key()1383 options.password_authentication = 0; in check_host_key()
1015 if (!options.password_authentication) in mm_answer_authpassword()1020 authenticated = options.password_authentication && in mm_answer_authpassword()
1319 options.password_authentication = 0; in sshpam_set_maxtries_reached()
1462 intptr = &options->password_authentication; in process_server_config_line_depth()4235 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
415 &options.password_authentication,