Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dauth2-none.c69 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
Dauth2-passwd.c79 &options.password_authentication
Dreadconf.h44 int password_authentication; /* Try password member
Dservconf.h146 int password_authentication; /* If true, permit password member
Dservconf.c143 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()
1611 intptr = &options->password_authentication; in process_server_config_line_depth()
2613 M_CP_INTOPT(password_authentication); in copy_set_server_options()
2935 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
Dreadconf.c1112 intptr = &options->password_authentication; in process_config_line_depth()
2370 options->password_authentication = -1; in initialize_options()
2529 if (options->password_authentication == -1) in fill_default_options()
2530 options->password_authentication = 1; in fill_default_options()
3338 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication); in dump_client_config()
Dsshconnect.c1303 if (options.password_authentication) { in check_host_key()
1306 options.password_authentication = 0; in check_host_key()
Dmonitor.c883 if (!options.password_authentication) in mm_answer_authpassword()
888 authenticated = options.password_authentication && in mm_answer_authpassword()
Dauth-pam.c1397 options.password_authentication = 0; in sshpam_set_maxtries_reached()
Dsshconnect2.c437 &options.password_authentication,