summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-07 22:40:57 +1100
committerDamien Miller <djm@mindrot.org>2000-03-07 22:40:57 +1100
commit5a88b6e70b57b39dc355140d39fcf42944db5129 (patch)
tree5b86ee108423dee3fb141ddbce8ffbc860e0aab3 /README
parent668b78c385baabb21624d8fc0347a1ca95ed2bda (diff)
add warning
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index fac7df457..ecd82c4d8 100644
--- a/README
+++ b/README
@@ -2,6 +2,13 @@
2[ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html 2[ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html
3[ Thanks to HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> 3[ Thanks to HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4 4
5******* IMPORTANT
6* On systmes which lack a /dev/random driver, this port of
7* OpenSSH-1.2.2 was not correctly seeding OpenSSL's random number
8* pool. This resulted in lower quality RSA keys being generated. If
9* you generated host or user keys with v1.2.2, please generate new
10* ones using a more recent version.
11
5This is the port of OpenBSD's excellent OpenSSH to Linux and other 12This is the port of OpenBSD's excellent OpenSSH to Linux and other
6Unices. 13Unices.
7 14