diff options
author | Damien Miller <djm@mindrot.org> | 2010-03-04 21:39:35 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-03-04 21:39:35 +0100 |
commit | f2b70cad7585a67f7098119ccb6ae31573f2dc60 (patch) | |
tree | 2965c5e56999bcc8d9c38161fbfecaeb04ee2f95 /ssh-keygen.1 | |
parent | - jmc@cvs.openbsd.org 2010/03/04 12:51:25 (diff) | |
download | openssh-f2b70cad7585a67f7098119ccb6ae31573f2dc60.tar.xz openssh-f2b70cad7585a67f7098119ccb6ae31573f2dc60.zip |
- 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.1 | 10 |
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 @@ -.\" $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. |