Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c998 const char *hostfile_command) in check_host_key() argument
1061 if (hostfile_command != NULL && !clobber_port) { in check_host_key()
1062 load_hostkeys_command(host_hostkeys, hostfile_command, in check_host_key()
1073 if (hostfile_command != NULL && !clobber_port) { in check_host_key()
1074 load_hostkeys_command(ip_hostkeys, hostfile_command, in check_host_key()
1198 hostfile_command) == 0) { in check_host_key()