From owner-freebsd-stable Sat Apr 8 20:51:39 2000 Delivered-To: freebsd-stable@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 123AF37B609 for ; Sat, 8 Apr 2000 20:51:35 -0700 (PDT) (envelope-from kwc@world.std.com) Received: from world.std.com (root@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id XAA25179 for ; Sat, 8 Apr 2000 23:16:33 -0400 (EDT) Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id XAA04386; Sat, 8 Apr 2000 23:13:52 -0400 (EDT) Date: Sat, 8 Apr 2000 23:13:52 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200004090313.XAA04386@world.std.com> To: freebsd-stable@freebsd.org Subject: 4.0 OpenSSH not working, cannot find RSAREF lib Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm having trouble with the new OpenSSH in 4.0 (both -release & -stable as of today, Saturday, 8 April). Here is the captured (& slightly edited) output from "ssh -v ." ---------------------------------------- SSH Version OpenSSH-1.2.2, protocol version 1.5. Compiled with SSL. debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to foo.bar.baz [nnn.nnn.nnn.nnn] port 22. debug: Allocated local port 1013. debug: Connection established. debug: Remote protocol version 1.5, remote software version 1.2.17 debug: Waiting for server public key. Warning: Server lies about size of server public key: actual size is 767 bits vs. announced 768. Warning: This may be due to an old implementation of ssh. debug: Received server public key (767 bits) and host key (1024 bits). debug: Host 'foo.bar.baz' is known and matches the host key. ** R_RandomInit: Unable to find an RSAREF shared library (librsaref.so). ** Install the /usr/ports/security/rsaref port or package and run this ** program again. See the OpenSSL chapter in the FreeBSD Handbook, located at ** http://www.freebsd.org/handbook/openssl.html, for more information. ---------------------------------------- OS is FreeBSD 4.0, installed from CDs (supposedly having selected crypto) Friday, 7 April & brought to RELENG_4 (specifying src-all & cvs-crypto) Saturday, 8 April (today). I have read the abovementioned URL & so far still haven't been able to get it working. Even though there appears to be a RSAREF tarball on CD 1, /stand/sysinstall does not indicate that (ie. in packages) & it does not appear in the INDEX. Ports also seem to not realize that I (supposedly) have this on CD (it only tries ftp). What am I doing "wrong" and/or do I need to do to fix this? Is this something that needs to be addressed in (for example) errata? Previously I have been using both ssh1 & ssh2 (not installed from ports) & they've always worked fine. Also, will ssh2 play nicely with OpenSSH? Naturally, FAQ/doc/book pointers are quite welcome... Thanks, -kc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message