diff options
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 |