Function thrussh::client::check_known_hosts [] [src]

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

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