From owner-freebsd-stable@FreeBSD.ORG Fri Jul 11 10:32:01 2003 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 BB6C337B401 for ; Fri, 11 Jul 2003 10:32:01 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19BE43FAF for ; Fri, 11 Jul 2003 10:32:00 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h6BHVwJm012261; Fri, 11 Jul 2003 11:31:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 11 Jul 2003 11:31:49 -0600 (MDT) Message-Id: <20030711.113149.108377525.imp@bsdimp.com> To: paul@xciv.org From: "M. Warner Losh" In-Reply-To: <84344.1057919867@xciv.org> References: <84344.1057919867@xciv.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: SSH/v1 dead processes bug 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: Fri, 11 Jul 2003 17:32:02 -0000 In message: <84344.1057919867@xciv.org> Paul Civati writes: : Should I submit this as a proper bug, or will someone look at it? Former. : Basically, between 4.7-REL and 4.8-REL ssh was upgraded and now exhibits : the following bug. : : If you connect with protocol v1 you get three ssh processes, one of : which never dies, even after the ssh session has been closed. I'm seeing exactly the same thing. Warner