parent
179eee081a
commit
8f6c337563
|
@ -6,6 +6,9 @@
|
||||||
- djm@cvs.openbsd.org 2010/03/04 20:35:08
|
- djm@cvs.openbsd.org 2010/03/04 20:35:08
|
||||||
[ssh-keygen.1 ssh-keygen.c]
|
[ssh-keygen.1 ssh-keygen.c]
|
||||||
Add a -L flag to print the contents of a certificate; ok markus@
|
Add a -L flag to print the contents of a certificate; ok markus@
|
||||||
|
- jmc@cvs.openbsd.org 2010/03/04 22:52:40
|
||||||
|
[ssh-keygen.1]
|
||||||
|
fix Bk/Ek;
|
||||||
- (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
|
- (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
|
||||||
compilers. OK djm@
|
compilers. OK djm@
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.86 2010/03/04 20:35:08 djm Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.87 2010/03/04 22:52:40 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -52,7 +52,6 @@
|
||||||
.Op Fl N Ar new_passphrase
|
.Op Fl N Ar new_passphrase
|
||||||
.Op Fl C Ar comment
|
.Op Fl C Ar comment
|
||||||
.Op Fl f Ar output_keyfile
|
.Op Fl f Ar output_keyfile
|
||||||
.Ek
|
|
||||||
.Nm ssh-keygen
|
.Nm ssh-keygen
|
||||||
.Fl p
|
.Fl p
|
||||||
.Op Fl P Ar old_passphrase
|
.Op Fl P Ar old_passphrase
|
||||||
|
@ -107,7 +106,6 @@
|
||||||
.Op Fl a Ar num_trials
|
.Op Fl a Ar num_trials
|
||||||
.Op Fl W Ar generator
|
.Op Fl W Ar generator
|
||||||
.Nm ssh-keygen
|
.Nm ssh-keygen
|
||||||
.Bk -words
|
|
||||||
.Fl s Ar ca_key
|
.Fl s Ar ca_key
|
||||||
.Fl I Ar certificate_identity
|
.Fl I Ar certificate_identity
|
||||||
.Op Fl h
|
.Op Fl h
|
||||||
|
@ -116,7 +114,6 @@
|
||||||
.Op Fl V Ar validity_interval
|
.Op Fl V Ar validity_interval
|
||||||
.Ar
|
.Ar
|
||||||
.Nm ssh-keygen
|
.Nm ssh-keygen
|
||||||
.Bk -words
|
|
||||||
.Fl L
|
.Fl L
|
||||||
.Op Fl f Ar input_keyfile
|
.Op Fl f Ar input_keyfile
|
||||||
.Ek
|
.Ek
|
||||||
|
|
Loading…
Reference in New Issue