Searched refs:hostbased_authentication (Results 1 – 8 of 8) sorted by relevance
54 int hostbased_authentication; /* ssh2's rhosts_rsa */ member
100 int hostbased_authentication; /* If true, permit ssh2 hostbased auth */ member
229 &options.hostbased_authentication
105 options->hostbased_authentication = -1; in initialize_server_options()238 if (options->hostbased_authentication == -1) in fill_default_server_options()239 options->hostbased_authentication = 0; in fill_default_server_options()1105 intptr = &options->hostbased_authentication; in process_server_config_line()1824 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()2052 dump_cfg_fmtint(sHostbasedAuthentication, o->hostbased_authentication); in dump_config()
863 intptr = &options->hostbased_authentication; in process_config_line()1592 options->hostbased_authentication = -1; in initialize_options()1723 if (options->hostbased_authentication == -1) in fill_default_options()1724 options->hostbased_authentication = 0; in fill_default_options()
1087 options.hostbased_authentication) { in main()1119 if (options.hostbased_authentication == 1 && in main()
342 &options.hostbased_authentication,
1161 allowed = options.hostbased_authentication && in mm_answer_keyallowed()