bugzilla-daemon at mindrot.org
2022-Mar-09 17:05 UTC
[Bug 3400] New: Let "~/.ssh/config" be a directory
https://bugzilla.mindrot.org/show_bug.cgi?id=3400
Bug ID: 3400
Summary: Let "~/.ssh/config" be a directory
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: cponder at nvidia.com
Right now I can use include-files in my ~/.ssh/config which allow me to
break the file up into more cohesive groupings.
One thing about this, though, is that the actual config-file is just
this
include config.d/*
which seems a bit redundant.
Could you just check to see whether the ~/.ssh/config is a file or a
directory, and if it's a directory, just use all the files in-order
(which corresponds to what config.d/* does)?
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2023-Oct-11 07:54 UTC
[Bug 3400] Let "~/.ssh/config" be a directory
https://bugzilla.mindrot.org/show_bug.cgi?id=3400
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
You can use Include directives in ~/.ssh/config to include everything
from a directory. E.g.
Include ~/.ssh/config.d/*.conf
We don't want to change the handling of ~/.ssh/config itself though
--
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.