diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-19 03:51:53 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-19 03:51:53 +0200 |
commit | 86247e2798f9e8f555f93f0c2c1872a4c13c43f6 (patch) | |
tree | 74720190c664c672267ef865ab0471056153d75d /sshd.8 | |
parent | - stevesk@cvs.openbsd.org 2002/09/16 20:12:11 (diff) | |
download | openssh-86247e2798f9e8f555f93f0c2c1872a4c13c43f6.tar.xz openssh-86247e2798f9e8f555f93f0c2c1872a4c13c43f6.zip |
- stevesk@cvs.openbsd.org 2002/09/16 22:03:13
[sshd.8]
reference moduli(5) in FILES /etc/moduli.
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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.191 2002/09/04 18:52:42 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.192 2002/09/16 22:03:13 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -586,6 +586,8 @@ These files are created using .Xr ssh-keygen 1 . .It Pa /etc/moduli Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". +The file format is described in +.Xr moduli 5 . .It Pa /var/empty .Xr chroot 2 directory used by |