summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:50:10 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:50:10 +1100
commitbf3f6ef19b8d43b09598807cc30de7e66be37563 (patch)
treea24491c82eb27cfc8e569b5148758f8f9e5f8a51 /UPGRADING
parent16dae4cf2a249f6b758df484181e21aa84f150a1 (diff)
Doc updatesV_1_2_PRE15
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b1c0b9da..f9732cf5 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -33,3 +33,15 @@ Commercial SSH controlled logging using the "QuietMode" and
logging options "SyslogFacility" and "LogLevel". See the sshd manual
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").
+