Searched refs:hostbased_authentication (Results 1 – 8 of 8) sorted by relevance
65 int hostbased_authentication; /* ssh2's rhosts_rsa */ member
82 int hostbased_authentication; /* If true, permit ssh2 hostbased auth */ member
97 options->hostbased_authentication = -1; in initialize_server_options()294 if (options->hostbased_authentication == -1) in fill_default_server_options()295 options->hostbased_authentication = 0; in fill_default_server_options()948 intptr = &options->hostbased_authentication; in process_server_config_line()1441 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()
213 &options.hostbased_authentication,
440 intptr = &options->hostbased_authentication; in process_config_line()954 options->hostbased_authentication = -1; in initialize_options()1064 if (options->hostbased_authentication == -1) in fill_default_options()1065 options->hostbased_authentication = 0; in fill_default_options()
189 if (options.hostbased_authentication != 1) in main()
686 options.hostbased_authentication) {700 if (options.hostbased_authentication == 1 &&
285 &options.hostbased_authentication,