diff options
author | Colin Watson <cjwatson@debian.org> | 2007-12-24 12:33:11 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-12-24 12:33:11 +0000 |
commit | 0d13e198cfa7c60ca8c5cde486263c56ee6af19a (patch) | |
tree | ec8d8c5bcaae67b49abd9bbc8f6590eb99ca0a0b /debian/moduli.5 | |
parent | 497c12ab0b0a79830eca44dc67bcbbb865166ef6 (diff) |
* Update moduli(5) to revision 1.11 from OpenBSD CVS.
Diffstat (limited to 'debian/moduli.5')
-rw-r--r-- | debian/moduli.5 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/debian/moduli.5 b/debian/moduli.5 index b3997658b..3871e88ba 100644 --- a/debian/moduli.5 +++ b/debian/moduli.5 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: moduli.5,v 1.7 2003/03/06 20:48:35 jmc Exp $ | 1 | .\" $OpenBSD: moduli.5,v 1.11 2007/05/31 19:19:58 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright 1997, 2000 William Allen Simpson <wsimpson@greendragon.com> | 3 | .\" Copyright 1997, 2000 William Allen Simpson <wsimpson@greendragon.com> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -30,7 +30,7 @@ | |||
30 | .\" | 30 | .\" |
31 | .\" Manual page, using -mandoc macros | 31 | .\" Manual page, using -mandoc macros |
32 | .\" | 32 | .\" |
33 | .Dd July 28, 1997 | 33 | .Dd December 24 2007 |
34 | .Dt MODULI 5 | 34 | .Dt MODULI 5 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -68,7 +68,7 @@ meets basic structural requirements. | |||
68 | .It 3 : | 68 | .It 3 : |
69 | Schnorr. | 69 | Schnorr. |
70 | .It 4 : | 70 | .It 4 : |
71 | Sophie-Germaine (q = (p-1)/2); | 71 | Sophie-Germain (q = (p-1)/2); |
72 | usually generated in the process of testing safe or strong primes. | 72 | usually generated in the process of testing safe or strong primes. |
73 | .It 5 : | 73 | .It 5 : |
74 | strong; | 74 | strong; |
@@ -129,7 +129,7 @@ unused | |||
129 | .El | 129 | .El |
130 | .Pp | 130 | .Pp |
131 | .Fa Size : decimal . | 131 | .Fa Size : decimal . |
132 | Specifies the number of significant bits. | 132 | Specifies the number of the most significant bit (0 to M). |
133 | .Pp | 133 | .Pp |
134 | .Fa Generator : hex string . | 134 | .Fa Generator : hex string . |
135 | Specifies the best generator for a Diffie-Hellman exchange. | 135 | Specifies the best generator for a Diffie-Hellman exchange. |
@@ -144,9 +144,14 @@ Time, Size and Generator criteria. | |||
144 | When more than one meet the criteria, | 144 | When more than one meet the criteria, |
145 | the selection should be weighted toward newer moduli, | 145 | the selection should be weighted toward newer moduli, |
146 | without completely disqualifying older moduli. | 146 | without completely disqualifying older moduli. |
147 | .Pp | ||
148 | New moduli may be generated using the | ||
149 | .Xr ssh-keygen 1 | ||
150 | tool. | ||
147 | .Sh FILES | 151 | .Sh FILES |
148 | .Bl -tag -width /etc/ssh/moduli -compact | 152 | .Bl -tag -width /etc/ssh/moduli -compact |
149 | .It Pa /etc/ssh/moduli | 153 | .It Pa /etc/ssh/moduli |
150 | .El | 154 | .El |
151 | .Sh SEE ALSO | 155 | .Sh SEE ALSO |
156 | .Xr ssh-keygen 1 , | ||
152 | .Xr sshd 8 | 157 | .Xr sshd 8 |