Skip to main content

validate_known_hosts_consistency

Function validate_known_hosts_consistency 

Source
fn validate_known_hosts_consistency(
    connect_options: &BTreeMap<String, SignstarHost>,
    _context: &(),
) -> Result
Expand 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.