Searched refs:password_authentication (Results 1 – 10 of 10) sorted by relevance
71 &options.password_authentication,
91 if (options.password_authentication && in do_authloop()263 if (!options.password_authentication) { in do_authloop()
119 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()
1813 if (options.password_authentication) in do_ssh1_kex()
89 int password_authentication; /* Try password member
112 int password_authentication; /* If true, permit password member
416 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()
881 if (options.password_authentication) { in check_host_key()884 options.password_authentication = 0; in check_host_key()
1266 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
300 &options.password_authentication,