From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 15:46:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A483E16A41C for ; Fri, 8 Jul 2005 15:46:13 +0000 (GMT) (envelope-from gustavodn@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0875D43D58 for ; Fri, 8 Jul 2005 15:46:12 +0000 (GMT) (envelope-from gustavodn@gmail.com) Received: by wproxy.gmail.com with SMTP id i11so478783wra for ; Fri, 08 Jul 2005 08:46:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Su8J1pbtw2ehUPhK3ajKfPX/FlFND+dpaH8F2UeQMwcWqJ+7j2cfJZRTT7tWjNYaq/tV09Q+0C9ScB7TDPr9XC36FChe3H32HxlfilYbhItsijQcGkI5o4hy6uS+qYWozC0sod2knOxNeIEStCXKnP2TdLK126cYuvi6dPDD66A= Received: by 10.54.2.18 with SMTP id 18mr1276139wrb; Fri, 08 Jul 2005 08:39:01 -0700 (PDT) Received: by 10.54.34.63 with HTTP; Fri, 8 Jul 2005 08:39:01 -0700 (PDT) Message-ID: <50af0a2605070808395fe6abf9@mail.gmail.com> Date: Fri, 8 Jul 2005 12:39:01 -0300 From: Gustavo De Nardin To: freebsd-questions In-Reply-To: <42CE7F0E.4000104@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42CDB95B.3030703@dial.pipex.com> <42CE7F0E.4000104@dial.pipex.com> Subject: Re: SSH and gigabit NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 15:46:13 -0000 On 08/07/05, Alex Zbyslaw wrote: > Unfortunately there seems to be no way to turn off the encryption for > SSH, which would be the easiest test. Well, looking at /usr/src/crypto/openssh/cipher.c, there is a "none" in struct Cipher. But specifying 'none' in Ciphers in sshd_config, I get "Bad SSH2 cipher spec 'none'." trying to start sshd. Does anyone know if/how the "none" Cipher is really available? I need ssh only for authentication when transfering backups, and encryption makes a difference in transfer speed on slow machines... --=20 (nil)