From s-seiji@hyper.ocn.ne.jp  Tue Jan  7 13:34:20 2003
Return-Path: <s-seiji@hyper.ocn.ne.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2273037B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 13:34:19 -0800 (PST)
Received: from smtp.hyper.ocn.ne.jp (hyper.ocn.ne.jp [211.129.14.75])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4322843ED1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 13:34:19 -0800 (PST)
	(envelope-from s-seiji@hyper.ocn.ne.jp)
Received: from localhost (p104-dna05munakata.fukuoka.ocn.ne.jp [211.17.60.232])
	by smtp.hyper.ocn.ne.jp (Postfix) with ESMTP
	id BD69F185F; Wed,  8 Jan 2003 06:34:16 +0900 (JST)
Message-Id: <20030108.063217.25482756.s-seiji@hyper.ocn.ne.jp>
Date: Wed, 08 Jan 2003 06:32:17 +0900 (JST)
From: SAKAMOTO Seiji <s-seiji@hyper.ocn.ne.jp>
Reply-To: s-seiji@hyper.ocn.ne.jp
To: FreeBSD-gnats-submit@freebsd.org
Cc: s-seiji@hyper.ocn.ne.jp
Subject: Typo in manual page sshd(8).

>Number:         46841
>Category:       docs
>Synopsis:       Typo in manual page sshd(8).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 07 13:40:00 PST 2003
>Closed-Date:    Wed Feb 05 11:32:17 PST 2003
>Last-Modified:  Wed Feb 05 11:32:17 PST 2003
>Originator:     SAKAMOTO Seiji
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
	
>Description:
I think that typo exists in the FILES section of manual page sshd(8).
Please refer to the Fix.

	
>How-To-Repeat:
	
>Fix:

	

--- sshd.8.diff begins here ---
--- sshd.8	Wed Jan  8 01:28:58 2003
+++ sshd.8-modified	Wed Jan  8 01:31:43 2003
@@ -569,14 +569,14 @@
 The file format and configuration options are described in
 .Xr sshd_config 5 .
 .It Pa /etc/ssh/ssh_host_key, /etc/ssh/ssh_host_dsa_key
-These three files contain the private parts of the host keys.
+These two files contain the private parts of the host keys.
 These files should only be owned by root, readable only by root, and not
 accessible to others.
 Note that
 .Nm
 does not start if this file is group/world-accessible.
 .It Pa /etc/ssh/ssh_host_key.pub, /etc/ssh/ssh_host_dsa_key.pub
-These three files contain the public parts of the host keys.
+These two files contain the public parts of the host keys.
 These files should be world-readable but writable only by
 root.
 Their contents should match the respective private parts.
--- sshd.8.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: trhodes 
State-Changed-When: Sun Jan 26 21:35:40 PST 2003 
State-Changed-Why:  
This is contributed software from the OpenBSD Project.  Could you perhaps 
submit this patch to them? 

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

From: SAKAMOTO Seiji <s-seiji@hyper.ocn.ne.jp>
To: bug-followup@FreeBSD.org
Cc: trhodes@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG,
	s-seiji@hyper.ocn.ne.jp
Subject: Re: docs/46841: Typo in manual page sshd(8).
Date: Wed, 29 Jan 2003 02:07:16 +0900 (JST)

 and more information.
 
 Please refer to file:///usr/src/crypto/openssh/FREEBSD-upgrade
 
 cite;
 
   1) Modified server-side defaults
 
      We've modified some configuration defaults in sshd:
 
         - For protocol version 2, we don't load RSA host keys by
           default.  If both RSA and DSA keys are present, we prefer DSA
           to RSA.
   ...
 
 -- 
   SAKAMOTO Seiji <s-seiji@hyper.ocn.ne.jp>
State-Changed-From-To: feedback->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Feb 4 18:35:52 PST 2003 
State-Changed-Why:  
Following the audit trail and a discussion with des (MAINTAINER) I have applied 
your patch to CURRENT and will MFC soon.  Thanks alot for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46841 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Wed Feb 5 11:31:59 PST 2003 
State-Changed-Why:  
Applied!  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46841 
>Unformatted:
