pub fn parse_ssh_config_str(content: &str) -> Vec<SshHost>
Parse SSH config from a string (for testing).