Home
last modified time | relevance | path

Searched refs:user_hostfiles (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsshconnect.c765 char **user_hostfiles, u_int num_user_hostfiles, in hostkeys_find_by_key() argument
808 char **user_hostfiles, u_int num_user_hostfiles, in other_hostkeys_message() argument
815 user_hostfiles, num_user_hostfiles, in other_hostkeys_message()
1088 user_hostfiles[0]); in check_host_key()
1112 user_hostfiles, num_user_hostfiles, in check_host_key()
1163 user_hostfiles, num_user_hostfiles, in check_host_key()
1189 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
1191 add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key()
1195 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
1207 "hosts (%.500s).", user_hostfiles[0]); in check_host_key()
[all …]
H A Dclientloop.c1981 options.user_hostfiles[i], ctx->host_str, in check_old_keys_othernames()
1983 if ((r = hostkeys_foreach(options.user_hostfiles[i], in check_old_keys_othernames()
1988 options.user_hostfiles[i]); in check_old_keys_othernames()
1992 options.user_hostfiles[i]); in check_old_keys_othernames()
2080 if (stat(options.user_hostfiles[i], &sb) != 0) { in update_known_hosts()
2083 "exist", options.user_hostfiles[i]); in update_known_hosts()
2087 options.user_hostfiles[i], strerror(errno)); in update_known_hosts()
2097 options.user_hostfiles[i]); in update_known_hosts()
2312 options.user_hostfiles[i], ctx->host_str, in client_input_hostkeys()
2319 options.user_hostfiles[i]); in client_input_hostkeys()
[all …]
H A Dssh.c1446 strcasecmp(options.user_hostfiles[0], "none") == 0) { in main()
1450 free(options.user_hostfiles[0]); in main()
1451 options.user_hostfiles[0] = NULL; in main()
1455 if (options.user_hostfiles[j] == NULL) in main()
1457 cp = tilde_expand_filename(options.user_hostfiles[j], getuid()); in main()
1459 if (strcmp(options.user_hostfiles[j], p) != 0) in main()
1461 "'%s'", options.user_hostfiles[j], p); in main()
1462 free(options.user_hostfiles[j]); in main()
1464 options.user_hostfiles[j] = p; in main()
1664 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
H A Dreadconf.h80 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dreadconf.c1289 cpptr = (char **)&options->user_hostfiles; in process_config_line_depth()
2550 user_hostfiles[0], _PATH_SSH_USER_HOSTFILE) == 0))) in fill_default_options()
2556 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2558 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2740 FREE_ARRAY(u_int, o->num_user_hostfiles, o->user_hostfiles); in free_options()
3358 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
H A Dsshconnect2.c137 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i], 0); in order_hostkeyalgs()