From owner-freebsd-current@FreeBSD.ORG Tue Jul 22 05:29:19 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCF52106564A for ; Tue, 22 Jul 2008 05:29:19 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from munchkin.clue.co.za (munchkin.clue.co.za [66.219.59.160]) by mx1.freebsd.org (Postfix) with ESMTP id 7AA758FC0C for ; Tue, 22 Jul 2008 05:29:19 +0000 (UTC) (envelope-from ianf@clue.co.za) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=20070313; d=clue.co.za; h=Received:Received:Received:To:Subject:From:X-Attribution:Date:Message-Id; b=gzgVZ+nBwBgFDCMKnK8laaogE8yor1sXDlbIivvYaeGkx9DfGgO10VZiCLwQeGbm0HS2Xg4cFCiyyWvm0WdUwInQBEIn2jdlRhkFgnJTcheT8LeZ7XWekR+k5bJuARSp8WNmqEJyk0j+IMJdoivJhGjumeCRDKXcmOVpm+h4pzYsUFTGxvXNvYUlO02IBL3vOvt/L+XuBX6agdAtnl29ICOU7NvebinkIo53GAuuPEtK+WexzDqNQXbM34T9htY8; Received: from uucp by munchkin.clue.co.za with local-rmail (Exim 4.67) (envelope-from ) id 1KLA4q-0005Ev-Gs for current@freebsd.org; Tue, 22 Jul 2008 05:06:20 +0000 Received: from ianf.clue.co.za ([10.0.0.6] helo=clue.co.za) by urchin.clue.co.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1KLA48-0002D0-Eu for current@freebsd.org; Tue, 22 Jul 2008 05:05:36 +0000 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KLA49-0000W2-I1 for current@freebsd.org; Tue, 22 Jul 2008 07:05:37 +0200 To: current@freebsd.org From: Ian FREISLICH X-Attribution: BOFH Date: Tue, 22 Jul 2008 07:05:37 +0200 Message-Id: Cc: Subject: Recent Padlock changes break ssh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 05:29:19 -0000 Hi Reverting to src/sys/crypto/via/padlock.c to r1.13 allow me to once again ssh into my VIA C7 based system. I get the following error on the local side when attempting to ssh to the server when r1.14 is in use. [apple] ~ $ ssh control.freislich.nom.za Disconnecting: Bad packet length 4108489293. [apple] ~ $ ssh control.freislich.nom.za Disconnecting: Bad packet length 3064303097. I do however see this message on the very first ssh attempt to the server in question with a working kernel (12 July 2008). Subsequent connections connections work correctly. Ian -- Ian Freislich