From: dtucker Date: Sat, 16 Apr 2022 04:30:10 +0000 (+0000) Subject: ssh-keygen's -G/-T have been replaced with -M generate/screen. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=01ac1ae112e9987b6f98348e21932c0ae0a0a9c3;p=openbsd ssh-keygen's -G/-T have been replaced with -M generate/screen. --- diff --git a/share/man/man5/moduli.5 b/share/man/man5/moduli.5 index 745d18f3bc7..5086a6d42af 100644 --- a/share/man/man5/moduli.5 +++ b/share/man/man5/moduli.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: moduli.5,v 1.18 2014/11/19 04:19:54 schwarze Exp $ +.\" $OpenBSD: moduli.5,v 1.19 2022/04/16 04:30:10 dtucker Exp $ .\" .\" Copyright (c) 2008 Damien Miller .\" @@ -13,7 +13,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: November 19 2014 $ +.Dd $Mdocdate: April 16 2022 $ .Dt MODULI 5 .Os .Sh NAME @@ -32,12 +32,12 @@ using a two-step process. An initial .Em candidate generation pass, using -.Ic ssh-keygen -G , +.Ic ssh-keygen -M generate , calculates numbers that are likely to be useful. A second .Em primality testing pass, using -.Ic ssh-keygen -T , +.Ic ssh-keygen -M screen , provides a high degree of assurance that the numbers are prime and are safe for use in Diffie-Hellman operations by .Xr sshd 8 .