sshconfig-lint

Include matches no files

All checks
infoChecked by the CLIINCLUDE_NO_MATCH

A valid Include pattern currently resolves to no files.

Why it matters

This can be intentional, but it often reveals an outdated directory or filename.

How to fix it

List the directory and compare its real filenames with the pattern. Point Include at the correct directory or extension, create the intended matching file, or remove the optional Include if it is no longer used.

Before and after

What is wrong
Include ~/.ssh/conf.d/*.conf
Corrected configuration
Include ~/.ssh/conf.d/work.conf