diff options
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 6dd615428..824b6e09c 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.61 2003/12/22 09:16:58 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.62 2004/08/12 21:41:13 jakob Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -192,7 +192,9 @@ to stdout. | |||
192 | This option allows exporting keys for use by several commercial | 192 | This option allows exporting keys for use by several commercial |
193 | SSH implementations. | 193 | SSH implementations. |
194 | .It Fl g | 194 | .It Fl g |
195 | Use generic DNS resource record format. | 195 | Use generic DNS format when printing fingerprint resource records using the |
196 | .Fl r | ||
197 | command. | ||
196 | .It Fl f Ar filename | 198 | .It Fl f Ar filename |
197 | Specifies the filename of the key file. | 199 | Specifies the filename of the key file. |
198 | .It Fl i | 200 | .It Fl i |
@@ -276,8 +278,9 @@ Multiple | |||
276 | options increase the verbosity. | 278 | options increase the verbosity. |
277 | The maximum is 3. | 279 | The maximum is 3. |
278 | .It Fl r Ar hostname | 280 | .It Fl r Ar hostname |
279 | Print DNS resource record with the specified | 281 | Print the SSHFP fingerprint resource record named |
280 | .Ar hostname . | 282 | .Ar hostname |
283 | for the specified public key file. | ||
281 | .El | 284 | .El |
282 | .Sh MODULI GENERATION | 285 | .Sh MODULI GENERATION |
283 | .Nm | 286 | .Nm |