summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-05 07:39:35 +1100
committerDamien Miller <djm@mindrot.org>2010-03-05 07:39:35 +1100
commitf2b70cad7585a67f7098119ccb6ae31573f2dc60 (patch)
tree2965c5e56999bcc8d9c38161fbfecaeb04ee2f95 /ssh-keygen.1
parent72b33820af596f78a7ea7ee1200ae4c46b6167e5 (diff)
- djm@cvs.openbsd.org 2010/03/04 20:35:08
[ssh-keygen.1 ssh-keygen.c] Add a -L flag to print the contents of a certificate; ok markus@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.110
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index d704f0660..dccf5eabc 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.85 2010/02/26 22:09:28 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.86 2010/03/04 20:35:08 djm Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -37,7 +37,7 @@
37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39.\" 39.\"
40.Dd $Mdocdate: February 26 2010 $ 40.Dd $Mdocdate: March 4 2010 $
41.Dt SSH-KEYGEN 1 41.Dt SSH-KEYGEN 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -115,6 +115,10 @@
115.Op Fl O Ar constraint 115.Op Fl O Ar constraint
116.Op Fl V Ar validity_interval 116.Op Fl V Ar validity_interval
117.Ar 117.Ar
118.Nm ssh-keygen
119.Bk -words
120.Fl L
121.Op Fl f Ar input_keyfile
118.Ek 122.Ek
119.Sh DESCRIPTION 123.Sh DESCRIPTION
120.Nm 124.Nm
@@ -275,6 +279,8 @@ also reads the
275RFC 4716 SSH Public Key File Format. 279RFC 4716 SSH Public Key File Format.
276This option allows importing keys from several commercial 280This option allows importing keys from several commercial
277SSH implementations. 281SSH implementations.
282.It Fl L
283Prints the contents of a certificate.
278.It Fl l 284.It Fl l
279Show fingerprint of specified public key file. 285Show fingerprint of specified public key file.
280Private RSA1 keys are also supported. 286Private RSA1 keys are also supported.