]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2006/07/27 08:00:50
authordjm <djm>
Sat, 5 Aug 2006 01:34:51 +0000 (01:34 +0000)
committerdjm <djm>
Sat, 5 Aug 2006 01:34:51 +0000 (01:34 +0000)
     [ssh_config.5]
     avoid confusing wording in HashKnownHosts:
     originally spotted by alan amesbury;
     ok deraadt

ChangeLog
ssh_config.5

index f98418be3118d952c56c5bd0212171d3c40d3fee..ecd9677f510047222ce521d2c0bae40f6a7e8f5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c]
      [sshconnect1.c sshd.c xmalloc.c]
      move #include <stdlib.h> out of includes.h
+   - jmc@cvs.openbsd.org 2006/07/27 08:00:50
+     [ssh_config.5]
+     avoid confusing wording in HashKnownHosts:
+     originally spotted by alan amesbury;
+     ok deraadt
 
 20060804
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
index 55ca55303a260b3356167420b58662e6b1e8876d..20c58934add92a979b93bdaddfe5a9cff64557b2 100644 (file)
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.96 2006/07/11 18:50:48 markus Exp $
+.\" $OpenBSD: ssh_config.5,v 1.97 2006/07/27 08:00:50 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH_CONFIG 5
 .Os
@@ -497,8 +497,9 @@ but they do not reveal identifying information should the file's contents
 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
+Note that existing names and addresses in known hosts files
+will not be converted automatically,
+but may be manually hashed using
 .Xr ssh-keygen 1 .
 .It Cm HostbasedAuthentication
 Specifies whether to try rhosts based authentication with public key
This page took 0.086777 seconds and 5 git commands to generate.