From owner-freebsd-hackers Tue Aug 29 7: 4:49 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mailbox.reptiles.org (mailbox.reptiles.org [198.96.117.155]) by hub.freebsd.org (Postfix) with ESMTP id 574F837B424 for ; Tue, 29 Aug 2000 07:04:43 -0700 (PDT) Received: from localhost (1174 bytes) by mailbox.reptiles.org via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Tue, 29 Aug 2000 10:04:42 -0400 (EDT) (Smail-3.2.0.108 1999-Sep-19 #3 built 1999-Oct-27) Date: Tue, 29 Aug 2000 10:04:42 -0400 From: Jim Mercer To: hackers@freebsd.org Subject: problem with 4.1-stable /etc/rc.network Message-ID: <20000829100441.D7777@reptiles.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i figured this would be a quick way to get this fixed: the chunk of code initializing sshd is broken: case ${sshd_enable} in [Yy][Ee][Ss]) if [ ! -f /etc/ssh/ssh_host_key ]; then echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi ** if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then ** case ${nisdomainecho ' creating ssh DSA host key'; ** [Nn][Oo] | '') /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key ** fi ;; -- [ Jim Mercer jim@reptiles.org +1 416 410-5633 ] [ Reptilian Research -- Longer Life through Colder Blood ] [ Don't be fooled by cheap Finnish imitations; BSD is the One True Code. ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message