summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
diff options
context:
space:
mode:
authorAlexander von Gernler <grunk@cvs.openbsd.org>2008-06-11 22:20:47 +0000
committerAlexander von Gernler <grunk@cvs.openbsd.org>2008-06-11 22:20:47 +0000
commit915a335e8ba23d17e406f8cc832099ffdb7e6976 (patch)
tree6a03ea8d463b3e00373da3a8d3f9b3f518a25de8 /usr.bin/ssh/ssh-keygen.1
parent0a7220dba6d7def0a3626990c96acb6ae3bc281c (diff)
ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,
that is not how it was envisioned. Also correct manpage saying that -v is needed along with -l for it to work. spotted by naddy@
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.1')
-rw-r--r--usr.bin/ssh/ssh-keygen.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index 36249b28879..24daa1081aa 100644
--- a/usr.bin/ssh/ssh-keygen.1
+++ b/usr.bin/ssh/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.76 2008/06/11 21:01:35 grunk Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.77 2008/06/11 22:20:46 grunk Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -257,7 +257,10 @@ RFC 4716 SSH Public Key File Format.
This option allows importing keys from several commercial
SSH implementations.
.It Fl l
-Show fingerprint and ASCII art representation of specified public key file.
+Show fingerprint of specified public key file.
+If invoked along with
+.Fl v ,
+an ASCII art representation of the key is supplied with the fingerprint.
Private RSA1 keys are also supported.
For RSA and DSA keys
.Nm