diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-07 22:40:57 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-07 22:40:57 +1100 |
commit | 5a88b6e70b57b39dc355140d39fcf42944db5129 (patch) | |
tree | 5b86ee108423dee3fb141ddbce8ffbc860e0aab3 /README | |
parent | 668b78c385baabb21624d8fc0347a1ca95ed2bda (diff) | |
download | openssh-git-5a88b6e70b57b39dc355140d39fcf42944db5129.tar.gz |
add warning
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ [ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html [ Thanks to HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> +******* IMPORTANT +* On systmes which lack a /dev/random driver, this port of +* OpenSSH-1.2.2 was not correctly seeding OpenSSL's random number +* pool. This resulted in lower quality RSA keys being generated. If +* you generated host or user keys with v1.2.2, please generate new +* ones using a more recent version. + This is the port of OpenBSD's excellent OpenSSH to Linux and other Unices. |