Date: Mon, 19 Mar 2001 12:09:32 +0100 From: Pierre Beyssac <beyssac@enst.fr> To: freebsd-current@freebsd.org Subject: random woes ("no RSA support in libssl and libcrypto") Message-ID: <20010319120932.A88999@enst.fr>
next in thread | raw e-mail | index | archive | help
Just in case some else gets caught (which is sure to happen), in case you get the following obscure message from ssh after updating your -current: ssh: no RSA support in libssl and libcrypto. See ssl(8). This just means you need to remake your /dev/urandom (ln -f random urandom). It seems the compatibility with the previous minor of urandom has been silently removed (I assume this happened with the last update/cleanup of the random device). It took me two hours to figure it out. -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010319120932.A88999>