Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c694 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument
742 load_hostkeys(host_hostkeys, host, user_hostfiles[i]); in check_host_key()
750 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key()
797 else if (!add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key()
802 user_hostfiles[0]); in check_host_key()
821 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key()
887 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
889 add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key()
893 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key()
898 r = add_host_to_hostfile(user_hostfiles[0], host, in check_host_key()
[all …]
Dreadconf.h90 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
Dreadconf.c626 cpptr = (char **)&options->user_hostfiles; in process_config_line()
1318 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
1320 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
Dssh.c905 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
Dsshconnect2.c118 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i]); in order_hostkeyalgs()