You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry I actually meant a Host entry with a wildcard like this does not work
Host: *.example.com
ForwardAgent: 'yes'
a Host entry with just a shortname does seem to work.
bwitt
changed the title
cannot specify non-fqdn Host setting for ssh::ssh_config
cannot specify a Host setting with a wildcard for ssh::ssh_configDec 6, 2024
I can't seem to add a
Host
entry forssh::ssh_config
that has a wildcard.That seems to be because that entry is required to be a stdlib::host (stdlib::host docs here) which can only be an ip address, fqdn, or short hostname.
The SSH client accepts things that have a wildcard; could the module accept that here? could this just be a String?
The text was updated successfully, but these errors were encountered: