Expand description
Parser for ~/.ssh/config files.
Reads SSH config and extracts host entries with their connection parameters.
Functionsยง
- parse_
ssh_ config - Parse an SSH config file and return discovered hosts.
- parse_
ssh_ config_ str - Parse SSH config from a string (for testing).