diff options
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index d6ad33d6a..a3914680e 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.34 2001/03/11 15:04:16 jakob Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.35 2001/03/11 22:33:23 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -72,7 +72,9 @@ | |||
72 | .Op Fl f Ar keyfile | 72 | .Op Fl f Ar keyfile |
73 | .Nm ssh-keygen | 73 | .Nm ssh-keygen |
74 | .Fl l | 74 | .Fl l |
75 | .Op Fl v | 75 | .Op Fl f Ar input_keyfile |
76 | .Nm ssh-keygen | ||
77 | .Fl B | ||
76 | .Op Fl f Ar input_keyfile | 78 | .Op Fl f Ar input_keyfile |
77 | .Sh DESCRIPTION | 79 | .Sh DESCRIPTION |
78 | .Nm | 80 | .Nm |
@@ -167,14 +169,14 @@ or | |||
167 | for protocol version 2. | 169 | for protocol version 2. |
168 | The default is | 170 | The default is |
169 | .Dq rsa1 . | 171 | .Dq rsa1 . |
172 | .It Fl B | ||
173 | Show the bubblebabble digest of specified private or public key file. | ||
170 | .It Fl C Ar comment | 174 | .It Fl C Ar comment |
171 | Provides the new comment. | 175 | Provides the new comment. |
172 | .It Fl N Ar new_passphrase | 176 | .It Fl N Ar new_passphrase |
173 | Provides the new passphrase. | 177 | Provides the new passphrase. |
174 | .It Fl P Ar passphrase | 178 | .It Fl P Ar passphrase |
175 | Provides the (old) passphrase. | 179 | Provides the (old) passphrase. |
176 | .It Fl v | ||
177 | Print verbose information. | ||
178 | .It Fl x | 180 | .It Fl x |
179 | This option will read a private | 181 | This option will read a private |
180 | OpenSSH DSA format file and print a SSH2-compatible public key to stdout. | 182 | OpenSSH DSA format file and print a SSH2-compatible public key to stdout. |