pub fn parse_ssh_config(content: &str) -> Vec<Host>
Parses the text of an SSH config file and returns all non-wildcard hosts.
Host * entries are silently skipped. Include recursion is limited to 3 levels to prevent cycles.
Host *
Include