diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-keygen.1 | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -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 | ||
22 | 20050313 | 25 | 20050313 |
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 |
233 | Hash a | 233 | Hash a |
234 | .Pa known_hosts | 234 | .Pa known_hosts |
235 | file, printing the result to standard output. | 235 | file. |
236 | This replaces all hostnames and addresses with hashed representations. | 236 | This replaces all hostnames and addresses with hashed representations |
237 | within the specified file; the original content is moved to a file with | ||
238 | a .old suffix. | ||
237 | These hashes may be used normally by | 239 | These hashes may be used normally by |
238 | .Nm ssh | 240 | .Nm ssh |
239 | and | 241 | and |