summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keygen.18
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 59e55b2e9..b3a4001eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
18 - jmc@cvs.openbsd.org 2005/03/12 11:55:03 18 - jmc@cvs.openbsd.org 2005/03/12 11:55:03
19 [ssh_config.5] 19 [ssh_config.5]
20 escape `.' at eol to avoid double spacing issues; 20 escape `.' at eol to avoid double spacing issues;
21 - dtucker@cvs.openbsd.org 2005/03/14 10:09:03
22 [ssh-keygen.1]
23 Correct description of -H (bz #997); ok markus@, punctuation jmc@
21 24
2220050313 2520050313
23 - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the 26 - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
@@ -2352,4 +2355,4 @@
2352 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2355 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2353 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2356 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2354 2357
2355$Id: ChangeLog,v 1.3715 2005/03/14 12:14:20 dtucker Exp $ 2358$Id: ChangeLog,v 1.3716 2005/03/14 12:15:58 dtucker Exp $
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 3987b1e66..c14eed14e 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.66 2005/03/01 18:15:56 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.67 2005/03/14 10:09:03 dtucker Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -232,8 +232,10 @@ command.
232.It Fl H 232.It Fl H
233Hash a 233Hash a
234.Pa known_hosts 234.Pa known_hosts
235file, printing the result to standard output. 235file.
236This replaces all hostnames and addresses with hashed representations. 236This replaces all hostnames and addresses with hashed representations
237within the specified file; the original content is moved to a file with
238a .old suffix.
237These hashes may be used normally by 239These hashes may be used normally by
238.Nm ssh 240.Nm ssh
239and 241and