mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 13:56:52 +00:00
Resync moduli.5 with upstream.
1.18: remove duplicate publication year; carsten dot kunze at arcor dot de 1.19: ssh-keygen's -G/-T have been replaced with -M generate/screen.
This commit is contained in:
parent
d2b888762b
commit
53f4aff60a
9
moduli.5
9
moduli.5
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: moduli.5,v 1.17 2012/09/26 17:34:38 jmc Exp $
|
.\" $OpenBSD: moduli.5,v 1.19 2022/04/16 04:30:10 dtucker Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
|
.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
|
||||||
.\"
|
.\"
|
||||||
@ -13,7 +13,7 @@
|
|||||||
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.Dd $Mdocdate: September 26 2012 $
|
.Dd $Mdocdate: April 16 2022 $
|
||||||
.Dt MODULI 5
|
.Dt MODULI 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -32,12 +32,12 @@ using a two-step process.
|
|||||||
An initial
|
An initial
|
||||||
.Em candidate generation
|
.Em candidate generation
|
||||||
pass, using
|
pass, using
|
||||||
.Ic ssh-keygen -G ,
|
.Ic ssh-keygen -M generate ,
|
||||||
calculates numbers that are likely to be useful.
|
calculates numbers that are likely to be useful.
|
||||||
A second
|
A second
|
||||||
.Em primality testing
|
.Em primality testing
|
||||||
pass, using
|
pass, using
|
||||||
.Ic ssh-keygen -T ,
|
.Ic ssh-keygen -M screen ,
|
||||||
provides a high degree of assurance that the numbers are prime and are
|
provides a high degree of assurance that the numbers are prime and are
|
||||||
safe for use in Diffie-Hellman operations by
|
safe for use in Diffie-Hellman operations by
|
||||||
.Xr sshd 8 .
|
.Xr sshd 8 .
|
||||||
@ -123,5 +123,4 @@ that best meets the size requirement.
|
|||||||
.%D March 2006
|
.%D March 2006
|
||||||
.%R RFC 4419
|
.%R RFC 4419
|
||||||
.%T Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol
|
.%T Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol
|
||||||
.%D 2006
|
|
||||||
.Re
|
.Re
|
||||||
|
Loading…
Reference in New Issue
Block a user