Skip to main content

Module config_parser

Module config_parser 

Source
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).