Searched refs:user_hostfiles (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshconnect.c | 796 char **user_hostfiles, u_int num_user_hostfiles, in hostkeys_find_by_key() argument 814 if (hostkeys_find_by_key_hostfile(user_hostfiles[i], in hostkeys_find_by_key() 839 char **user_hostfiles, u_int num_user_hostfiles, in other_hostkeys_message() argument 846 user_hostfiles, num_user_hostfiles, in other_hostkeys_message() 960 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument 1022 load_hostkeys(host_hostkeys, host, user_hostfiles[i], 0); in check_host_key() 1034 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i], 0); in check_host_key() 1131 else if (!add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key() 1136 user_hostfiles[0]); in check_host_key() 1160 user_hostfiles, num_user_hostfiles, in check_host_key() [all …]
|
H A D | clientloop.c | 2208 options.user_hostfiles[i], ctx->host_str, in check_old_keys_othernames() 2210 if ((r = hostkeys_foreach(options.user_hostfiles[i], in check_old_keys_othernames() 2215 options.user_hostfiles[i]); in check_old_keys_othernames() 2219 options.user_hostfiles[i]); in check_old_keys_othernames() 2307 if (stat(options.user_hostfiles[i], &sb) != 0) { in update_known_hosts() 2310 "exist", options.user_hostfiles[i]); in update_known_hosts() 2314 options.user_hostfiles[i], strerror(errno)); in update_known_hosts() 2318 if ((r = hostfile_replace_entries(options.user_hostfiles[i], in update_known_hosts() 2324 options.user_hostfiles[i]); in update_known_hosts() 2520 options.user_hostfiles[i], ctx->host_str, in client_input_hostkeys() [all …]
|
H A D | ssh.c | 1565 strcasecmp(options.user_hostfiles[0], "none") == 0) { in main() 1569 free(options.user_hostfiles[0]); in main() 1570 options.user_hostfiles[0] = NULL; in main() 1574 if (options.user_hostfiles[j] == NULL) in main() 1576 cp = tilde_expand_filename(options.user_hostfiles[j], getuid()); in main() 1578 if (strcmp(options.user_hostfiles[j], p) != 0) in main() 1580 "'%s'", options.user_hostfiles[j], p); in main() 1581 free(options.user_hostfiles[j]); in main() 1583 options.user_hostfiles[j] = p; in main() 1832 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
|
H A D | readconf.h | 81 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
|
H A D | readconf.c | 1489 cpptr = (char **)&options->user_hostfiles; in process_config_line_depth() 2888 user_hostfiles[0], _PATH_SSH_USER_HOSTFILE) == 0))) in fill_default_options() 2894 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options() 2896 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options() 3097 FREE_ARRAY(u_int, o->num_user_hostfiles, o->user_hostfiles); in free_options() 3733 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
|
H A D | sshconnect2.c | 134 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i], 0); in order_hostkeyalgs()
|