[Bug 1613] Add the ability to store configuration in various configuration files like in a conf-sub-dir
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sat Jan 25 21:10:07 AEDT 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=1613
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |djm at mindrot.org
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
This has been possible for a while via the ssh_config Include
directive, e.g.
Include ~/.ssh/config/config.extra.*
It is not an error if the glob does not resolve, so this should be safe
against missing files.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list