Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 10:54:12 -0800 (PST)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        "Nawfal M. Rouyan" <op4l@yahoo.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: ssh_host_key?
Message-ID:  <Pine.BSF.4.21.0002281050480.40004-100000@freefall.freebsd.org>
In-Reply-To: <20000228174013.3530.qmail@web1607.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0002281050480.40004-100000>