key_free(private);
return 0;
}
debug("%s: trying hostkey type %s", __func__, key_type(private));
/* figure out a name for the client host */
p = get_local_name(packet_get_connection_in());
if (p == NULL) {