Home
last modified time | relevance | path

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

/dports/security/openssh-portable/openssh-8.8p1/
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.c1973 options.user_hostfiles[i], ctx->host_str, in check_old_keys_othernames()
1975 if ((r = hostkeys_foreach(options.user_hostfiles[i], in check_old_keys_othernames()
1980 options.user_hostfiles[i]); in check_old_keys_othernames()
1984 options.user_hostfiles[i]); in check_old_keys_othernames()
2072 if (stat(options.user_hostfiles[i], &sb) != 0) { in update_known_hosts()
2075 "exist", options.user_hostfiles[i]); in update_known_hosts()
2079 options.user_hostfiles[i], strerror(errno)); in update_known_hosts()
2089 options.user_hostfiles[i]); in update_known_hosts()
2287 options.user_hostfiles[i], ctx->host_str, in client_input_hostkeys()
2294 options.user_hostfiles[i]); in client_input_hostkeys()
[all …]
H A Dssh.c1452 strcasecmp(options.user_hostfiles[0], "none") == 0) { in main()
1456 free(options.user_hostfiles[0]); in main()
1457 options.user_hostfiles[0] = NULL; in main()
1461 if (options.user_hostfiles[j] == NULL) in main()
1463 cp = tilde_expand_filename(options.user_hostfiles[j], getuid()); in main()
1465 if (strcmp(options.user_hostfiles[j], p) != 0) in main()
1467 "'%s'", options.user_hostfiles[j], p); in main()
1468 free(options.user_hostfiles[j]); in main()
1470 options.user_hostfiles[j] = p; in main()
1663 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.c1288 cpptr = (char **)&options->user_hostfiles; in process_config_line_depth()
2556 user_hostfiles[0], _PATH_SSH_USER_HOSTFILE) == 0))) in fill_default_options()
2562 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2564 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2750 FREE_ARRAY(u_int, o->num_user_hostfiles, o->user_hostfiles); in free_options()
3365 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
H A Dsshconnect2.c132 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i], 0); in order_hostkeyalgs()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsshconnect.c803 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument
851 load_hostkeys(host_hostkeys, host, user_hostfiles[i]); in check_host_key()
859 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key()
911 user_hostfiles[0]); in check_host_key()
930 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key()
996 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
998 add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key()
1002 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
1007 r = add_host_to_hostfile(user_hostfiles[0], host, in check_host_key()
1014 "hosts (%.500s).", user_hostfiles[0]); in check_host_key()
[all …]
H A Dreadconf.h96 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dreadconf.c962 cpptr = (char **)&options->user_hostfiles; in process_config_line()
1685 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
1687 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
H A Dssh.c1149 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
H A Dsshconnect2.c116 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i]); in order_hostkeyalgs()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsshconnect.c833 char **user_hostfiles, u_int num_user_hostfiles,
882 load_hostkeys(host_hostkeys, host, user_hostfiles[i]);
890 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]);
942 user_hostfiles[0]);
965 ROQUIET, user_hostfiles, num_user_hostfiles,
1035 r = add_host_to_hostfile(user_hostfiles[0],
1037 add_host_to_hostfile(user_hostfiles[0], ip,
1041 r = add_host_to_hostfile(user_hostfiles[0],
1046 r = add_host_to_hostfile(user_hostfiles[0], host,
1053 "hosts (%.500s).", user_hostfiles[0]);
[all …]
H A Dreadconf.h87 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dssh.c1322 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
H A Dsshconnect2.c125 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i]);
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsshconnect.c709 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument
758 load_hostkeys(host_hostkeys, host, user_hostfiles[i]); in check_host_key()
766 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key()
820 user_hostfiles[0]); in check_host_key()
843 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key()
916 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
918 add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key()
922 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
927 r = add_host_to_hostfile(user_hostfiles[0], host, in check_host_key()
934 "hosts (%.500s).", user_hostfiles[0]); in check_host_key()
[all …]
H A Dreadconf.h80 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dreadconf.c1115 cpptr = (char **)&options->user_hostfiles; in process_config_line_depth()
2051 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2053 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2682 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
H A Dclientloop.c1941 (r = hostfile_replace_entries(options.user_hostfiles[0], in update_known_hosts()
2139 if ((r = hostkeys_foreach(options.user_hostfiles[0], hostkeys_find, in client_input_hostkeys()
H A Dssh.c1484 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
H A Dsshconnect2.c116 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i]); in order_hostkeyalgs()