[][src]Function thrussh_keys::learn_known_hosts

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

Record a host's public key into the user's known_hosts file.