Searched refs:user_hostfiles (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 809 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument 858 load_hostkeys(host_hostkeys, host, user_hostfiles[i]); in check_host_key() 866 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key() 913 else if (!add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key() 918 user_hostfiles[0]); in check_host_key() 941 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key() 1011 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key() 1013 add_host_to_hostfile(user_hostfiles[0], ip, in check_host_key() 1017 r = add_host_to_hostfile(user_hostfiles[0], in check_host_key() 1022 r = add_host_to_hostfile(user_hostfiles[0], host, in check_host_key() [all …]
|
D | readconf.h | 87 char *user_hostfiles[SSH_MAX_HOSTS_FILES]; member
|
D | readconf.c | 1109 cpptr = (char **)&options->user_hostfiles; in process_config_line_depth() 2010 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options() 2012 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options() 2601 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
|
D | clientloop.c | 2317 (r = hostfile_replace_entries(options.user_hostfiles[0], in update_known_hosts() 2503 if ((r = hostkeys_foreach(options.user_hostfiles[0], hostkeys_find, in client_input_hostkeys()
|
D | ssh.c | 1413 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
|
D | sshconnect2.c | 116 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i]); in order_hostkeyalgs()
|