Searched refs:hostbased_authentication (Results 1 – 8 of 8) sorted by relevance
40 int hostbased_authentication; /* ssh2's rhosts_rsa */ member
120 int hostbased_authentication; /* If true, permit ssh2 hostbased auth */ member
261 &options.hostbased_authentication
128 options->hostbased_authentication = -1; in initialize_server_options()364 if (options->hostbased_authentication == -1) in fill_default_server_options()365 options->hostbased_authentication = 0; in fill_default_server_options()1485 intptr = &options->hostbased_authentication; in process_server_config_line_depth()2496 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()2793 dump_cfg_fmtint(sHostbasedAuthentication, o->hostbased_authentication); in dump_config()
1045 intptr = &options->hostbased_authentication; in process_config_line_depth()1942 options->hostbased_authentication = -1; in initialize_options()2092 if (options->hostbased_authentication == -1) in fill_default_options()2093 options->hostbased_authentication = 0; in fill_default_options()2732 dump_cfg_fmtint(oHostbasedAuthentication, o->hostbased_authentication); in dump_client_config()
1518 if (options.hostbased_authentication) { in main()1536 if (options.hostbased_authentication == 1) { in main()
1198 if (!options.hostbased_authentication) in mm_answer_keyallowed()
358 &options.hostbased_authentication,