summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:11:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:11:54 +0000
commit9394d2fc0a3fed5cfca0bae0cb6dd8e4c1ee1e9d (patch)
tree2ad007bfb6030fd1ea5cff8b5f6bd2b5a1ed6a6c
parente7ee7fe602edcca6f55c445cd56775ab3b0a759d (diff)
- stevesk@cvs.openbsd.org 2002/11/26 02:35:30
[ssh-keygen.1] remove outdated statement; ok markus@ deraadt@
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keygen.15
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dbef2c842..ba1105ab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@
30 [scp.c ssh-keygen.c] 30 [scp.c ssh-keygen.c]
31 Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. 31 Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
32 ok markus@ 32 ok markus@
33 - stevesk@cvs.openbsd.org 2002/11/26 02:35:30
34 [ssh-keygen.1]
35 remove outdated statement; ok markus@ deraadt@
33 36
3420021205 3720021205
35 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org 38 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
@@ -865,4 +868,4 @@
865 save auth method before monitor_reset_key_state(); bugzilla bug #284; 868 save auth method before monitor_reset_key_state(); bugzilla bug #284;
866 ok provos@ 869 ok provos@
867 870
868$Id: ChangeLog,v 1.2523 2002/12/23 02:11:02 mouring Exp $ 871$Id: ChangeLog,v 1.2524 2002/12/23 02:11:54 mouring Exp $
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 35b0bb916..78fdb496a 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.54 2002/06/19 00:27:55 deraadt Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.55 2002/11/26 02:35:30 stevesk Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -147,8 +147,7 @@ The options are as follows:
147.It Fl b Ar bits 147.It Fl b Ar bits
148Specifies the number of bits in the key to create. 148Specifies the number of bits in the key to create.
149Minimum is 512 bits. 149Minimum is 512 bits.
150Generally 1024 bits is considered sufficient, and key sizes 150Generally, 1024 bits is considered sufficient.
151above that no longer improve security but make things slower.
152The default is 1024 bits. 151The default is 1024 bits.
153.It Fl c 152.It Fl c
154Requests changing the comment in the private and public key files. 153Requests changing the comment in the private and public key files.