diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-28 10:01:28 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-28 10:01:28 +1100 |
commit | fc5d6759aba71eb205b296b5f148010ffc828583 (patch) | |
tree | 663384246d934c9fe715b3d502e9c3a1e50f7d85 | |
parent | 172ec7e0af1a5f1d682f6a2dca335c6c186153d5 (diff) |
- djm@cvs.openbsd.org 2014/02/27 22:47:07
[sshd_config.5]
bz#2184 clarify behaviour of a keyword that appears in multiple
matching Match blocks; ok dtucker@
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sshd_config.5 | 8 |
2 files changed, 10 insertions, 2 deletions
@@ -7,6 +7,10 @@ | |||
7 | - djm@cvs.openbsd.org 2014/02/27 08:25:09 | 7 | - djm@cvs.openbsd.org 2014/02/27 08:25:09 |
8 | [bufbn.c] | 8 | [bufbn.c] |
9 | off by one in range check | 9 | off by one in range check |
10 | - djm@cvs.openbsd.org 2014/02/27 22:47:07 | ||
11 | [sshd_config.5] | ||
12 | bz#2184 clarify behaviour of a keyword that appears in multiple | ||
13 | matching Match blocks; ok dtucker@ | ||
10 | 14 | ||
11 | 20140227 | 15 | 20140227 |
12 | - OpenBSD CVS Sync | 16 | - OpenBSD CVS Sync |
diff --git a/sshd_config.5 b/sshd_config.5 index de330a00c..ce71efe3c 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.171 2014/01/29 14:04:51 jmc Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $ |
37 | .Dd $Mdocdate: January 29 2014 $ | 37 | .Dd $Mdocdate: February 27 2014 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -770,6 +770,10 @@ line are satisfied, the keywords on the following lines override those | |||
770 | set in the global section of the config file, until either another | 770 | set in the global section of the config file, until either another |
771 | .Cm Match | 771 | .Cm Match |
772 | line or the end of the file. | 772 | line or the end of the file. |
773 | If a keyword appears in multiple | ||
774 | .Cm Match | ||
775 | blocks that are satisified, only the first instance of the keyword is | ||
776 | applied. | ||
773 | .Pp | 777 | .Pp |
774 | The arguments to | 778 | The arguments to |
775 | .Cm Match | 779 | .Cm Match |