From kaz@beauty.kobe1995.net  Sun Sep 17 20:20:12 2000
Return-Path: <kaz@beauty.kobe1995.net>
Received: from beauty.kobe1995.net (211.12.126.15.user.dt.il24.net [211.12.126.15])
	by hub.freebsd.org (Postfix) with ESMTP id 542CF37B423
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Sep 2000 20:20:10 -0700 (PDT)
Received: (from kaz@localhost)
	by beauty.kobe1995.net (8.9.3/8.9.3) id MAA00376;
	Mon, 18 Sep 2000 12:20:08 +0900 (JST)
	(envelope-from kaz)
Message-Id: <200009180320.MAA00376@beauty.kobe1995.net>
Date: Mon, 18 Sep 2000 12:20:08 +0900 (JST)
From: kaz@kobe1995.net
Sender: kaz@beauty.kobe1995.net
Reply-To: kaz@kobe1995.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: ssh warning message in boot time
X-Send-Pr-Version: 3.2

>Number:         21339
>Category:       conf
>Synopsis:       ssh-keygen: not found
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    green
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 17 20:30:01 PDT 2000
>Closed-Date:    Mon Feb 19 13:44:55 PST 2001
>Last-Modified:  Mon Feb 19 13:47:50 PST 2001
>Originator:     NAKAMURA Kazushi
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
PC shop LABBIT in KOBE
>Environment:

	Hardware: PC-Chips M741LMRT
	Software: "Updated" from FreeBSD4.0 to 4.1
	/etc/rc.conf: sshd_enable="YES"

>Description:

	The boot time message is:

Starting final network daemons: nfsiod NFS access cache time=2 rwhod creating ss
h RSA host key
/etc/rc: /usr/bin/ssh-keygen: not found
 creating ssh DSA host key
/etc/rc: /usr/bin/ssh-keygen: not found

>How-To-Repeat:

	Do only boot.

>Fix:

	May be set /etc/rc.conf: to sshd_enable="NO"

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->kris 
Responsible-Changed-By: johan 
Responsible-Changed-When: Fri Oct 6 10:37:14 PDT 2000 
Responsible-Changed-Why:  
Over to SSH maintainer who can explain what the problem 
and solution is. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21339 

From: Kris Kennaway <kris@citusc.usc.edu>
To: freebsd-gnats-submit@FreeBSD.org, kaz@kobe1995.net
Cc:  
Subject: Re: conf/21339: ssh-keygen: not found
Date: Fri, 6 Oct 2000 20:06:44 -0700

 Nakamura-san,
 
 Did you install the "crypto" distribution in sysinstall (if you
 installed via sysinstall), or by choosing the following cvsup
 collections (if you upgraded via source using cvsup):
 
 src-crypto
 src-secure
 
 After 'make world' you should have the /usr/bin/ssh* binaries needed
 to use SSH.
 
 Kris
 
 

From: Jeff Kletsky <jeff@spotlife.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/21339: ssh-keygen: not found
Date: Mon, 23 Oct 2000 23:24:23 -0700 (PDT)

 I had similar problems -- with 2.x and 3.x installs, there was a always a
 question as to how much of the crypto installation to require.  With the
 adpotion of ssh as an integral portion of the code ("enabled by default"),
 I would say that it is reasonable to expect that it would be *installed*
 by default as well.
 
 I did carefully go through a "Novice" install again this evening, and
 confirmed that the crypto option was well hidden from all but the most
 knowing eyes.  Also, sysinstall cannot seem to be used to install it
 later.
 
 I suggest that it be installed by default in all of the
 "normal" configurations.  If it is not being installed in the
 "minimal" install, it should not be called from rc.conf as modified by
 sysinstall.
 
 Thanks for your time!
 
 Jeff
 
 
 
 ---------- Forwarded message ----------
 Date: Mon, 23 Oct 2000 19:48:08 -0700 (PDT)
 From: Jeff Kletsky <jeff@spotlife.com>
 To: freebsd-questions@freebsd.org
 Subject: 4.1.1-RELEASE -- missing /usr/bin/ssh_keygen (and more)
 
 Installing 4.1.1-RELEASE from CD or FTP seems to want to set up ssh (which
 is good), but it does not install the required binaries.
 
 jeff@kanga21:/usr/tmp/4.1.1R/bin$ cat bin.?? | tar -tpzf - | fgrep ssh
 etc/ssh/
 etc/ssh/ssh_config
 etc/ssh/sshd_config
 usr/lib/pam_ssh.so
 
 
 http://www.freebsd.org/releases/4.1.1R/notes.html
 indicates that this is the case
 
 "sshd now enabled by default on new installs."
 
 However, there is nothing about the missing binaries in the errata...
 
 Have I just installed FreeBSD too many times and missed something in the
 install screens?  (I always go for X-Developer option)
 
 If I run /stand/sysinstall, I can try to go to "Configure" and
 "Distributions" -- select crypto -- but nothing happens.  They *are* in
 the crypto distribution:
 
 jeff@kanga21:/usr/tmp/4.1.1R/crypto$ cat *.?? | tar -tpzf - | fgrep ssh
 usr/bin/ssh
 usr/bin/ssh-add
 usr/bin/ssh-agent
 usr/bin/ssh-keygen
 usr/sbin/sshd
 usr/share/man/man1/ssh.1.gz
 usr/share/man/man1/ssh-add.1.gz
 usr/share/man/man1/ssh-agent.1.gz
 usr/share/man/man1/ssh-keygen.1.gz
 usr/share/man/man8/sshd.8.gz
 
 
 So it seems that it well may be "pilot error" 
 
 make world -- fixes the problem (which I almost always do) -- but is there
 an easier solution -- and can it be better integrates with sysinstall??
 
 Thanks!
 
 Jeff
 
 -----
 
 Jeffrey Marc Kletsky
 
 SpotLife | Personal Broadcasting
 
 Sr. Product Manager           jeff@spotlife.com
 
 
 
 
Responsible-Changed-From-To: kris->green 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sun Nov 12 18:29:08 PST 2000 
Responsible-Changed-Why:  
Green is taking over OpenSSH 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21339 
State-Changed-From-To: open->closed 
State-Changed-By: green 
State-Changed-When: Mon Feb 19 13:44:55 PST 2001 
State-Changed-Why:  
Seems to be working fine.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=21339 
>Unformatted:
 >Wish:
 
 	I want documents How to use "OpenSSH" in handbook.
 Because the man of ssh confuses me.
 -- 
 $BCfB<OB;V!w?@8M(B		<mailto:kaz@kobe1995.net>
 NAKAMURA Kazushi@KOBE	<http://www.kobe1995.net/>
 
