From owner-freebsd-current Fri Feb 25 14:28:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (Postfix) with ESMTP id D2F0337BE81 for ; Fri, 25 Feb 2000 14:28:39 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.3/8.9.1) with ESMTP id OAA33434 for ; Fri, 25 Feb 2000 14:28:39 -0800 (PST) Date: Fri, 25 Feb 2000 14:28:38 -0800 (PST) From: Chris Timmons To: freebsd-current@FreeBSD.ORG Subject: Re: openssh: fatal: rsa_private_decrypt() failed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks as though sshd is started prematurely (before ldconfig runs) in /etc/rc. I made the problem disappear on my system by starting sshd around the time inetd is started. -c On Fri, 25 Feb 2000, Chris Timmons wrote: > I find that if I start /usr/sbin/sshd manually everything works as > expected. When I allow it to start via the rc scripts, I get upon > connecting from my 1.2.27 ssh client > > sshd[190]: fatal: rsa_private_decrypt() failed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message