diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-03-21 21:54:17 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-03-21 21:54:17 +0000 | 
| commit | 575abac10a30e5a94505226d3d580a9aae207140 (patch) | |
| tree | 55f3dd0dc65409a7ea94800ae8b335d1fe0a60f1 | |
| parent | 99a0916ca184251ba5331be03794f75b7687e4b7 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/moduli.5 | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/share/man/man5/moduli.5 b/share/man/man5/moduli.5 index 69d060c06bd6..917a8034a216 100644 --- a/share/man/man5/moduli.5 +++ b/share/man/man5/moduli.5 @@ -1,4 +1,5 @@  .\" $OpenBSD: moduli.5,v 1.3 2001/06/24 18:50:52 provos Exp $ +.\" $FreeBSD$  .\"  .\" Copyright 1997, 2000 William Allen Simpson <wsimpson@greendragon.com>  .\" All rights reserved. @@ -38,7 +39,7 @@  .Nd system moduli file  .Sh DESCRIPTION  The -.Pa /etc/moduli +.Pa /etc/ssh/moduli  file contains the system-wide Diffie-Hellman prime moduli for the  .Xr photurisd 8  and @@ -148,8 +149,8 @@ When more than one meet the criteria,  the selection should be weighted toward newer moduli,  without completely disqualifying older moduli.  .Sh FILES -.Bl -tag -width /etc/moduli -compact -.It Pa /etc/moduli +.Bl -tag -width /etc/ssh/moduli -compact +.It Pa /etc/ssh/moduli  .El  .Sh SEE ALSO  .Xr photurisd 8 , | 
