auth_get_canonical_hostname
sshpam_rhost = xstrdup(auth_get_canonical_hostname(ssh,
hostname = auth_get_canonical_hostname(ssh, options.use_dns);
auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
auth_get_canonical_hostname(ssh, options.use_dns), "ssh",
auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
const char *auth_get_canonical_hostname(struct ssh *, int);
resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
remote_host = auth_get_canonical_hostname(ssh, options.use_dns);
remote = auth_get_canonical_hostname(ssh, use_dns);