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

/freebsd-13-stable/crypto/openssh/
H A Dauth2-none.c69 if (options.permit_empty_passwd && options.password_authentication)
H A Dauth2-passwd.c75 &options.password_authentication
H A Dreadconf.h45 int password_authentication; /* Try password member in struct:__anon6881
H A Dservconf.h130 int password_authentication; /* If true, permit password member in struct:__anon6892
H A Dservconf.c131 options->password_authentication = -1;
355 if (options->password_authentication == -1)
356 options->password_authentication = 0;
1500 intptr = &options->password_authentication;
2290 M_CP_INTOPT(password_authentication);
2589 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication);
H A Dreadconf.c961 intptr = &options->password_authentication;
1874 options->password_authentication = -1;
2021 if (options->password_authentication == -1)
2022 options->password_authentication = 1;
2649 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication);
H A Dsshconnect.c1156 if (options.password_authentication) {
1159 options.password_authentication = 0;
H A Dmonitor.c895 if (!options.password_authentication)
900 authenticated = options.password_authentication &&
H A Dauth-pam.c1348 options.password_authentication = 0;
H A Dsshconnect2.c357 &options.password_authentication,

Completed in 203 milliseconds