Home
last modified time | relevance | path

Searched refs:password_authentication (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-none.c68 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
H A Dauth2-methods.c62 &options.password_authentication
H A Dreadconf.h43 int password_authentication; /* Try password member
H A Dservconf.h155 int password_authentication; /* If true, permit password member
H A Dservconf.c143 options->password_authentication = -1; in initialize_server_options()
394 if (options->password_authentication == -1) in fill_default_server_options()
395 options->password_authentication = 0; in fill_default_server_options()
1674 intptr = &options->password_authentication; in process_server_config_line_depth()
2932 M_CP_INTOPT(password_authentication); in copy_set_server_options()
3275 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
H A Dreadconf.c1299 intptr = &options->password_authentication; in process_config_line_depth()
2666 options->password_authentication = -1; in initialize_options()
2831 if (options->password_authentication == -1) in fill_default_options()
2832 options->password_authentication = 1; in fill_default_options()
3666 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication); in dump_client_config()
H A Dsshconnect.c1342 if (options.password_authentication) { in check_host_key()
1345 options.password_authentication = 0; in check_host_key()
H A Dmonitor.c997 if (!options.password_authentication) in mm_answer_authpassword()
1002 authenticated = options.password_authentication && in mm_answer_authpassword()
H A Dauth-pam.c1410 options.password_authentication = 0; in sshpam_set_maxtries_reached()
H A Dsshconnect2.c412 &options.password_authentication,