From owner-freebsd-stable@FreeBSD.ORG Mon Apr 5 08:47:24 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5F216A4CF; Mon, 5 Apr 2004 08:47:24 -0700 (PDT) Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD2043D5F; Mon, 5 Apr 2004 08:47:23 -0700 (PDT) (envelope-from desjardins@canada.com) Received: from gateway.lan.daren.ca ([65.49.123.58]) by fep03-mail.bloor.is.net.cable.rogers.comESMTP <20040405154717.CKXW396979.fep03-mail.bloor.is.net.cable.rogers.com@gateway.lan.daren.ca>; Mon, 5 Apr 2004 11:47:17 -0400 Received: from [216.130.212.41] (account daren@daren.ca HELO [216.130.212.41]) by gateway.lan.daren.ca (CommuniGate Pro SMTP 4.1.8) with ESMTP id 230029; Mon, 05 Apr 2004 10:12:03 -0400 From: Daren Desjardins To: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= In-Reply-To: References: <20040221202305.GA78752@dogma.freebsd-uk.eu.org> <000e01c3f8bc$9ee42dc0$efe8fea9@unixsmith.com> <20040325023251.GA61864@dogma.freebsd-uk.eu.org> <20040325225859.GA22615@dogma.freebsd-uk.eu.org> <20040402160232.GB68803@dogma.freebsd-uk.eu.org> <20040402164928.GA70822@dogma.freebsd-uk.eu.org> <1080935099.343.14.camel@lithium.stabilia.com> Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <1081177903.31932.7.camel@lithium.stabilia.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 05 Apr 2004 10:11:43 -0500 Content-Transfer-Encoding: quoted-printable X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [65.49.123.58] using ID at Mon, 5 Apr 2004 11:47:14 -0400 cc: "Christian W. Sung" cc: freebsd-stable@freebsd.org cc: Jonathon McKitrick cc: freebsd-questions@freebsd.org Subject: Re: ssh no longer connecting automatically X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 15:47:24 -0000 I should also add, that I am unable to connect to a Linux 2.4 box running OpenSSH 3.5p1. Whats the easiest way to compare the two dirs? Just want a recursive ls on them? I think its some kind of library issue... I noticed the two machines that are having issues have 'openssl-0.9.7d' installed as a port... -If I copy a working copy of ssh from a 4.9r box it still gives the error -If I download the newest OpenSSH directly and compile it, it works -If I make the openssh port, it works -If I cvsup to stable, it fails -If I cvsup to release, it fails On Fri, 2004-04-02 at 15:15, Dag-Erling Sm=F8rgrav wrote: > Daren Desjardins writes: > > The server is 4.9release, client is 4.9 stable. I have both base ssh an= d > > openssh 3.8p1 installed, both of which have the same error connecting t= o > > hosts. >=20 > OK, so 4.9-RELEASE can talk to 4.9-RELEASE and 4.9-STABLE can talk to > 4.9-STABLE, but 4.9-STABLE can't talk to 4.9-RELEASE? >=20 > The strange thing is that there have been practically no changes in > OpenSSH or OpenSSL since 4.9-RELEASE, until OpenSSL 0.9.7d was MFCed > earlier today. The only changes in OpenSSH are a documentation nit > and a patch for a low-impact memory leak. >=20 > Could you compare src/crypto and src/secure on the two machines? >=20 > DES