summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2014-02-27 23:01:28 +0000
committerdjm <djm>2014-02-27 23:01:28 +0000
commitf93fb8b4f4e6a5280e34ab05e01723994d57c7b2 (patch)
tree981d378236269b0d4efb0d9fc7cac3a805d0e33c
parent44321db92a498d214567a12a33a428798c62b5e9 (diff)
downloadopenssh-f93fb8b4f4e6a5280e34ab05e01723994d57c7b2.tar.gz
- 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--ChangeLog4
-rw-r--r--sshd_config.58
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f9196372..4e011c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
- djm@cvs.openbsd.org 2014/02/27 08:25:09
[bufbn.c]
off by one in range check
+ - 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@
20140227
- OpenBSD CVS Sync
diff --git a/sshd_config.5 b/sshd_config.5
index de330a00..ce71efe3 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.171 2014/01/29 14:04:51 jmc Exp $
-.Dd $Mdocdate: January 29 2014 $
+.\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $
+.Dd $Mdocdate: February 27 2014 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -770,6 +770,10 @@ line are satisfied, the keywords on the following lines override those
set in the global section of the config file, until either another
.Cm Match
line or the end of the file.
+If a keyword appears in multiple
+.Cm Match
+blocks that are satisified, only the first instance of the keyword is
+applied.
.Pp
The arguments to
.Cm Match