From owner-freebsd-stable@FreeBSD.ORG Tue Dec 1 12:15:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2D67106566B for ; Tue, 1 Dec 2009 12:15:51 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 791D08FC20 for ; Tue, 1 Dec 2009 12:15:51 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:a13a:3a09:a6d8:397b] (unknown [IPv6:2001:7b8:3a7:0:a13a:3a09:a6d8:397b]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2B0655C43; Tue, 1 Dec 2009 13:15:50 +0100 (CET) Message-ID: <4B1508FD.9050607@andric.com> Date: Tue, 01 Dec 2009 13:15:57 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091126 Shredder/3.0.1pre MIME-Version: 1.0 To: Jeremy Chadwick References: <20091201113547.GA26501@icarus.home.lan> <20091201115518.GA27115@icarus.home.lan> In-Reply-To: <20091201115518.GA27115@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Pete French Subject: Re: SSH oddness with 8.0-STABLE 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: Tue, 01 Dec 2009 12:15:51 -0000 On 2009-12-01 12:55, Jeremy Chadwick wrote: > This would indicate the OP was running a 7.2-STABLE system which was > built prior to 2008/08/01 (with some variance; sometimes the commit > times do not match the timestamp in src/UPDATING), or a system which had > not had mergemaster run on it to populate the changes into /etc/ssh. The stable/7 branch still uses "ssh-dss,ssh-rsa" by default. In the stable/8 branch, this was changed in revision 181111, Fri Aug 1 02:48:36 2008 UTC: http://svn.freebsd.org/viewvc/base/stable/8/crypto/openssh/myproposal.h?r1=181097&r2=181111