summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshd_config.59
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index db3978358..5b59ef79f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,10 @@
20 [ssh_config.5] 20 [ssh_config.5]
21 put the MAC list into a display, like we do for ciphers, 21 put the MAC list into a display, like we do for ciphers,
22 since groff has trouble handling wide lines; 22 since groff has trouble handling wide lines;
23 - jmc@cvs.openbsd.org 2007/06/08 07:48:09
24 [sshd_config.5]
25 oops, here too: put the MAC list into a display, like we do for
26 ciphers, since groff has trouble with wide lines;
23 27
2420070605 2820070605
25 - (dtucker) OpenBSD CVS Sync 29 - (dtucker) OpenBSD CVS Sync
@@ -2995,4 +2999,4 @@
2995 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2999 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2996 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3000 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2997 3001
2998$Id: ChangeLog,v 1.4683 2007/06/11 04:06:32 djm Exp $ 3002$Id: ChangeLog,v 1.4684 2007/06/11 04:07:12 djm Exp $
diff --git a/sshd_config.5 b/sshd_config.5
index 528f52147..2a283ea2d 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
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.76 2007/06/07 19:37:34 pvalchev Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.77 2007/06/08 07:48:09 jmc Exp $
38.Dd $Mdocdate: June 7 2007 $ 38.Dd $Mdocdate: June 8 2007 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -489,7 +489,10 @@ The MAC algorithm is used in protocol version 2
489for data integrity protection. 489for data integrity protection.
490Multiple algorithms must be comma-separated. 490Multiple algorithms must be comma-separated.
491The default is: 491The default is:
492.Dq hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 . 492.Bd -literal -offset indent
493hmac-md5,hmac-sha1,umac-64@openssh.com,
494hmac-ripemd160,hmac-sha1-96,hmac-md5-96
495.Ed
493.It Cm Match 496.It Cm Match
494Introduces a conditional block. 497Introduces a conditional block.
495If all of the criteria on the 498If all of the criteria on the