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 /sshd.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 'sshd.0')
-rw-r--r-- | sshd.0 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,7 +169,7 @@ AUTHENTICATION | |||
169 | client selects the encryption algorithm to use from those offered by the | 169 | client selects the encryption algorithm to use from those offered by the |
170 | server. Additionally, session integrity is provided through a | 170 | server. Additionally, session integrity is provided through a |
171 | cryptographic message authentication code (hmac-md5, hmac-sha1, umac-64, | 171 | cryptographic message authentication code (hmac-md5, hmac-sha1, umac-64, |
172 | hmac-ripemd160, hmac-sha2-256 or hmac-sha2-512). | 172 | umac-128, hmac-ripemd160, hmac-sha2-256 or hmac-sha2-512). |
173 | 173 | ||
174 | Finally, the server and the client enter an authentication dialog. The | 174 | Finally, the server and the client enter an authentication dialog. The |
175 | client tries to authenticate itself using host-based authentication, | 175 | client tries to authenticate itself using host-based authentication, |
@@ -634,4 +634,4 @@ CAVEATS | |||
634 | System security is not improved unless rshd, rlogind, and rexecd are | 634 | System security is not improved unless rshd, rlogind, and rexecd are |
635 | disabled (thus completely disabling rlogin and rsh into the machine). | 635 | disabled (thus completely disabling rlogin and rsh into the machine). |
636 | 636 | ||
637 | OpenBSD 5.2 June 18, 2012 OpenBSD 5.2 | 637 | OpenBSD 5.3 October 4, 2012 OpenBSD 5.3 |