From owner-freebsd-questions@FreeBSD.ORG Wed May 31 22:26:57 2006 Return-Path: X-Original-To: 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 CE22F16A9CE for ; Wed, 31 May 2006 22:26:57 +0000 (UTC) (envelope-from ajr9@po.cwru.edu) Received: from beta.eecs.cwru.edu (beta.EECS.CWRU.Edu [129.22.150.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C2443D45 for ; Wed, 31 May 2006 22:26:57 +0000 (GMT) (envelope-from ajr9@po.cwru.edu) Received: from [10.0.0.6] ([::ffff:72.25.105.188]) (AUTH: PLAIN reitz, TLS: TLSv1/SSLv3,128bits,RC4-SHA) by beta.eecs.cwru.edu with esmtp; Wed, 31 May 2006 18:26:56 -0400 id 000ABEDC.447E1830.00004114 Mime-Version: 1.0 (Apple Message framework v749.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Andrew Reitz Date: Wed, 31 May 2006 15:26:54 -0700 X-Mailer: Apple Mail (2.749.3) Cc: Subject: Problems with sshd on FreeBSD 4.11-RELEASE 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: Wed, 31 May 2006 22:27:00 -0000 Hello, For reasons that I don't want to go into here, I have recently downgraded my principal FreeBSD server from 6.1 to 4.11-RELEASE. I did this by installing a fresh copy of FreeBSD 4.11 on a clean HD, and then I rsync'd all of my data over. Everything has been working fine, until I tried to SSH to the box this afternoon. While everything was working fine this morning, now sshd hangs up immediately on all clients that attempt to connect. In / var/log/messages, I see errors like this for every ssh connection attempt: May 31 15:21:06 redefine sshd[8543]: error: ssh_dss_sign: sign failed May 31 15:21:06 redefine sshd[8543]: fatal: mm_answer_sign: key_sign failed Google hasn't enlightened me at all. This was *just* working a few hours ago, and now, nada. Does anyone on this list have any ideas? Thanks, -Andy Reitz.