summaryrefslogtreecommitdiff
path: root/moduli.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-07 11:47:26 +0100
committerColin Watson <cjwatson@debian.org>2013-05-07 11:47:26 +0100
commit2ea3f720daeb1ca9f765365fce3a9546961fe624 (patch)
treec4fb7d1f51fa51e7677232de806aae150e29e2ac /moduli.5
parentf5efcd3450bbf8261915e0c4a6f851229dddaa79 (diff)
parentecebda56da46a03dafff923d91c382f31faa9eec (diff)
* New upstream release (http://www.openssh.com/txt/release-6.2).
- Add support for multiple required authentication in SSH protocol 2 via an AuthenticationMethods option (closes: #195716). - Fix Sophie Germain formula in moduli(5) (closes: #698612). - Update ssh-copy-id to Phil Hands' greatly revised version (closes: #99785, #322228, #620428; LP: #518883, #835901, #1074798).
Diffstat (limited to 'moduli.5')
-rw-r--r--moduli.513
1 files changed, 9 insertions, 4 deletions
diff --git a/moduli.5 b/moduli.5
index 097abc109..149846c8c 100644
--- a/moduli.5
+++ b/moduli.5
@@ -1,4 +1,4 @@
1.\" $OpenBSD: moduli.5,v 1.15 2010/10/14 20:41:28 jmc Exp $ 1.\" $OpenBSD: moduli.5,v 1.17 2012/09/26 17:34:38 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> 3.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
4.\" 4.\"
@@ -13,7 +13,7 @@
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.Dd $Mdocdate: October 14 2010 $ 16.Dd $Mdocdate: September 26 2012 $
17.Dt MODULI 5 17.Dt MODULI 5
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -61,7 +61,7 @@ Unknown, not tested.
61.It 2 61.It 2
62"Safe" prime; (p-1)/2 is also prime. 62"Safe" prime; (p-1)/2 is also prime.
63.It 4 63.It 4
64Sophie Germain; (p+1)*2 is also prime. 64Sophie Germain; 2p+1 is also prime.
65.El 65.El
66.Pp 66.Pp
67Moduli candidates initially produced by 67Moduli candidates initially produced by
@@ -115,8 +115,13 @@ that best meets the size requirement.
115.Sh SEE ALSO 115.Sh SEE ALSO
116.Xr ssh-keygen 1 , 116.Xr ssh-keygen 1 ,
117.Xr sshd 8 117.Xr sshd 8
118.Sh STANDARDS
118.Rs 119.Rs
120.%A M. Friedl
121.%A N. Provos
122.%A W. Simpson
123.%D March 2006
119.%R RFC 4419 124.%R RFC 4419
120.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol" 125.%T Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol
121.%D 2006 126.%D 2006
122.Re 127.Re