fn validate_known_hosts_consistency(
connect_options: &BTreeMap<String, SignstarHost>,
_context: &(),
) -> ResultExpand description
Ensures, that the known_hosts entries are unique per host:port combinations.
ยงErrors
Returns an error if the known_hosts entries differ for any instance of a host:port
combination.