From owner-freebsd-stable@FreeBSD.ORG Sat Dec 3 00:15:21 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A68C6106566C for ; Sat, 3 Dec 2011 00:15:21 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3CACF8FC1C for ; Sat, 3 Dec 2011 00:15:20 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so2227642wgb.31 for ; Fri, 02 Dec 2011 16:15:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SVOOSLOco3TX52/U/7DQ9gufalPMjxS+OBLUviwewPM=; b=wmyMA5jBXoHhy9QTXHT34MrY+frpF3H5ubqDvG5N/2tPuxRL+PI8hF6kmUxGTWJYpv ovaabLjDK2a59lCqBwlZ9Hh3Zqrv84I63y2XHtfNNEfP2W6JFicHKeJiGXr+wwOMRXk9 xB+S3S9GhaO0A0Rh1aXflVnaYdJC+C/FuQHrc= MIME-Version: 1.0 Received: by 10.180.104.35 with SMTP id gb3mr644460wib.11.1322869863587; Fri, 02 Dec 2011 15:51:03 -0800 (PST) Received: by 10.223.83.14 with HTTP; Fri, 2 Dec 2011 15:51:03 -0800 (PST) In-Reply-To: <20111202233930.GA43590@icarus.home.lan> References: <20111202233220.GA43495@icarus.home.lan> <20111202233930.GA43590@icarus.home.lan> Date: Fri, 2 Dec 2011 17:51:03 -0600 Message-ID: From: Adam Vande More To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org Subject: Re: r228152: anyone got the None cipher working with base OpenSSH? 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: Sat, 03 Dec 2011 00:15:21 -0000 On Fri, Dec 2, 2011 at 5:39 PM, Jeremy Chadwick wrote: > If the WARNING message that is output to stderr > bothers you, use -T. > This says -T disables the NONE cipher: http://www.psc.edu/networking/projects/hpn-ssh/none.php I haven't looked at current patches so maybe doesn't apply. -- Adam Vande More