summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-28 16:41:46 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-28 16:41:46 +1100
commit9f647335d21daf0bf23257e47be98b3e18219b63 (patch)
treec149c11a801e7909cc313f23efbae81d46c6524c /ssh-keygen.1
parentb1a8777f3ac863890bb9d324866d1a78c42c6597 (diff)
[ssh-keygen.1 ssh-keygen.c]
Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@.
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 348a49ce2..ab16bcd77 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.71 2005/10/31 19:55:25 jmc 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.\"
@@ -190,9 +190,9 @@ command.
190Show the bubblebabble digest of specified private or public key file. 190Show the bubblebabble digest of specified private or public key file.
191.It Fl b Ar bits 191.It Fl b Ar bits
192Specifies the number of bits in the key to create. 192Specifies the number of bits in the key to create.
193Minimum is 512 bits. 193For RSA keys, the minimum size is 768 bits and the default is 2048 bits.
194Generally, 2048 bits is considered sufficient. 194Generally, 2048 bits is considered sufficient.
195The default is 2048 bits. 195DSA keys must be exactly 1024 bits as specified by FIPS 186-2.
196.It Fl C Ar comment 196.It Fl C Ar comment
197Provides a new comment. 197Provides a new comment.
198.It Fl c 198.It Fl c