Bug 17533

Summary: sshd doesn't parse sshd_config
Product: Base System Reporter: des <des>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description des 2000-03-21 18:10:00 UTC
sshd won't start if IgnoreUserKnownHosts is set to 'yes'.

Fix: 

Unknown.
How-To-Repeat: 
On a 5.0-CURRENT box with a fresh, unmodified sshd_config:

root@des ~# ed /etc/ssh/sshd_config
1290
18s/#//
p
IgnoreUserKnownHosts yes
wq
1289
root@des ~# /usr/sbin/sshd
/etc/ssh/sshd_config line 18: invalid integer value.
Comment 1 dwmalone 2000-03-21 20:36:14 UTC
I've an open PR on this one too, with a patch. See: bin/17027.
I also submitted it to OpenBSD, but I haven't got a reply yet.

	David.
Comment 2 dwmalone 2000-03-21 20:45:30 UTC
> I also submitted it to OpenBSD, but I haven't got a reply yet.

Actually, they seem to have fixed it now - despite the fact
my mail never got to them 'cos send-bug ran the wrong sendmail ;-)

	David.
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-22 09:39:40 UTC
State Changed
From-To: open->closed

Duplicate of PR 17027.