diff options
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 5454d00ce..ab16bcd77 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.69 2005/06/08 03:50:00 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.72 2005/11/28 05:16:53 dtucker Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -118,6 +118,9 @@ keys for use by SSH protocol version 2. | |||
118 | The type of key to be generated is specified with the | 118 | The type of key to be generated is specified with the |
119 | .Fl t | 119 | .Fl t |
120 | option. | 120 | option. |
121 | If invoked without any arguments, | ||
122 | .Nm | ||
123 | will generate an RSA key for use in SSH protocol 2 connections. | ||
121 | .Pp | 124 | .Pp |
122 | .Nm | 125 | .Nm |
123 | is also used to generate groups for use in Diffie-Hellman group | 126 | is also used to generate groups for use in Diffie-Hellman group |
@@ -187,9 +190,9 @@ command. | |||
187 | Show the bubblebabble digest of specified private or public key file. | 190 | Show the bubblebabble digest of specified private or public key file. |
188 | .It Fl b Ar bits | 191 | .It Fl b Ar bits |
189 | Specifies the number of bits in the key to create. | 192 | Specifies the number of bits in the key to create. |
190 | Minimum is 512 bits. | 193 | For RSA keys, the minimum size is 768 bits and the default is 2048 bits. |
191 | Generally, 2048 bits is considered sufficient. | 194 | Generally, 2048 bits is considered sufficient. |
192 | The default is 2048 bits. | 195 | DSA keys must be exactly 1024 bits as specified by FIPS 186-2. |
193 | .It Fl C Ar comment | 196 | .It Fl C Ar comment |
194 | Provides a new comment. | 197 | Provides a new comment. |
195 | .It Fl c | 198 | .It Fl c |