From owner-freebsd-stable@FreeBSD.ORG Fri Apr 21 13:02:47 2006 Return-Path: X-Original-To: stable@freebsd.org 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 A80C316A405 for ; Fri, 21 Apr 2006 13:02:47 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED4A43D46 for ; Fri, 21 Apr 2006 13:02:46 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id BE9374D26A for ; Fri, 21 Apr 2006 13:03:51 +0000 (GMT) Received: from [192.168.46.101] (ppp166-27.static.internode.on.net [150.101.166.27]) by p4.roq.com (Postfix) with ESMTP id 2DEBD4D268 for ; Fri, 21 Apr 2006 13:03:50 +0000 (GMT) Message-ID: <4448D7F3.4050307@thebeastie.org> Date: Fri, 21 Apr 2006 23:02:43 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.12) Gecko/20060216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org References: <4448D085.3000300@thebeastie.org> In-Reply-To: <4448D085.3000300@thebeastie.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: SSH debug messages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Apr 2006 13:02:47 -0000 Michael Vince wrote: > Hey all, > > Since using 6-stable for the last few months I keep getting these ssh > client/server? debug messages, I wasn't that annoyed with them at > first I figured it was just something part of 6.1 betas but now its > just getting annoying, and I am still getting them on the latest rc1 > build. > Here is a copy and paste of what I get, I get them almost all the time > in programs like 'mc' > "debug2: channel 0: window 31272 sent adjust 34264" > > Anyone know how to make these go away? > > Cheers, > Mike OK I know what is now, its because I am putting -v on my ssh command, silly me. Thanks for those who emailed me to let me know. Mike