diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-keygen.1 | 8 |
2 files changed, 8 insertions, 5 deletions
@@ -12,6 +12,9 @@ | |||
12 | [sshd.8] | 12 | [sshd.8] |
13 | new sentence, new line; | 13 | new sentence, new line; |
14 | whitespace; | 14 | whitespace; |
15 | - jmc@cvs.openbsd.org 2005/03/01 15:05:00 | ||
16 | [ssh-keygen.1] | ||
17 | whitespace; | ||
15 | 18 | ||
16 | 20050301 | 19 | 20050301 |
17 | - (djm) OpenBSD CVS sync: | 20 | - (djm) OpenBSD CVS sync: |
@@ -2231,4 +2234,4 @@ | |||
2231 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2234 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2232 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2235 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2233 | 2236 | ||
2234 | $Id: ChangeLog,v 1.3678 2005/03/02 01:03:23 djm Exp $ | 2237 | $Id: ChangeLog,v 1.3679 2005/03/02 01:03:43 djm Exp $ |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index f4c5ebcb8..4f2af5815 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.64 2005/03/01 10:42:49 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.65 2005/03/01 15:05:00 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -273,15 +273,15 @@ and | |||
273 | .Nm sshd , | 273 | .Nm sshd , |
274 | but they do not reveal identifying information should the file's contents | 274 | but they do not reveal identifying information should the file's contents |
275 | be disclosed. | 275 | be disclosed. |
276 | This option will not modify existing hashed hostnames and is therefore safe | 276 | This option will not modify existing hashed hostnames and is therefore safe |
277 | to use on files that mix hashed and non-hashed names. | 277 | to use on files that mix hashed and non-hashed names. |
278 | .It Fl R Ar hostname | 278 | .It Fl R Ar hostname |
279 | Removes all keys belonging to | 279 | Removes all keys belonging to |
280 | .Ar hostname | 280 | .Ar hostname |
281 | from a | 281 | from a |
282 | .Pa known_hosts | 282 | .Pa known_hosts |
283 | file. | 283 | file. |
284 | This option is useful to delete hashed hosts (see the | 284 | This option is useful to delete hashed hosts (see the |
285 | .Fl H | 285 | .Fl H |
286 | option above). | 286 | option above). |
287 | .It Fl G Ar output_file | 287 | .It Fl G Ar output_file |