pub fn load_keys_from_reader(
    rd: &mut dyn BufRead
) -> Result<Vec<PrivateKey>, Error>