Bug 31458

Summary: sysinstall problem, ssh enabled when not loaded
Product: Base System Reporter: Alan Larson <larson>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Alan Larson 2001-10-23 19:30:00 UTC
If a system is installed, without the "crypto" software being installed,
but with the default medium security level, /etc/rc.conf will have
sshd_enable="YES", and /etc/rc.network will attempt to create host
keys.  This is doomed to fail, since the file /usr/bin/ssh-keygen is
not loaded on the system.
I suspect that starting sshd will also fail, but that scrolled off
of my screen...
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-12-10 11:25:55 UTC
State Changed
From-To: open->closed

A solution to the problem has been worked out in the audit trail of PR 
32288.  A fix should be committed soon.  Thanks for the report about 
this problem!