Searched refs:num_user_hostfiles (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshconnect.c | 832 char **user_hostfiles, u_int num_user_hostfiles, in hostkeys_find_by_key() argument 849 for (i = 0; i < num_user_hostfiles; i++) { in hostkeys_find_by_key() 875 char **user_hostfiles, u_int num_user_hostfiles, in other_hostkeys_message() argument 882 user_hostfiles, num_user_hostfiles, in other_hostkeys_message() 996 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument 1057 for (i = 0; i < num_user_hostfiles; i++) in check_host_key() 1069 for (i = 0; i < num_user_hostfiles; i++) in check_host_key() 1101 if (!readonly && (num_user_hostfiles == 0 || in check_host_key() 1196 user_hostfiles, num_user_hostfiles, in check_host_key() 1247 user_hostfiles, num_user_hostfiles, in check_host_key() [all …]
|
H A D | readconf.h | 97 u_int num_user_hostfiles; /* Path for $HOME/.ssh/known_hosts */ member
|
H A D | ssh.c | 1498 if (options.num_user_hostfiles > 0 && in main() 1500 if (options.num_user_hostfiles > 1) in main() 1505 options.num_user_hostfiles = 0; in main() 1507 for (j = 0; j < options.num_user_hostfiles; j++) { in main() 1744 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
|
H A D | clientloop.c | 928 if (!options.update_hostkeys || options.num_user_hostfiles <= 0) in can_update_hostkeys() 2219 for (i = 0; i < options.num_user_hostfiles; i++) { in check_old_keys_othernames() 2315 for (i = 0; i < options.num_user_hostfiles; i++) { in update_known_hosts() 2531 for (i = 0; i < options.num_user_hostfiles; i++) { in client_input_hostkeys()
|