diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-keygen.1 | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -31,6 +31,9 @@ | |||
31 | - jmc@cvs.openbsd.org 2011/09/05 07:01:44 | 31 | - jmc@cvs.openbsd.org 2011/09/05 07:01:44 |
32 | [scp.1] | 32 | [scp.1] |
33 | knock out a useless Ns; | 33 | knock out a useless Ns; |
34 | - deraadt@cvs.openbsd.org 2011/09/07 02:18:31 | ||
35 | [ssh-keygen.1] | ||
36 | typo (they vs the) found by Lawrence Teo | ||
34 | 37 | ||
35 | 20110909 | 38 | 20110909 |
36 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From | 39 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index ede37921c..528fcd39d 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.106 2011/04/13 04:09:37 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.107 2011/09/07 02:18:31 deraadt 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: April 13 2011 $ | 38 | .Dd $Mdocdate: September 7 2011 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -214,7 +214,7 @@ Generally, 2048 bits is considered sufficient. | |||
214 | DSA keys must be exactly 1024 bits as specified by FIPS 186-2. | 214 | DSA keys must be exactly 1024 bits as specified by FIPS 186-2. |
215 | For ECDSA keys, the | 215 | For ECDSA keys, the |
216 | .Fl b | 216 | .Fl b |
217 | flag determines they key length by selecting from one of three elliptic | 217 | flag determines the key length by selecting from one of three elliptic |
218 | curve sizes: 256, 384 or 521 bits. | 218 | curve sizes: 256, 384 or 521 bits. |
219 | Attempting to use bit lengths other than these three values for ECDSA keys | 219 | Attempting to use bit lengths other than these three values for ECDSA keys |
220 | will fail. | 220 | will fail. |