Searched refs:_PATH_SSH_USER_HOSTFILE (Results 1 – 5 of 5) sorted by relevance
67 #define _PATH_SSH_USER_HOSTFILE "~/" _PATH_SSH_USER_DIR "/known_hosts" macro
222 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE); in hostbased_key_allowed()
969 stringlist_append(&hostkey_files, _PATH_SSH_USER_HOSTFILE); in main()
2767 user_hostfiles[0], _PATH_SSH_USER_HOSTFILE) == 0))) in fill_default_options()2774 xstrdup(_PATH_SSH_USER_HOSTFILE); in fill_default_options()
1320 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid); in do_known_hosts()