Searched refs:num_user_hostfiles (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | readconf.h | 86 u_int num_user_hostfiles; /* Path for $HOME/.ssh/known_hosts */ member
|
D | sshconnect.c | 809 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument 857 for (i = 0; i < num_user_hostfiles; i++) in check_host_key() 865 for (i = 0; i < num_user_hostfiles; i++) in check_host_key() 941 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key() 1336 options.user_hostfiles, options.num_user_hostfiles, in verify_host_key()
|
D | readconf.c | 1110 uintptr = &options->num_user_hostfiles; in process_config_line_depth() 1836 options->num_user_hostfiles = 0; in initialize_options() 2009 if (options->num_user_hostfiles == 0) { in fill_default_options() 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 | ssh.c | 1413 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
|
D | sshconnect2.c | 115 for (i = 0; i < options.num_user_hostfiles; i++) in order_hostkeyalgs()
|
D | clientloop.c | 2437 if (!options.update_hostkeys || options.num_user_hostfiles <= 0) in client_input_hostkeys()
|