pub fn check_known_hosts(
    host: &str,
    port: u16,
    pubkey: &PublicKey
) -> Result<bool, Error>
Expand description

Check whether the host is known, from its standard location.