Searched refs:ignore_user_known_hosts (Results 1 – 5 of 5) sorted by relevance
199 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE); in hostbased_key_allowed()205 options.ignore_user_known_hosts ? NULL : in hostbased_key_allowed()
45 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE); in auth_rhosts_rsa_key_allowed()
84 options->ignore_user_known_hosts = -1; in initialize_server_options()268 if (options->ignore_user_known_hosts == -1) in fill_default_server_options()269 options->ignore_user_known_hosts = 0; in fill_default_server_options()936 intptr = &options->ignore_user_known_hosts; in process_server_config_line()
61 int ignore_user_known_hosts; /* Ignore ~/.ssh/known_hosts member
1600 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de