Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rh-rsa.c45 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE); in auth_rhosts_rsa_key_allowed()
H A Dauth2-hostbased.c199 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE); in hostbased_key_allowed()
/titanic_41/usr/src/cmd/ssh/include/
H A Dpathnames.h81 #define _PATH_SSH_USER_HOSTFILE "~/.ssh/known_hosts" macro
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c552 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid); in do_known_hosts()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c1119 options->user_hostfile = _PATH_SSH_USER_HOSTFILE; in fill_default_options()