From owner-freebsd-current Tue Mar 7 13:49:40 2000 Delivered-To: freebsd-current@freebsd.org Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 82D5737C0DB for ; Tue, 7 Mar 2000 13:49:37 -0800 (PST) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id 7F452BABB; Tue, 7 Mar 2000 13:49:35 -0800 (PST) X-Mailer: exmh version 2.1.1 10/15/1999 To: bwoods2@uswest.net Cc: freebsd-current@FreeBSD.ORG Subject: Re: sshd in current....no config files in /etc/ssh In-Reply-To: Message from William Woods of "Tue, 07 Mar 2000 12:00:19 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Mar 2000 13:49:35 -0800 From: Jake Burkholder Message-Id: <20000307214935.7F452BABB@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Thanks....I used that "i" option and it worked...well, almost. I have the files > I need in /etc/ssh but when I start sshd I get this now..... > > error: Could not load host key: /etc/ssh/ssh_host_key: No such file or > directory If you want to track current you must use mergemaster. This is probably because you haven't updated rc.network... case ${sshd_enable} in [Yy][Ee][Ss]) if [ ! -f /etc/ssh/ssh_host_key ]; then echo ' creating ssh host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi ;; esac My host key was generated automatically when I rebooted and I was quite impressed. Just type 'mergemaster' as root. It's interactive and doesn't overwrite anything automatically. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message