diff options
author | 2001-06-03 19:36:44 +0000 | |
---|---|---|
committer | 2001-06-03 19:36:44 +0000 | |
commit | 33aa458c1a8e43ade32535901e56fd01537de51d (patch) | |
tree | 3149a044dcb9d93a4cf1249fbb4df0856b67c8d9 | |
parent | e_wmesg was not initialized in all cases; kirk.russell@acm.org (diff) | |
download | wireguard-openbsd-33aa458c1a8e43ade32535901e56fd01537de51d.tar.xz wireguard-openbsd-33aa458c1a8e43ade32535901e56fd01537de51d.zip |
1-2 bits of entrophy per character (not per word), ok stevesk@
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index f85357c7a7d..fec6599552d 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -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 -*- .\" @@ -108,7 +108,7 @@ The passphrase may be empty to indicate no passphrase arbitrary length. Good passphrases are 10-30 characters long and are 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). The passphrase can be changed later by using the .Fl p |