diff options
author | 2001-01-13 17:59:18 +0000 | |
---|---|---|
committer | 2001-01-13 17:59:18 +0000 | |
commit | 1caef8df41097ad498484be23866736231b34240 (patch) | |
tree | 68eeffc0a34a42d0a552ffc4e9d16d8efffe59b8 /usr.bin/ssh | |
parent | Sync function comment with man page; fanf@covalent.net (diff) | |
download | wireguard-openbsd-1caef8df41097ad498484be23866736231b34240.tar.xz wireguard-openbsd-1caef8df41097ad498484be23866736231b34240.zip |
small ssh-keygen manpage cleanup; stevesk@pobox.com
Diffstat (limited to 'usr.bin/ssh')
-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 3a7ffe23f24..f58cf3790b6 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -81,7 +81,7 @@ generates and manages authentication keys for defaults to generating an RSA key for use by protocols 1.3 and 1.5; specifying the .Fl t -allows you to create a key for use by protocol 2.0. +option allows you to create a key for use by protocol 2.0. .Pp Normally each user wishing to use SSH with RSA or DSA authentication runs this once to create the authentication @@ -100,7 +100,7 @@ The public key is stored in a file with the same name but appended. The program also asks for a passphrase. The passphrase may be empty to indicate no passphrase -(host keys must have empty passphrase), or it may be a string of +(host keys must have an empty passphrase), or it may be a string of arbitrary length. Good passphrases are 10-30 characters long and are not simple sentences or otherwise easily guessable (English |