https://bugzilla.mindrot.org/show_bug.cgi?id=1585
Jakub Jelen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from Jakub Jelen <[email protected]> --- Created attachment 2647 --> https://bugzilla.mindrot.org/attachment.cgi?id=2647&action=edit proposed patch for ssh config I don't know why there is not to used function tilde_expand_filename, which does exactly the same thing that you are implementing on these 80 lines. It works fine for including single file, but for conf.d use cases (described in #2351 and #1613) would be great to have possibility to include all directory. I massaged this patch to do so (tilde, wildcard) and I would like to open the discussion on this topic again. There is a lot of users who would appreciate this feature in upstream, but no upstream response. This feature, especially if massaged for sshd_config (can be applied also for server with small change), would be really helpful for packaging specific configuration dependent on installed packages without rewriting the only config file. To have the report complete, I link Fedora feature request we were discussing recently: https://bugzilla.redhat.com/show_bug.cgi?id=1225752 -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
