diff options
author | mouring <mouring> | 2002-12-23 02:11:54 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-12-23 02:11:54 +0000 |
commit | 28564e50778bfa3edc59f4196a03eef92dcff93a (patch) | |
tree | 7fb87ca0ea961c09701661727ec6777bb630367e /ssh-keygen.1 | |
parent | 08de33093796a79f0e73e3a6882cba02e6d3e313 (diff) | |
download | openssh-28564e50778bfa3edc59f4196a03eef92dcff93a.tar.gz |
- stevesk@cvs.openbsd.org 2002/11/26 02:35:30
[ssh-keygen.1]
remove outdated statement; ok markus@ deraadt@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 35b0bb91..78fdb496 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.54 2002/06/19 00:27:55 deraadt Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.55 2002/11/26 02:35:30 stevesk Exp $ .\" .\" -*- nroff -*- .\" @@ -147,8 +147,7 @@ The options are as follows: .It Fl b Ar bits Specifies the number of bits in the key to create. Minimum is 512 bits. -Generally 1024 bits is considered sufficient, and key sizes -above that no longer improve security but make things slower. +Generally, 1024 bits is considered sufficient. The default is 1024 bits. .It Fl c Requests changing the comment in the private and public key files. |