summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-03-14 23:15:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-03-14 23:15:47 +1100
commite84496e28ab8843ce274e83c650183fc0d6261ff (patch)
tree368b841d8d9ad950abbd09eed38dedbef8a035ce
parent72c9065566a195852cbe7844178fe5215d0eec72 (diff)
- dtucker@cvs.openbsd.org 2005/03/14 10:09:03
[ssh-keygen.1] Correct description of -H (bz #997); ok markus@, punctuation jmc@
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keygen.18
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1edcffe3..71636c69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
[readconf.c]
Check listen addresses for null, prevents xfree from dying during
ClearAllForwardings (bz #996). From Craig Leres, ok markus@
+ - dtucker@cvs.openbsd.org 2005/03/14 10:09:03
+ [ssh-keygen.1]
+ Correct description of -H (bz #997); ok markus@, punctuation jmc@
20050313
- (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
@@ -2338,4 +2341,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3707.2.4 2005/03/14 12:04:51 dtucker Exp $
+$Id: ChangeLog,v 1.3707.2.5 2005/03/14 12:15:47 dtucker Exp $
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 3987b1e6..c14eed14 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.66 2005/03/01 18:15:56 jmc Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.67 2005/03/14 10:09:03 dtucker Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -232,8 +232,10 @@ command.
.It Fl H
Hash a
.Pa known_hosts
-file, printing the result to standard output.
-This replaces all hostnames and addresses with hashed representations.
+file.
+This replaces all hostnames and addresses with hashed representations
+within the specified file; the original content is moved to a file with
+a .old suffix.
These hashes may be used normally by
.Nm ssh
and