summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keygen.14
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2716f7872..869efec65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2120020218 2420020218
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