diff options
author | Damien Miller <djm@mindrot.org> | 2002-02-19 15:22:07 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-02-19 15:22:07 +1100 |
commit | 55fafa09f2a480e979499e7f5d47572cbbcd70bf (patch) | |
tree | 9808736d97c1dc2f8f9fad1889a705311f528b4e | |
parent | 963f6b25e28ff55290ae45f540b7f7148a3622a9 (diff) |
- stevesk@cvs.openbsd.org 2002/02/16 14:53:37
[ssh-keygen.1]
-t required now for key generation
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-keygen.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -17,6 +17,9 @@ | |||
17 | [authfile.c cipher.c cipher.h kex.c kex.h packet.c] | 17 | [authfile.c cipher.c cipher.h kex.c kex.h packet.c] |
18 | hide some more implementation details of cipher.[ch] and prepares for move | 18 | hide some more implementation details of cipher.[ch] and prepares for move |
19 | to EVP, ok deraadt@ | 19 | to EVP, ok deraadt@ |
20 | - stevesk@cvs.openbsd.org 2002/02/16 14:53:37 | ||
21 | [ssh-keygen.1] | ||
22 | -t required now for key generation | ||
20 | 23 | ||
21 | 20020218 | 24 | 20020218 |
22 | - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess | 25 | - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess |
@@ -7614,4 +7617,4 @@ | |||
7614 | - Wrote replacements for strlcpy and mkdtemp | 7617 | - Wrote replacements for strlcpy and mkdtemp |
7615 | - Released 1.0pre1 | 7618 | - Released 1.0pre1 |
7616 | 7619 | ||
7617 | $Id: ChangeLog,v 1.1858 2002/02/19 04:21:23 djm Exp $ | 7620 | $Id: ChangeLog,v 1.1859 2002/02/19 04:22:07 djm Exp $ |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index afecb2f07..6ad94e6eb 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.52 2001/12/21 08:52:22 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.53 2002/02/16 14:53:37 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -47,7 +47,7 @@ | |||
47 | .Nm ssh-keygen | 47 | .Nm ssh-keygen |
48 | .Op Fl q | 48 | .Op Fl q |
49 | .Op Fl b Ar bits | 49 | .Op Fl b Ar bits |
50 | .Op Fl t Ar type | 50 | .Fl t Ar type |
51 | .Op Fl N Ar new_passphrase | 51 | .Op Fl N Ar new_passphrase |
52 | .Op Fl C Ar comment | 52 | .Op Fl C Ar comment |
53 | .Op Fl f Ar output_keyfile | 53 | .Op Fl f Ar output_keyfile |