From owner-freebsd-current Mon Feb 28 10:54:14 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B628037B906; Mon, 28 Feb 2000 10:54:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id KAA41854; Mon, 28 Feb 2000 10:54:12 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 28 Feb 2000 10:54:12 -0800 (PST) From: Kris Kennaway To: "Nawfal M. Rouyan" Cc: freebsd-current@freebsd.org Subject: Re: ssh_host_key? In-Reply-To: <20000228174013.3530.qmail@web1607.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 28 Feb 2000, Nawfal M. Rouyan wrote: > sshd_enable="YES" in the /etc/rc.conf but the server > won't start because its searching for the ssh_host_key > file. How do I generate that file? Mark *still* needs to commit the /etc/rc* changes to make sshd generate a hostkey (I'll do it tonight if he hasn't by then, since we were hoping for a RC3 tomorrow). The simple solution is: /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key > I also compiled the apache with modssl but the server > won't start with this error: > /usr/libexec/ld-elf.so.1: /usr/lib/librsaUSA.so: > Undefined symbol "ERR_load_strings" > Why is this happening? It should be linking against /usr/lib/libcrypto.so which has this symbol. Check what it's linking with with ldd. Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message