- markus@cvs.openbsd.org 2001/06/03 19:36:44
[ssh-keygen.1] 1-2 bits of entrophy per character (not per word), ok stevesk@
This commit is contained in:
parent
838394ca26
commit
2a097a4543
|
@ -24,6 +24,9 @@
|
||||||
[channels.c channels.h session.c]
|
[channels.c channels.h session.c]
|
||||||
use fatal_register_cleanup instead of atexit, sync with x11 authdir
|
use fatal_register_cleanup instead of atexit, sync with x11 authdir
|
||||||
handling
|
handling
|
||||||
|
- markus@cvs.openbsd.org 2001/06/03 19:36:44
|
||||||
|
[ssh-keygen.1]
|
||||||
|
1-2 bits of entrophy per character (not per word), ok stevesk@
|
||||||
|
|
||||||
20010606
|
20010606
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5535,4 +5538,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1254 2001/06/09 01:11:59 mouring Exp $
|
$Id: ChangeLog,v 1.1255 2001/06/09 01:13:40 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.41 2001/05/05 13:42:52 stevesk Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.42 2001/06/03 19:36:44 markus Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -108,7 +108,7 @@ The passphrase may be empty to indicate no passphrase
|
||||||
arbitrary length.
|
arbitrary length.
|
||||||
Good passphrases are 10-30 characters long and are
|
Good passphrases are 10-30 characters long and are
|
||||||
not simple sentences or otherwise easily guessable (English
|
not simple sentences or otherwise easily guessable (English
|
||||||
prose has only 1-2 bits of entropy per word, and provides very bad
|
prose has only 1-2 bits of entropy per character, and provides very bad
|
||||||
passphrases).
|
passphrases).
|
||||||
The passphrase can be changed later by using the
|
The passphrase can be changed later by using the
|
||||||
.Fl p
|
.Fl p
|
||||||
|
|
Loading…
Reference in New Issue