From owner-freebsd-stable@FreeBSD.ORG Fri Apr 2 11:45:11 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 995B816A4CE; Fri, 2 Apr 2004 11:45:11 -0800 (PST) Received: from fep02-mail.bloor.is.net.cable.rogers.com (fep02-mail.bloor.is.net.cable.rogers.com [66.185.86.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB6E43D5F; Fri, 2 Apr 2004 11:45:10 -0800 (PST) (envelope-from desjardins@canada.com) Received: from gateway.lan.daren.ca ([65.49.123.132]) by fep02-mail.bloor.is.net.cable.rogers.comESMTP <20040402194349.DFWY39251.fep02-mail.bloor.is.net.cable.rogers.com@gateway.lan.daren.ca>; Fri, 2 Apr 2004 14:43:49 -0500 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 221051; Fri, 02 Apr 2004 14:44:59 -0500 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> Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <1080935099.343.14.camel@lithium.stabilia.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 02 Apr 2004 14:44:59 -0500 Content-Transfer-Encoding: quoted-printable X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep02-mail.bloor.is.net.cable.rogers.com from [65.49.123.132] using ID at Fri, 2 Apr 2004 14:43:49 -0500 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: Fri, 02 Apr 2004 19:45:11 -0000 I tried this myself and it did not work. The server is 4.9release, client is 4.9 stable. I have both base ssh and openssh 3.8p1 installed, both of which have the same error connecting to hosts. ---------- Server config # HostKey for protocol version 1 HostKey /etc/ssh/ssh_host_key # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key SyslogFacility AUTH LogLevel INFO LoginGraceTime 60 PermitRootLogin no PermitEmptyPasswords no X11Forwarding yes X11DisplayOffset 10 --------- Client config(~/.ssh/ssh_config) is empty Client config(/etc/ssh/ssh_config) is empty On Fri, 2004-04-02 at 12:52, Dag-Erling Sm=F8rgrav wrote: > Jonathon McKitrick writes: > > Workaround? >=20 > Possibly. On the server, try adding the following two lines to > /etc/ssh/sshd_config: >=20 > HostKey /etc/ssh/ssh_host_dsa_key > HostKey /etc/ssh/ssh_host_rsa_key >=20 > then HUP or restart sshd, and try to connect. Let me know how it > works out. >=20 > I'd also like to know what OS version you're running on the server and > client, and if you have anything in /etc/ssh/sshd_config (on the > server) or /etc/ssh/ssh_config / ~/.ssh/config (on the client) that > isn't commented out. >=20 > DES