From owner-freebsd-doc@FreeBSD.ORG Tue Jul 25 17:10:44 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 726A916A5CD; Tue, 25 Jul 2006 17:10:44 +0000 (UTC) (envelope-from amesbury@umn.edu) Received: from mtaout-w.tc.umn.edu (mtaout-w.tc.umn.edu [160.94.160.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B0643D46; Tue, 25 Jul 2006 17:10:43 +0000 (GMT) (envelope-from amesbury@umn.edu) Received: from [160.94.247.212] (paulaner.oitsec.umn.edu [160.94.247.212]) by mtaout-w.tc.umn.edu with ESMTP; Tue, 25 Jul 2006 12:10:42 -0500 (CDT) X-Umn-Remote-Mta: [N] paulaner.oitsec.umn.edu [160.94.247.212] #+LO+TS+AU+HN Message-ID: <44C65091.5040909@umn.edu> Date: Tue, 25 Jul 2006 12:10:41 -0500 From: Alan Amesbury User-Agent: Thunderbird 1.5.0.2 (X11/20060503) MIME-Version: 1.0 To: Warren Block References: <20060725015510.C21E445065@paulaner.oitsec.umn.edu> <20060725091815.B1882@wonkity.com> In-Reply-To: <20060725091815.B1882@wonkity.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------030902070501040808010600" 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 17:10:44 -0000 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--