Home
last modified time | relevance | path

Searched refs:user_hostfile2 (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dreadconf.h82 char *user_hostfile2; member
Dreadconf.c568 charptr = &options->user_hostfile2; in process_config_line()
1020 options->user_hostfile2 = NULL; in initialize_options()
1149 if (options->user_hostfile2 == NULL) in fill_default_options()
1150 options->user_hostfile2 = (char *)_PATH_SSH_USER_HOSTFILE2; in fill_default_options()
Dsshconnect.c996 stat(options.user_hostfile2, &st) == 0) { in verify_host_key()
998 RDONLY, options.user_hostfile2, in verify_host_key()
1100 show_key_from_file(options.user_hostfile2, host, type[i])) { in show_other_keys()
Dssh.c771 options.user_hostfile2 = in main()
772 tilde_expand_filename(options.user_hostfile2, original_real_uid); in main()