Skip to main content

parse_ssh_config

Function parse_ssh_config 

Source
pub fn parse_ssh_config(config_path: &Path) -> Result<Vec<SshHost>>
Expand description

Parser entrypoints for runtime use and migration use. Parse an SSH config file and return a list of visible hosts.