From owner-freebsd-stable Fri Feb 7 8:53:47 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE95B37B401 for ; Fri, 7 Feb 2003 08:53:45 -0800 (PST) Received: from mailout3-eri1.midsouth.rr.com (mailout3-eri1.midsouth.rr.com [24.165.200.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD61543F85 for ; Fri, 7 Feb 2003 08:53:44 -0800 (PST) (envelope-from synkrat@midsouth.rr.com) Received: from ghidra.manref.net (desuba@cpe-024-165-148-130.midsouth.rr.com [24.165.148.130]) by mailout3-eri1.midsouth.rr.com (8.11.4/8.11.4) with ESMTP id h17GrfS25910; Fri, 7 Feb 2003 10:53:41 -0600 (CST) From: synkrat Reply-To: synkrat@midsouth.rr.com To: Dave Uhring Subject: Re: OpenSSH_3.5p1 FreeBSD-20030201 crash Date: Fri, 7 Feb 2003 10:52:29 +0000 User-Agent: KMail/1.5 References: <20030207054918.GA28559@ops.tamu.edu> <200302071037.14164.duhring@charter.net> In-Reply-To: <200302071037.14164.duhring@charter.net> Cc: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302071052.29687.synkrat@midsouth.rr.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri February 7 2003 04:37 pm, Dave Uhring wrote: > On Friday 07 February 2003 08:55 am, Dag-Erling Smorgrav wrote: > > Mark Nipper writes: > > > Anyway, any ideas on the SSH error? > > > > Sure, if you tell me what the error is. > > Before I replaced the binaries with those from the openssh-3.5p1 package > and disabled PAM this was what my machine reported: > > Feb 6 06:59:43 willy sshd[139]: pam_start: malloc failed for pam_conv > Feb 6 06:59:43 willy sshd[139]: fatal: PAM: initialisation failed > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message Your troubles can be cured by updating src and rebuilding openssh. [freebsd] / src / crypto / openssh Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 31 11:08:07 2003 UTC (7 days, 5 hours ago) by des Branch: MAIN CVS Tags: HEAD Changes since 1.4: +19 -0 lines Diff to previous 1.4 (colored) Fix keyboard-interactive authentication for ssh1. The problem was twofold: - The PAM kbdint device sometimes doesn't know authentication succeeded until you re-query it. The ssh1 kbdint code would never re-query the device, so authentication would always fail. This patch has been submitted to the OpenSSH developers. - The monitor code for PAM sometimes forgot to tell the monitor that authentication had succeeded. This caused the monitor to veto the privsep child's decision to allow the connection. These patches have been tested with OpenSSH clients on -STABLE, NetBSD and Linux, and with ssh.com's ssh1 on Solaris. Sponsored by: DARPA, NAI Labs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message