Home
last modified time | relevance | path

Searched refs:user_hostfile (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c603 validated, int readonly, const char *user_hostfile, const char in check_host_key() argument
693 host_file = user_hostfile; in check_host_key()
708 ip_file = user_hostfile; in check_host_key()
741 else if (!add_host_to_hostfile(user_hostfile, ip, in check_host_key()
745 "hosts (%.30s).", type, ip, user_hostfile); in check_host_key()
794 r = add_host_to_hostfile(user_hostfile, host, in check_host_key()
796 add_host_to_hostfile(user_hostfile, ip, in check_host_key()
800 r = add_host_to_hostfile(user_hostfile, in check_host_key()
805 r = add_host_to_hostfile(user_hostfile, host, host_key, in check_host_key()
812 "hosts (%.500s).", user_hostfile); in check_host_key()
[all …]
H A Dssh.c739 options.user_hostfile =
740 tilde_expand_filename(options.user_hostfile, original_real_uid);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth.c455 char *user_hostfile; in check_key_in_hostfiles() local
464 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid); in check_key_in_hostfiles()
466 (stat(user_hostfile, &st) == 0) && in check_key_in_hostfiles()
471 pw->pw_name, user_hostfile); in check_key_in_hostfiles()
474 host_status = check_host_in_hostfile(user_hostfile, in check_key_in_hostfiles()
478 xfree(user_hostfile); in check_key_in_hostfiles()
/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h121 char *user_hostfile; /* Path for $HOME/.ssh/known_hosts. */ member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c609 charptr = &options->user_hostfile; in process_config_line()
977 options->user_hostfile = NULL; in initialize_options()
1118 if (options->user_hostfile == NULL) in fill_default_options()
1119 options->user_hostfile = _PATH_SSH_USER_HOSTFILE; in fill_default_options()