- 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@
This commit is contained in:
Damien Miller 2014-02-28 10:01:28 +11:00
parent 172ec7e0af
commit fc5d6759ab
2 changed files with 10 additions and 2 deletions

View File

@ -7,6 +7,10 @@
- djm@cvs.openbsd.org 2014/02/27 08:25:09 - djm@cvs.openbsd.org 2014/02/27 08:25:09
[bufbn.c] [bufbn.c]
off by one in range check 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 20140227
- OpenBSD CVS Sync - OpenBSD CVS Sync

View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $
.Dd $Mdocdate: January 29 2014 $ .Dd $Mdocdate: February 27 2014 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
.Sh NAME .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 set in the global section of the config file, until either another
.Cm Match .Cm Match
line or the end of the file. 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 .Pp
The arguments to The arguments to
.Cm Match .Cm Match