From ae1c51c208917198fd96f0aca209459f37001ea4 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 25 Jun 2001 04:14:59 +0000 Subject: [PATCH] - provos@cvs.openbsd.org 2001/06/22 21:28:53 [sshd.8] document /etc/moduli --- ChangeLog | 5 ++++- sshd.8 | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f08b3ee0..6ad84bfa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,9 @@ - provos@cvs.openbsd.org 2001/06/22 21:27:08 [dh.c pathnames.h] use /etc/moduli instead of /etc/primes, okay markus@ + - provos@cvs.openbsd.org 2001/06/22 21:28:53 + [sshd.8] + document /etc/moduli 20010622 - (stevesk) handle systems without pw_expire and pw_change. @@ -5700,4 +5703,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1300 2001/06/25 04:13:25 mouring Exp $ +$Id: ChangeLog,v 1.1301 2001/06/25 04:14:59 mouring Exp $ diff --git a/sshd.8 b/sshd.8 index fe2f69705..ee3f1164f 100644 --- a/sshd.8 +++ b/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.128 2001/06/22 10:17:51 mpech Exp $ +.\" $OpenBSD: sshd.8,v 1.129 2001/06/22 21:28:53 provos Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -1123,7 +1123,7 @@ really used for anything; they are provided for the convenience of the user so their contents can be copied to known hosts files. These files are created using .Xr ssh-keygen 1 . -.It Pa /etc/primes +.It Pa /etc/moduli Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". .It Pa /var/run/sshd.pid Contains the process ID of the @@ -1306,6 +1306,7 @@ created OpenSSH. Markus Friedl contributed the support for SSH protocol versions 1.5 and 2.0. .Sh SEE ALSO +.Xr moduli 5 , .Xr rlogin 1 , .Xr rsh 1 , .Xr scp 1 ,