From amesbury@paulaner.oitsec.umn.edu  Tue Jul 25 01:55:12 2006
Return-Path: <amesbury@paulaner.oitsec.umn.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9822916A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jul 2006 01:55:12 +0000 (UTC)
	(envelope-from amesbury@paulaner.oitsec.umn.edu)
Received: from mail.oitsec.umn.edu (mail.oitsec.umn.edu [128.101.238.120])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 23DD543D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jul 2006 01:55:12 +0000 (GMT)
	(envelope-from amesbury@paulaner.oitsec.umn.edu)
Received: from localhost (localhost [127.0.0.1])
	by mail.oitsec.umn.edu (Postfix) with ESMTP id 9F2F11CC0A5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Jul 2006 20:55:11 -0500 (CDT)
Received: from mail.oitsec.umn.edu ([127.0.0.1])
 by localhost (mail.oitsec.umn.edu [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 73582-06 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 24 Jul 2006 20:55:10 -0500 (CDT)
Received: from paulaner.oitsec.umn.edu (paulaner.oitsec.umn.edu [160.94.247.212])
	by mail.oitsec.umn.edu (Postfix) with ESMTP id DAF3E1CC087
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Jul 2006 20:55:10 -0500 (CDT)
Received: by paulaner.oitsec.umn.edu (Postfix, from userid 1169)
	id C21E445065; Mon, 24 Jul 2006 20:55:10 -0500 (CDT)
Message-Id: <20060725015510.C21E445065@paulaner.oitsec.umn.edu>
Date: Mon, 24 Jul 2006 20:55:10 -0500 (CDT)
From: Alan Amesbury <amesbury@umn.edu>
Reply-To: Alan Amesbury <amesbury@umn.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Typo in ssh_config(5)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100795
>Category:       docs
>Synopsis:       [patch] Typo in ssh_config(5)
>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 Jul 25 02:00:27 GMT 2006
>Closed-Date:    Thu Jul 27 00:23:37 CEST 2006
>Last-Modified:  Thu Jul 27 00:23:37 CEST 2006
>Originator:     Alan Amesbury
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
University of Minnesota
>Environment:
System: FreeBSD paulaner.oitsec.umn.edu 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #2: Fri Jul 14 22:32:08 CDT 2006 root@paulaner.oitsec.umn.edu:/usr/obj/usr/src/sys/OITSEC-6-IS i386


>Description:
	[PATCH] ssh_config(5) says "retrospectively" instead of "retroactively"
>How-To-Repeat:
	Read ssh_config(5)
>Fix:
Apply this patch to ssh_config.5:

*** ssh_config.5.orig   Mon Jul 24 20:50:13 2006
--- ssh_config.5        Mon Jul 24 20:50:20 2006
***************
*** 461,467 ****
  be disclosed.
  The default is
  .Dq no .
! Note that hashing of names and addresses will not be retrospectively applied
  to existing known hosts files, but these may be manually hashed using
  .Xr ssh-keygen 1 .
  .It Cm HostbasedAuthentication
--- 461,467 ----
  be disclosed.
  The default is
  .Dq no .
! Note that hashing of names and addresses will not be retroactively applied
  to existing known hosts files, but these may be manually hashed using
  .Xr ssh-keygen 1 .
  .It Cm HostbasedAuthentication

In that context, "retrospectively" makes less sense than "retroactively."
>Release-Note:
>Audit-Trail:

From: Warren Block <wblock@wonkity.com>
To: Alan Amesbury <amesbury@umn.edu>
Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-doc@freebsd.org
Subject: Re: docs/100795: Typo in ssh_config(5)
Date: Tue, 25 Jul 2006 09:25:07 -0600 (MDT)

 On Mon, 24 Jul 2006, Alan Amesbury wrote:
 
 >> Fix:
 > Apply this patch to ssh_config.5:
 >
 > *** ssh_config.5.orig   Mon Jul 24 20:50:13 2006
 > --- ssh_config.5        Mon Jul 24 20:50:20 2006
 > ***************
 > *** 461,467 ****
 >  be disclosed.
 >  The default is
 >  .Dq no .
 > ! Note that hashing of names and addresses will not be retrospectively applied
 >  to existing known hosts files, but these may be manually hashed using
 >  .Xr ssh-keygen 1 .
 >  .It Cm HostbasedAuthentication
 > --- 461,467 ----
 >  be disclosed.
 >  The default is
 >  .Dq no .
 > ! Note that hashing of names and addresses will not be retroactively applied
 >  to existing known hosts files, but these may be manually hashed using
 >  .Xr ssh-keygen 1 .
 >  .It Cm HostbasedAuthentication
 >
 > In that context, "retrospectively" makes less sense than "retroactively."
 
 Agreed, but that whole sentence is confusing.  How about this:
 
 ! Note that unhashed names and addresses already in known hosts files
    will not be hashed automatically, but these may be manually hashed
    using
    .Xr ssh-keygen 1 .
 
 -Warren Block * Rapid City, South Dakota USA

From: Alan Amesbury <amesbury@umn.edu>
To: Warren Block <wblock@wonkity.com>
Cc: FreeBSD-gnats-submit@freebsd.org,
    freebsd-doc@freebsd.org
Subject: Re: docs/100795: Typo in ssh_config(5)
Date: Tue, 25 Jul 2006 12:10:41 -0500

 This is a multi-part message in MIME format.
 --------------030902070501040808010600
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Warren Block wrote:
 
 > On Mon, 24 Jul 2006, Alan Amesbury wrote:
 >
 >> In that context, "retrospectively" makes less sense than "retroactively."
 > 
 > Agreed, but that whole sentence is confusing.  How about this:
 > 
 > ! Note that unhashed names and addresses already in known hosts files
 >   will not be hashed automatically, but these may be manually hashed
 >   using
 >   .Xr ssh-keygen 1 .
 
 Well, I was going for minimal change.....  ;-)  Anyway, I've taken your
 idea and put it into patch form (attached).
 
 
 --
 Alan Amesbury
 University of Minnesota
 
 --------------030902070501040808010600
 Content-Type: text/plain;
  name="ssh_config.5.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="ssh_config.5.patch"
 
 *** ssh_config.5.orig	Mon Jul 24 20:50:13 2006
 --- ssh_config.5	Tue Jul 25 12:07:36 2006
 ***************
 *** 461,468 ****
   be disclosed.
   The default is
   .Dq no .
 ! Note that hashing of names and addresses will not be retrospectively applied
 ! to existing known hosts files, but these may be manually hashed using
   .Xr ssh-keygen 1 .
   .It Cm HostbasedAuthentication
   Specifies whether to try rhosts based authentication with public key
 --- 461,469 ----
   be disclosed.
   The default is
   .Dq no .
 ! Note that names and addresses already in known hosts files will not
 ! be automatically converted to hashes; these may be hashed manually
 ! using
   .Xr ssh-keygen 1 .
   .It Cm HostbasedAuthentication
   Specifies whether to try rhosts based authentication with public key
 
 --------------030902070501040808010600--

From: Christian Brueffer <brueffer@FreeBSD.org>
To: Alan Amesbury <amesbury@umn.edu>
Cc: Warren Block <wblock@wonkity.com>, freebsd-doc@freebsd.org,
 FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/100795: Typo in ssh_config(5)
Date: Tue, 25 Jul 2006 22:09:22 +0200

 --4bRzO86E/ozDv8r1
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, Jul 25, 2006 at 12:10:41PM -0500, Alan Amesbury wrote:
 > Warren Block wrote:
 >=20
 > > On Mon, 24 Jul 2006, Alan Amesbury wrote:
 > >
 > >> In that context, "retrospectively" makes less sense than "retroactivel=
 y."
 > >=20
 > > Agreed, but that whole sentence is confusing.  How about this:
 > >=20
 > > ! Note that unhashed names and addresses already in known hosts files
 > >   will not be hashed automatically, but these may be manually hashed
 > >   using
 > >   .Xr ssh-keygen 1 .
 >=20
 > Well, I was going for minimal change.....  ;-)  Anyway, I've taken your
 > idea and put it into patch form (attached).
 >=20
 >=20
 > --
 > Alan Amesbury
 > University of Minnesota
 
 > *** ssh_config.5.orig	Mon Jul 24 20:50:13 2006
 > --- ssh_config.5	Tue Jul 25 12:07:36 2006
 > ***************
 > *** 461,468 ****
 >   be disclosed.
 >   The default is
 >   .Dq no .
 > ! Note that hashing of names and addresses will not be retrospectively ap=
 plied
 > ! to existing known hosts files, but these may be manually hashed using
 >   .Xr ssh-keygen 1 .
 >   .It Cm HostbasedAuthentication
 >   Specifies whether to try rhosts based authentication with public key
 > --- 461,469 ----
 >   be disclosed.
 >   The default is
 >   .Dq no .
 > ! Note that names and addresses already in known hosts files will not
 > ! be automatically converted to hashes; these may be hashed manually
 > ! using
 >   .Xr ssh-keygen 1 .
 >   .It Cm HostbasedAuthentication
 >   Specifies whether to try rhosts based authentication with public key
 
 Please not that ssh_config(5) belongs to OpenSSH which is contributed
 software.  If you bring up your suggestions to the OpenSSH guys, the
 changes will automatically come to FreeBSD with the next import.
 
 - Christian
 
 --=20
 Christian Brueffer	chris@unixpages.org	brueffer@FreeBSD.org
 GPG Key:	 http://people.freebsd.org/~brueffer/brueffer.key.asc
 GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
 
 --4bRzO86E/ozDv8r1
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.4 (FreeBSD)
 
 iD8DBQFExnpybHYXjKDtmC0RAnbYAJoDGIiTYSUnqp+1AzIHlLR+ZLmJYwCg+bEJ
 zSKaKd4nplrmIwzM/ttNP8w=
 =7oF8
 -----END PGP SIGNATURE-----
 
 --4bRzO86E/ozDv8r1--
 

From: Alan Amesbury <amesbury@umn.edu>
To: Christian Brueffer <brueffer@FreeBSD.org>
Cc: freebsd-doc@FreeBSD.org,
    FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/100795: Typo in ssh_config(5)
Date: Wed, 26 Jul 2006 14:24:09 -0500

 Christian Brueffer wrote:
 
 > Please not that ssh_config(5) belongs to OpenSSH which is contributed
 > software.  If you bring up your suggestions to the OpenSSH guys, the
 > changes will automatically come to FreeBSD with the next import.
 
 Done!  Thanks for the pointer!
 
 
 --
 Alan Amesbury
 University of Minnesota
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Thu Jul 27 00:22:46 CEST 2006 
State-Changed-Why:  
The submitter has brought this up with the upstream vendor 
(OpenSSH).  Thanks for the report! 

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