Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-passwd.c71 &options.password_authentication,
H A Dauth1.c91 if (options.password_authentication && in do_authloop()
263 if (!options.password_authentication) { in do_authloop()
H A Dservconf.c119 options->password_authentication = -1; in initialize_server_options()
330 if (options->password_authentication == -1) in fill_default_server_options()
331 options->password_authentication = 1; in fill_default_server_options()
1006 intptr = &options->password_authentication; in process_server_config_line()
1437 M_CP_INTOPT(password_authentication); in copy_set_server_options()
H A Dsshd.c1813 if (options.password_authentication) in do_ssh1_kex()
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h89 int password_authentication; /* Try password member
H A Dservconf.h112 int password_authentication; /* If true, permit password member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c416 intptr = &options->password_authentication; in process_config_line()
950 options->password_authentication = -1; in initialize_options()
1058 if (options->password_authentication == -1) in fill_default_options()
1059 options->password_authentication = 1; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c881 if (options.password_authentication) { in check_host_key()
884 options.password_authentication = 0; in check_host_key()
H A Dsshconnect1.c1266 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
H A Dsshconnect2.c300 &options.password_authentication,