From owner-cvs-all Mon May 15 7:40:27 2000 Delivered-To: cvs-all@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 47B3737B65A; Mon, 15 May 2000 07:40:15 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: from earth.fxp (oca-u1-31.hitter.net [207.192.78.31]) by pawn.primelocation.net (Postfix) with ESMTP id A96AC9B1D; Mon, 15 May 2000 10:40:12 -0400 (EDT) Date: Mon, 15 May 2000 10:40:11 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network src/crypto/openssh sshd_config In-Reply-To: <200005150540.WAA41159@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 14 May 2000, Kris Kennaway wrote: > kris 2000/05/14 22:40:28 PDT > > Modified files: > etc rc.network > crypto/openssh sshd_config > Log: > Create a DSA host key if one does not already exist, and teach sshd_config > about it. > Seems you left in an extra set of ';;' in the case statement, causing problems upon booting...see patch below: ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org Index: rc.network =================================================================== RCS file: /home/ncvs/src/etc/rc.network,v retrieving revision 1.77 diff -u -r1.77 rc.network --- rc.network 2000/05/15 05:40:26 1.77 +++ rc.network 2000/05/15 14:39:55 @@ -624,7 +624,6 @@ 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 echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message