From owner-freebsd-stable@FreeBSD.ORG Mon May 16 20:18:36 2005 Return-Path: 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 DF3D416A4CE for ; Mon, 16 May 2005 20:18:36 +0000 (GMT) Received: from alogis.com (firewall2.alogis.com [62.8.223.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8DE43DD0 for ; Mon, 16 May 2005 20:18:35 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.1/8.13.1) with ESMTP id j4GKIVJm016160 for ; Mon, 16 May 2005 22:18:31 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.1/8.13.1/Submit) id j4GKIVLG016159 for stable@freebsd.org; Mon, 16 May 2005 22:18:31 +0200 (CEST) (envelope-from hk) Date: Mon, 16 May 2005 22:18:31 +0200 From: Holger Kipp To: stable@freebsd.org Message-ID: <20050516201831.GA16017@intserv.int1.b.intern> References: <20050516181448.GA13703@intserv.int1.b.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050516181448.GA13703@intserv.int1.b.intern> User-Agent: Mutt/1.4.2.1i Subject: Re: problem with sshd/pam on 5.4-STABLE (also 5.3-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 20:18:37 -0000 On Mon, May 16, 2005 at 08:14:48PM +0200, Holger Kipp wrote: Sorry for the noise, problem is gone on 5.4-STABLE after all (where I only see the configured timeout-delay). I think it is time to get some sleep > I experience the following problem: > > connecting to a server with 5.3-STABLE using SSH > with: > > ssh server results in A > Password: results in B > > this is very annoying because if you did this > ten times (eg because you wanted to type > 'ssh @server' instead), you can't connect > to the server any more, and it looks like this > also won't time out... > > Is this related to PR 74255 > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/74255 > and/or has this been resolved already? This is currently > experienced on 5.3-STABLE from Nov 16 16:06:06 CET 2004, > and also on 5.4-STABLE from Sun May 8 18:23:27 CEST 2005. > > Regards, > Holger Kipp > > ----------------------------- > > > A (on 'server'): > ps ax | grep ssh > 24767 ?? S 0:00.01 sshd: hk [net] (sshd) > 24768 ?? S 0:00.00 sshd: hk [pam] (sshd) > > B (on 'server'): > ps ax | grep ssh > 24768 ?? S 0:00.00 sshd: hk [pam] (sshd) > > sockstat | grep 24768 > root sshd 24768 3 stream -> ?? > root sshd 24768 4 stream (not connected) > root sshd 24768 5 tcp4 :22 :62105 > root sshd 24768 6 stream -> ?? > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"