diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 01:13:40 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 01:13:40 +0000 |
commit | 2a097a454378e9ae496bcfa303029d8a9d7361ce (patch) | |
tree | 22ad53dc89881fd7e062d45a6065aed44653c808 | |
parent | 838394ca26ff175e7f2d1729112f3f2605de4096 (diff) |
- 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@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-keygen.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -24,6 +24,9 @@ | |||
24 | [channels.c channels.h session.c] | 24 | [channels.c channels.h session.c] |
25 | use fatal_register_cleanup instead of atexit, sync with x11 authdir | 25 | use fatal_register_cleanup instead of atexit, sync with x11 authdir |
26 | handling | 26 | handling |
27 | - markus@cvs.openbsd.org 2001/06/03 19:36:44 | ||
28 | [ssh-keygen.1] | ||
29 | 1-2 bits of entrophy per character (not per word), ok stevesk@ | ||
27 | 30 | ||
28 | 20010606 | 31 | 20010606 |
29 | - OpenBSD CVS Sync | 32 | - OpenBSD CVS Sync |
@@ -5535,4 +5538,4 @@ | |||
5535 | - Wrote replacements for strlcpy and mkdtemp | 5538 | - Wrote replacements for strlcpy and mkdtemp |
5536 | - Released 1.0pre1 | 5539 | - Released 1.0pre1 |
5537 | 5540 | ||
5538 | $Id: ChangeLog,v 1.1254 2001/06/09 01:11:59 mouring Exp $ | 5541 | $Id: ChangeLog,v 1.1255 2001/06/09 01:13:40 mouring Exp $ |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index f85357c7a..fec659955 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.41 2001/05/05 13:42:52 stevesk Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.42 2001/06/03 19:36:44 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -108,7 +108,7 @@ The passphrase may be empty to indicate no passphrase | |||
108 | arbitrary length. | 108 | arbitrary length. |
109 | Good passphrases are 10-30 characters long and are | 109 | Good passphrases are 10-30 characters long and are |
110 | not simple sentences or otherwise easily guessable (English | 110 | not simple sentences or otherwise easily guessable (English |
111 | prose has only 1-2 bits of entropy per word, and provides very bad | 111 | prose has only 1-2 bits of entropy per character, and provides very bad |
112 | passphrases). | 112 | passphrases). |
113 | The passphrase can be changed later by using the | 113 | The passphrase can be changed later by using the |
114 | .Fl p | 114 | .Fl p |