Searched refs:rhosts_rsa_authentication (Results 1 – 8 of 8) sorted by relevance
61 int rhosts_rsa_authentication; /* Try rhosts with RSA member
80 int rhosts_rsa_authentication; /* If true, permit rhosts RSA member
436 intptr = &options->rhosts_rsa_authentication; in process_config_line()953 options->rhosts_rsa_authentication = -1; in initialize_options()1062 if (options->rhosts_rsa_authentication == -1) in fill_default_options()1063 options->rhosts_rsa_authentication = 0; in fill_default_options()
96 options->rhosts_rsa_authentication = -1; in initialize_server_options()292 if (options->rhosts_rsa_authentication == -1) in fill_default_server_options()293 options->rhosts_rsa_authentication = 0; in fill_default_server_options()944 intptr = &options->rhosts_rsa_authentication; in process_server_config_line()
216 if (!options.rhosts_rsa_authentication) { in do_authloop()
1795 if (options.rhosts_rsa_authentication) in do_ssh1_kex()
685 if (options.rhosts_rsa_authentication ||
1231 options.rhosts_rsa_authentication) { in ssh_userauth1()