bugzilla-daemon at mindrot.org
2013-Dec-12  16:49 UTC
[Bug 2184] New: sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
            Bug ID: 2184
           Summary: sshd_config Match block clarification
           Product: Portable OpenSSH
           Version: 6.4p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: sshd
          Assignee: unassigned-bugs at mindrot.org
          Reporter: jmales at gmail.com
Created attachment 2388
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2388&action=edit
man page update in diff format
The man 5 sshd_config fails to clarify what happens when multiple
qualifying Match blocks specify the same configuration option.  This
patch updates the man page to do so.
I tested the behaviour and described what was empirically observed.  I
can only assume this is the desired behaviour.
This is a first attempt.  If format or something else is off, let me
know; I'll be happy to adjust.
----
Match
Introduces a conditional block.  If all of the criteria on the Match
line are satisfied, the keywords on the following lines override those
set in the global section of the config file, until either another
Match line or the end of the file. If multiple Match blocks are
satisfied, and a keyword is specified multiple times, the first Match
block instance of the keyword is honored.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Dec-19  00:29 UTC
[Bug 2184] sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2388|0                           |1
           is patch|                            |
   Attachment #2388|application/octet-stream    |text/plain
          mime type|                            |
                 CC|                            |dtucker at zip.com.au
-- 
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.
bugzilla-daemon at mindrot.org
2013-Dec-19  00:34 UTC
[Bug 2184] sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |2130
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
Looks reasonable.  I might tweak the wording a little.
FYI: stylistically, sentences should start on a new line (it's not a
problem, I'll change that).
Thanks.
-- 
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.
bugzilla-daemon at mindrot.org
2014-Feb-05  23:17 UTC
[Bug 2184] sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |2188
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs / feature requests to 6.6 release
-- 
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.
bugzilla-daemon at mindrot.org
2014-Feb-05  23:19 UTC
[Bug 2184] sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|2130                        |
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs / feature requests to 6.6 release
-- 
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.
bugzilla-daemon at mindrot.org
2014-Feb-28  01:39 UTC
[Bug 2184] sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |djm at mindrot.org
         Resolution|---                         |FIXED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Similar patch applied - will be in OpenSSH-6.6; due soon.
-- 
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.
bugzilla-daemon at mindrot.org
2014-Oct-07  21:00 UTC
[Bug 2184] sshd_config Match block clarification
https://bugzilla.mindrot.org/show_bug.cgi?id=2184
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #5 from Damien Miller <djm at mindrot.org> ---
Close all bugs left open from 6.6 and 6.7 releases.
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Reasonably Related Threads
- [Bug 2185] New: Allow entering the PIN via reader pinpad
- [Bug 2846] New: PermitOpen rule in sshd_config is not case insensitive
- [Bug 2152] New: Simplify handling of sftp(1) command flags
- [Bug 2052] New: Memory leak when SSH login and logout
- submission: sshd_config documentation clarification