Doc updates

This commit is contained in:
Damien Miller 1999-11-25 13:50:10 +11:00
parent 16dae4cf2a
commit bf3f6ef19b
2 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,7 @@
Niels Kristian Bech Jensen <nkbj@image.dk> Niels Kristian Bech Jensen <nkbj@image.dk>
- Solaris fixing, thanks to Ben Taylor <bent@clark.net> - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
- Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com> - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
- Release 1.2pre15
19991124 19991124
- Merged very large OpenBSD source code reformat - Merged very large OpenBSD source code reformat

View File

@ -33,3 +33,15 @@ Commercial SSH controlled logging using the "QuietMode" and
logging options "SyslogFacility" and "LogLevel". See the sshd manual logging options "SyslogFacility" and "LogLevel". See the sshd manual
page for details. page for details.
4. Warning messages about key lengths
Commercial SSH's ssh-keygen program contained a bug which caused it to
occasionally generate RSA keys which had their Most Significant Bit
(MSB) unset. Such keys were advertised as being full-length, but are
actually only half as secure.
OpenSSH will print warning messages when it encounters such keys. To
rid yourself of these message, edit you known_hosts files and replace
the incorrect key length (usually "1024") with the correct key length
(usually "1023").