summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 16:43:21 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 16:43:21 +0000
commit4e366d5048aeb92c190efa2102cc7ec59e0318fd (patch)
tree92dd06b85db01830b67826351926e0983420e6c8 /ssh-keygen.1
parent4cbc181983731e5c2a7a3bca2654f6b64b35925d (diff)
- stevesk@cvs.openbsd.org 2001/11/21 18:49:14
[ssh-keygen.1] more on passphrase construction; ok markus@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.110
1 files changed, 7 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 622cb5c99..d8baa43bc 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.50 2001/10/25 21:14:32 markus Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.51 2001/11/21 18:49:14 stevesk Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -111,10 +111,14 @@ The program also asks for a passphrase.
111The passphrase may be empty to indicate no passphrase 111The passphrase may be empty to indicate no passphrase
112(host keys must have an empty passphrase), or it may be a string of 112(host keys must have an empty passphrase), or it may be a string of
113arbitrary length. 113arbitrary length.
114Good passphrases are 10-30 characters long and are 114A passphrase is similar to a password, except it can be a phrase with a
115series of words, punctuation, numbers, whitespace, or any string of
116characters you want.
117Good passphrases are 10-30 characters long, are
115not simple sentences or otherwise easily guessable (English 118not simple sentences or otherwise easily guessable (English
116prose has only 1-2 bits of entropy per character, and provides very bad 119prose has only 1-2 bits of entropy per character, and provides very bad
117passphrases). 120passphrases), and contain a mix of upper and lowercase letters,
121numbers, and non-alphanumeric characters.
118The passphrase can be changed later by using the 122The passphrase can be changed later by using the
119.Fl p 123.Fl p
120option. 124option.