ssh_config
ssh_config copied to clipboard
implement SendEnv
SendEnv accepts wildcards for values. We need to make a decision whether to return the string with the wildcards, or to expand them.
Get and GetStrict only return a single string so I think I will return as is and add a helper for splitting/finding the correct values based on regex.