diff options
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index e2e4bc45b..613bc95d7 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.38 2001/04/22 13:41:02 markus Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.39 2001/04/22 23:58:36 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -81,10 +81,10 @@ | |||
81 | generates, manages and converts authentication keys for | 81 | 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 protocols 1.3 and 1.5; | 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 protocol 2.0. | 87 | option allows you to create a key for use by SSH protocol version 2. |
88 | .Pp | 88 | .Pp |
89 | Normally each user wishing to use SSH | 89 | Normally each user wishing to use SSH |
90 | with RSA or DSA authentication runs this once to create the authentication | 90 | with RSA or DSA authentication runs this once to create the authentication |