summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd_config.511
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bd2a7cbd..6eda0ee69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,9 @@
46 - jmc@cvs.openbsd.org 2006/07/18 08:03:09 46 - jmc@cvs.openbsd.org 2006/07/18 08:03:09
47 [ssh-agent.1 sshd_config.5] 47 [ssh-agent.1 sshd_config.5]
48 mark up angle brackets; 48 mark up angle brackets;
49 - dtucker@cvs.openbsd.org 2006/07/18 08:22:23
50 [sshd_config.5]
51 Clarify description of Match, with minor correction from jmc@
49 52
5020060713 5320060713
51 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h 54 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -4964,4 +4967,4 @@
4964 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4967 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4965 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4968 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4966 4969
4967$Id: ChangeLog,v 1.4418 2006/07/24 04:04:53 djm Exp $ 4970$Id: ChangeLog,v 1.4419 2006/07/24 04:05:08 djm Exp $
diff --git a/sshd_config.5 b/sshd_config.5
index cbc2176ff..02996a2ed 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.64 2006/07/18 08:03:09 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.65 2006/07/18 08:22:23 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -465,14 +465,15 @@ The default is:
465.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 . 465.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
466.It Cm Match 466.It Cm Match
467Introduces a conditional block. 467Introduces a conditional block.
468Keywords on lines following a 468If all of the criteria on the
469.Cm Match 469.Cm Match
470block are only applied if all of the criteria on the 470line are satisfied, the keywords on the following lines override those
471set in the global section of the config file, until either another
471.Cm Match 472.Cm Match
472are satisfied. 473line or the end of the file.
473The arguments to 474The arguments to
474.Cm Match 475.Cm Match
475block are one or more criteria-pattern pairs. 476are one or more criteria-pattern pairs.
476The available criteria are 477The available criteria are
477.Cm User , 478.Cm User ,
478.Cm Host , 479.Cm Host ,