pub fn ssh_config_aliases(contents: &str) -> Vec<String>
Extract the usable Host aliases from SSH config text.
Host
Pattern entries (*, ?, !) are skipped: they configure other hosts rather than naming one Hel could connect to.
*
?
!