summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-06-11 14:07:12 +1000
committerDamien Miller <djm@mindrot.org>2007-06-11 14:07:12 +1000
commit22b7b4933108dd07c9000bffcde8c13dbdcd240f (patch)
tree83f3df03e428e9b0cf04bd1ffb6b2241dcb01e91 /sshd_config.5
parent5e7c30bdf1629884f09f0713973f9ad635990e8c (diff)
- jmc@cvs.openbsd.org 2007/06/08 07:48:09
[sshd_config.5] oops, here too: put the MAC list into a display, like we do for ciphers, since groff has trouble with wide lines;
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.59
1 files changed, 6 insertions, 3 deletions
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