Home | History | Annotate | Download | only in openssh

Lines Matching refs:hostname

740  * Prepare the hostname and ip address strings that are used to lookup
744 get_hostfile_hostname_ipaddr(char *hostname, struct sockaddr *hostaddr,
792 *hostfile_hostname = put_host_port(hostname, port);
805 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
841 * Prepare the hostname and address strings used for hostkey lookup.
844 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip);
848 * command or if we don't have a hostname to compare with
851 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
883 * localhost, looking for a certificate, or the hostname was an ip
904 if (want_cert && !check_host_cert(hostname, host_key))
938 if (check_host_key(hostname, hostaddr, 0, host_key,
1341 /* Convert the user-supplied hostname into all lowercase. */