From owner-freebsd-questions Sun Apr 16 20:35:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id B47F937B524 for ; Sun, 16 Apr 2000 20:35:17 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id XAA49730; Sun, 16 Apr 2000 23:34:40 -0400 (EDT) (envelope-from cjc) Date: Sun, 16 Apr 2000 23:34:40 -0400 From: "Crist J. Clark" To: Jim Freeze Cc: questions@FreeBSD.ORG Subject: Re: can't install ssh Message-ID: <20000416233440.I48499@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <00041621562201.01068@urim> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00041621562201.01068@urim>; from jim@freeze.org on Sun, Apr 16, 2000 at 09:28:36PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 16, 2000 at 09:28:36PM -0400, Jim Freeze wrote: > I am using 3.4R from the ports and cannot get ssh to install. > > At first the rsaref sites paths were wrong. I eventually got that working. > Now I get the following error: > > ===> Generating temporary packing list > Generating a secret host key... > Initializing random number generator... > Generating p: .................++ (distance 332) > Generating q: .....................++ (distance 430) > Computing the keys... > Key generation complete. > Saving the key failed: /usr/local/etc/ssh_host_key: Not a directory. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > ---------------------------------- > I created the ssh_host_key directory, but it returned the exact same error. > > Can anyone help me? /usr/local/etc/ssh_host_key is a file, not a directory, # rmdir /usr/local/etc/ssh_host_key And try again. Is there anything odd about /usr/local/etc? > PS I noticed ssh2.1.0 exists. Do I want this latest version? It depends. It has a much more restrictive license for one thing. I personally have gone to OpenSSH over either of them (and OpenSSH is part of the 4.0 base system too). -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message