Searched refs:password_authentication (Results 1 – 11 of 11) sorted by relevance
69 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
83 &options.password_authentication
49 int password_authentication; /* Try password member
117 int password_authentication; /* If true, permit password member
122 options->password_authentication = -1; in initialize_server_options()278 if (options->password_authentication == -1) in fill_default_server_options()279 options->password_authentication = 1; in fill_default_server_options()1233 intptr = &options->password_authentication; in process_server_config_line()1983 M_CP_INTOPT(password_authentication); in copy_set_server_options()2269 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
941 intptr = &options->password_authentication; in process_config_line_depth()1802 options->password_authentication = -1; in initialize_options()1947 if (options->password_authentication == -1) in fill_default_options()1948 options->password_authentication = 1; in fill_default_options()2541 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication); in dump_client_config()
1110 if (options.password_authentication) { in check_host_key()1113 options.password_authentication = 0; in check_host_key()
758 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
826 if (!options.password_authentication) in mm_answer_authpassword()831 authenticated = options.password_authentication && in mm_answer_authpassword()
1257 options.password_authentication = 0; in sshpam_set_maxtries_reached()
354 &options.password_authentication,