diff options
author | Colin Watson <cjwatson@debian.org> | 2013-05-07 11:47:26 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-05-07 11:47:26 +0100 |
commit | 2ea3f720daeb1ca9f765365fce3a9546961fe624 (patch) | |
tree | c4fb7d1f51fa51e7677232de806aae150e29e2ac /moduli.0 | |
parent | f5efcd3450bbf8261915e0c4a6f851229dddaa79 (diff) | |
parent | ecebda56da46a03dafff923d91c382f31faa9eec (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.0')
-rw-r--r-- | moduli.0 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -25,7 +25,7 @@ DESCRIPTION | |||
25 | 25 | ||
26 | 0 Unknown, not tested. | 26 | 0 Unknown, not tested. |
27 | 2 "Safe" prime; (p-1)/2 is also prime. | 27 | 2 "Safe" prime; (p-1)/2 is also prime. |
28 | 4 Sophie Germain; (p+1)*2 is also prime. | 28 | 4 Sophie Germain; 2p+1 is also prime. |
29 | 29 | ||
30 | Moduli candidates initially produced by ssh-keygen(1) | 30 | Moduli candidates initially produced by ssh-keygen(1) |
31 | are Sophie Germain primes (type 4). Further primality | 31 | are Sophie Germain primes (type 4). Further primality |
@@ -66,7 +66,9 @@ DESCRIPTION | |||
66 | SEE ALSO | 66 | SEE ALSO |
67 | ssh-keygen(1), sshd(8) | 67 | ssh-keygen(1), sshd(8) |
68 | 68 | ||
69 | Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer | 69 | STANDARDS |
70 | Protocol, RFC 4419, 2006. | 70 | M. Friedl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for |
71 | the Secure Shell (SSH) Transport Layer Protocol, RFC 4419, March 2006, | ||
72 | 2006. | ||
71 | 73 | ||
72 | OpenBSD 5.2 October 14, 2010 OpenBSD 5.2 | 74 | OpenBSD 5.3 September 26, 2012 OpenBSD 5.3 |