diff options
-rw-r--r-- | ssh-keygen.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 124456577..f29774249 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.157 2019/03/05 16:17:12 naddy Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.158 2019/04/19 05:47:44 dtucker Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: March 5 2019 $ | 38 | .Dd $Mdocdate: April 19 2019 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -260,8 +260,8 @@ This option specifies the number of primality tests to perform. | |||
260 | Show the bubblebabble digest of specified private or public key file. | 260 | Show the bubblebabble digest of specified private or public key file. |
261 | .It Fl b Ar bits | 261 | .It Fl b Ar bits |
262 | Specifies the number of bits in the key to create. | 262 | Specifies the number of bits in the key to create. |
263 | For RSA keys, the minimum size is 1024 bits and the default is 2048 bits. | 263 | For RSA keys, the minimum size is 1024 bits and the default is 3072 bits. |
264 | Generally, 2048 bits is considered sufficient. | 264 | Generally, 3072 bits is considered sufficient. |
265 | DSA keys must be exactly 1024 bits as specified by FIPS 186-2. | 265 | DSA keys must be exactly 1024 bits as specified by FIPS 186-2. |
266 | For ECDSA keys, the | 266 | For ECDSA keys, the |
267 | .Fl b | 267 | .Fl b |