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)
downloadopenssh-git-f2b70cad7585a67f7098119ccb6ae31573f2dc60.tar.gz
- 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 d704f066..dccf5eab 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.85 2010/02/26 22:09:28 jmc Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.86 2010/03/04 20:35:08 djm Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -37,7 +37,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 26 2010 $
+.Dd $Mdocdate: March 4 2010 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@@ -115,6 +115,10 @@
.Op Fl O Ar constraint
.Op Fl V Ar validity_interval
.Ar
+.Nm ssh-keygen
+.Bk -words
+.Fl L
+.Op Fl f Ar input_keyfile
.Ek
.Sh DESCRIPTION
.Nm
@@ -275,6 +279,8 @@ also reads the
RFC 4716 SSH Public Key File Format.
This option allows importing keys from several commercial
SSH implementations.
+.It Fl L
+Prints the contents of a certificate.
.It Fl l
Show fingerprint of specified public key file.
Private RSA1 keys are also supported.