summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--UPGRADING12
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5fdd6b0b..26adf6e68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,7 @@
25 Niels Kristian Bech Jensen <nkbj@image.dk> 25 Niels Kristian Bech Jensen <nkbj@image.dk>
26 - Solaris fixing, thanks to Ben Taylor <bent@clark.net> 26 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
27 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com> 27 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
28 - Release 1.2pre15
28 29
2919991124 3019991124
30 - Merged very large OpenBSD source code reformat 31 - Merged very large OpenBSD source code reformat
diff --git a/UPGRADING b/UPGRADING
index b1c0b9da3..f9732cf53 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -33,3 +33,15 @@ Commercial SSH controlled logging using the "QuietMode" and
33logging options "SyslogFacility" and "LogLevel". See the sshd manual 33logging options "SyslogFacility" and "LogLevel". See the sshd manual
34page for details. 34page for details.
35 35
364. Warning messages about key lengths
37
38Commercial SSH's ssh-keygen program contained a bug which caused it to
39occasionally generate RSA keys which had their Most Significant Bit
40(MSB) unset. Such keys were advertised as being full-length, but are
41actually only half as secure.
42
43OpenSSH will print warning messages when it encounters such keys. To
44rid yourself of these message, edit you known_hosts files and replace
45the incorrect key length (usually "1024") with the correct key length
46(usually "1023").
47