Closed kouyk closed 1 year ago
@kouyk Could you share the include directive in your .ssh/config with the pattern you are using?
I'm using the following for my config files that lack any file extensions.
Include conf.d/*
A workaround for my case would be to append an extension to the files (e.g. .conf
) and glob that instead.
Should be fixed now, published version 0.0.43
Including the specific file works but a globbed path doesn't work.