Searched refs:ssh_remote_hostname (Results 1 – 4 of 4) sorted by relevance
166 char *ssh_remote_hostname(struct ssh *);
654 dnsname = ssh_remote_hostname(ssh); in auth_get_canonical_hostname()
1157 ci.host = use_dns ? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh); in server_get_connection_info()
547 ssh_remote_hostname(struct ssh *ssh) in ssh_remote_hostname() function