From owner-freebsd-stable Thu Oct 12 10:15:56 2000 Delivered-To: freebsd-stable@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id 7160037B503 for ; Thu, 12 Oct 2000 10:15:53 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.11.0/8.11.0) id e9CHII146428; Thu, 12 Oct 2000 13:18:18 -0400 (EDT) (envelope-from abc) Date: Thu, 12 Oct 2000 13:18:18 -0400 From: Alan Clegg To: Vivek Khera Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: HowTo generate ssh_host_dsa_key key pairs Message-ID: <20001012131818.M37507@diskfarm.firehouse.net> References: <39E50C1A.FF9FFB55@esec.com.au> <39E513E4.7EE47315@urx.com> <20001011221536.B35107@diskfarm.firehouse.net> <14821.50116.681271.850183@onceler.kciLink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <14821.50116.681271.850183@onceler.kciLink.com>; from khera@kciLink.com on Thu, Oct 12, 2000 at 09:59:32AM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Vivek Khera said: > AC> if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then > AC> echo ' creating ssh DSA host key'; > AC> /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key > AC> fi > > Yes, but it would seem that his /etc/ssh/sshd_config file is defining > the location as /etc/ssh_host_dsa_key rather than > /etc/ssh/ssh_host_dsa_key like it should. This smells like an issue with an upgraded system that has mis-matched versions of OpenSSL/OpenSSH. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message