[ssh-keygen.1]
     remove outdated statement; ok markus@ deraadt@
This commit is contained in:
Ben Lindstrom 2002-12-23 02:11:54 +00:00
parent e7ee7fe602
commit 9394d2fc0a
2 changed files with 6 additions and 4 deletions

View File

@ -30,6 +30,9 @@
[scp.c ssh-keygen.c] [scp.c ssh-keygen.c]
Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
ok markus@ ok markus@
- stevesk@cvs.openbsd.org 2002/11/26 02:35:30
[ssh-keygen.1]
remove outdated statement; ok markus@ deraadt@
20021205 20021205
- (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
@ -865,4 +868,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284; save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@ ok provos@
$Id: ChangeLog,v 1.2523 2002/12/23 02:11:02 mouring Exp $ $Id: ChangeLog,v 1.2524 2002/12/23 02:11:54 mouring Exp $

View File

@ -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 -*- .\" -*- nroff -*-
.\" .\"
@ -147,8 +147,7 @@ The options are as follows:
.It Fl b Ar bits .It Fl b Ar bits
Specifies the number of bits in the key to create. Specifies the number of bits in the key to create.
Minimum is 512 bits. Minimum is 512 bits.
Generally 1024 bits is considered sufficient, and key sizes Generally, 1024 bits is considered sufficient.
above that no longer improve security but make things slower.
The default is 1024 bits. The default is 1024 bits.
.It Fl c .It Fl c
Requests changing the comment in the private and public key files. Requests changing the comment in the private and public key files.