diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-22 23:58:37 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-22 23:58:37 +0000 |
commit | 955ef8eff9b8087f89269060d77f361256d95825 (patch) | |
tree | 1dcc21de362018dc7176415e766be3d6026aee88 /usr.bin/ssh/ssh-keygen.1 | |
parent | 4e1781820f970e006c7e95796e4020c58442f504 (diff) |
document hostbased and other cleanup
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.1')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index e2e4bc45bc5..613bc95d72a 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.38 2001/04/22 13:41:02 markus Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.39 2001/04/22 23:58:36 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -81,10 +81,10 @@ generates, manages and converts authentication keys for .Xr ssh 1 . .Nm -defaults to generating a RSA1 key for use by protocols 1.3 and 1.5; +defaults to generating a RSA1 key for use by SSH protocol version 1. specifying the .Fl t -option allows you to create a key for use by protocol 2.0. +option allows you to create a key for use by SSH protocol version 2. .Pp Normally each user wishing to use SSH with RSA or DSA authentication runs this once to create the authentication |