Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h80 u_int num_user_hostfiles; /* Path for $HOME/.ssh/known_hosts */ member
Dsshconnect.c714 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument
762 for (i = 0; i < num_user_hostfiles; i++) in check_host_key()
770 for (i = 0; i < num_user_hostfiles; i++) in check_host_key()
848 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key()
1251 options.user_hostfiles, options.num_user_hostfiles, in verify_host_key()
Dreadconf.c1187 uintptr = &options->num_user_hostfiles; in process_config_line_depth()
1970 options->num_user_hostfiles = 0; in initialize_options()
2139 if (options->num_user_hostfiles == 0) { in fill_default_options()
2140 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2142 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
2793 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
Dclientloop.c1955 for (i = 0; i < options.num_user_hostfiles; i++) { in update_known_hosts()
2105 if (!options.update_hostkeys || options.num_user_hostfiles <= 0) in client_input_hostkeys()
2173 for (i = 0; i < options.num_user_hostfiles; i++) { in client_input_hostkeys()
Dssh.c1611 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
Dsshconnect2.c117 for (i = 0; i < options.num_user_hostfiles; i++) in order_hostkeyalgs()