diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-keygen.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -20,6 +20,9 @@ | |||
20 | - markus@cvs.openbsd.org 2001/07/23 12:47:05 | 20 | - markus@cvs.openbsd.org 2001/07/23 12:47:05 |
21 | [ssh.1] | 21 | [ssh.1] |
22 | sync PreferredAuthentications | 22 | sync PreferredAuthentications |
23 | - aaron@cvs.openbsd.org 2001/07/23 14:14:18 | ||
24 | [ssh-keygen.1] | ||
25 | Fix typo. | ||
23 | 26 | ||
24 | 20010803 | 27 | 20010803 |
25 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on | 28 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on |
@@ -6130,4 +6133,4 @@ | |||
6130 | - Wrote replacements for strlcpy and mkdtemp | 6133 | - Wrote replacements for strlcpy and mkdtemp |
6131 | - Released 1.0pre1 | 6134 | - Released 1.0pre1 |
6132 | 6135 | ||
6133 | $Id: ChangeLog,v 1.1431 2001/08/06 20:58:51 mouring Exp $ | 6136 | $Id: ChangeLog,v 1.1432 2001/08/06 21:00:27 mouring Exp $ |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 1ea944c7c..290319d44 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.46 2001/06/25 17:18:27 markus Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.47 2001/07/23 14:14:18 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -82,7 +82,7 @@ generates, manages and converts authentication keys for | |||
82 | .Xr ssh 1 . | 82 | .Xr ssh 1 . |
83 | .Nm | 83 | .Nm |
84 | defaults to generating a RSA1 key for use by SSH protocol version 1. | 84 | defaults to generating a RSA1 key for use by SSH protocol version 1. |
85 | specifying the | 85 | Specifying the |
86 | .Fl t | 86 | .Fl t |
87 | option allows you to create a key for use by SSH protocol version 2. | 87 | option allows you to create a key for use by SSH protocol version 2. |
88 | .Pp | 88 | .Pp |