pub fn query_ssh_config(hostname: &str) -> Result<SshConfigMatch, HostError>Expand description
Parse user’s SSH config and query for a hostname
Returns settings found for the given hostname, applying SSH config precedence rules (first match wins).
pub fn query_ssh_config(hostname: &str) -> Result<SshConfigMatch, HostError>Parse user’s SSH config and query for a hostname
Returns settings found for the given hostname, applying SSH config precedence rules (first match wins).