From 8f723d0137248b7eba32405c594697a3769fb650 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 28 Sep 2008 17:18:02 +0000 Subject: [PATCH] Install a moduli(5) manual page. --- crypto/openssh-5/moduli.5 | 4 ++-- secure/lib/libssh/Makefile | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/crypto/openssh-5/moduli.5 b/crypto/openssh-5/moduli.5 index 4a99439cc6..c64c08dfcd 100644 --- a/crypto/openssh-5/moduli.5 +++ b/crypto/openssh-5/moduli.5 @@ -21,7 +21,7 @@ .Nd Diffie Hellman moduli .Sh DESCRIPTION The -.Pa /etc/moduli +.Pa /etc/ssh/moduli file contains prime numbers and generators for use by .Xr sshd 8 in the Diffie-Hellman Group Exchange key exchange method. @@ -111,7 +111,7 @@ first estimates the size of the modulus required to produce enough Diffie Hellman output to sufficiently key the selected symmetric cipher. .Xr sshd 8 then randomly selects a modulus from -.Fa /etc/moduli +.Fa /etc/ssh/moduli that best meets the size requirement. .Pp .Sh SEE ALSO diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index f7b63674e0..7b8a13dca7 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/secure/lib/libssh/Makefile,v 1.2.2.7 2003/02/03 17:31:12 des Exp $ -# $DragonFly: src/secure/lib/libssh/Makefile,v 1.12 2008/09/28 03:19:46 pavalos Exp $ +# $DragonFly: src/secure/lib/libssh/Makefile,v 1.13 2008/09/28 17:18:02 pavalos Exp $ LIB= ssh SHLIB_MAJOR= 4 @@ -17,6 +17,8 @@ SRCS+= bsd-arc4random.c bsd-misc.c entropy.c port-tun.c # FreeBSD additions SRCS+= version.c +MAN= moduli.5 + .if defined(WANT_KERBEROS) CFLAGS+= -DKRB5 -DHEIMDAL .endif -- 2.41.0