From owner-freebsd-doc@FreeBSD.ORG Tue Jul 25 17:20:16 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAB316A4DD for ; Tue, 25 Jul 2006 17:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C3FA43D46 for ; Tue, 25 Jul 2006 17:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6PHKFMD085986 for ; Tue, 25 Jul 2006 17:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6PHKFOd085985; Tue, 25 Jul 2006 17:20:15 GMT (envelope-from gnats) Date: Tue, 25 Jul 2006 17:20:15 GMT Message-Id: <200607251720.k6PHKFOd085985@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Alan Amesbury Cc: Subject: Re: docs/100795: Typo in ssh_config(5) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alan Amesbury List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 17:20:16 -0000 The following reply was made to PR docs/100795; it has been noted by GNATS. From: Alan Amesbury To: Warren Block 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--