Bug 100795

Summary: [patch] Typo in ssh_config(5)
Product: Documentation Reporter: Alan Amesbury <amesbury>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ssh_config.5.patch none

Description Alan Amesbury 2006-07-25 03:00:27 UTC
	[PATCH] ssh_config(5) says "retrospectively" instead of "retroactively"

Fix: Apply this patch to ssh_config.5:



In that context, "retrospectively" makes less sense than "retroactively."--FBzCFpNWnZbjdmj08hPuZmGWxHogrzzh3Kc9YhN3s9F8zVI7
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** 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
How-To-Repeat: 	Read ssh_config(5)
Comment 1 Warren Block 2006-07-25 16:25:07 UTC
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
Comment 2 Alan Amesbury 2006-07-25 18:10:41 UTC
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
Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2006-07-25 21:09:22 UTC
On Tue, Jul 25, 2006 at 12:10:41PM -0500, Alan Amesbury wrote:
> 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


> *** 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


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

-- 
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
Comment 4 Alan Amesbury 2006-07-26 20:24:09 UTC
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
Comment 5 Christian Brueffer freebsd_committer freebsd_triage 2006-07-26 23:22:46 UTC
State Changed
From-To: open->closed

The submitter has brought this up with the upstream vendor 
(OpenSSH).  Thanks for the report!