From owner-freebsd-doc@FreeBSD.ORG Tue Jul 25 15:25:09 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CFE16A4E7; Tue, 25 Jul 2006 15:25:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E5F43D46; Tue, 25 Jul 2006 15:25:08 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.6/8.13.6) with ESMTP id k6PFP7V3001950; Tue, 25 Jul 2006 09:25:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.6/8.13.6/Submit) with ESMTP id k6PFP7CQ001947; Tue, 25 Jul 2006 09:25:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 25 Jul 2006 09:25:07 -0600 (MDT) From: Warren Block To: Alan Amesbury In-Reply-To: <20060725015510.C21E445065@paulaner.oitsec.umn.edu> Message-ID: <20060725091815.B1882@wonkity.com> References: <20060725015510.C21E445065@paulaner.oitsec.umn.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Tue, 25 Jul 2006 09:25:07 -0600 (MDT) Cc: freebsd-doc@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/100795: Typo in ssh_config(5) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 15:25:09 -0000 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