summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:43:15 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:43:15 +1000
commit35c45535ea1812ecc2d2655f068a103e57f3dfb5 (patch)
tree08104f4eb86db51ef3216d4873ee14866e77e4fe /ssh-keygen.1
parenta376a32e8e4b955eb936f96f0900e95e2ea4d2f9 (diff)
- grunk@cvs.openbsd.org 2008/06/11 22:20:46
[ssh-keygen.c ssh-keygen.1] 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 'ssh-keygen.1')
-rw-r--r--ssh-keygen.17
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 36249b288..24daa1081 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.76 2008/06/11 21:01:35 grunk Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.77 2008/06/11 22:20:46 grunk Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -257,7 +257,10 @@ RFC 4716 SSH Public Key File Format.
257This option allows importing keys from several commercial 257This option allows importing keys from several commercial
258SSH implementations. 258SSH implementations.
259.It Fl l 259.It Fl l
260Show fingerprint and ASCII art representation of specified public key file. 260Show fingerprint of specified public key file.
261If invoked along with
262.Fl v ,
263an ASCII art representation of the key is supplied with the fingerprint.
261Private RSA1 keys are also supported. 264Private RSA1 keys are also supported.
262For RSA and DSA keys 265For RSA and DSA keys
263.Nm 266.Nm