summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2001-03-11 15:04:17 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2001-03-11 15:04:17 +0000
commit076ed6569271018f457390ebda2c0be6cb0eb2d8 (patch)
tree4c16e1287d57ee45fb72f75ee6ab56a5b00e4e68 /usr.bin/ssh/ssh-keygen.1
parent74142b095c93133fbca8ab0b09aabe0c01902807 (diff)
print both md5, sha1 and bubblebabble fingerprints when using
ssh-keygen -l -v. ok markus@.
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.1')
-rw-r--r--usr.bin/ssh/ssh-keygen.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index 70310ed30f9..d6ad33d6a9a 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.33 2001/03/02 18:54:31 deraadt Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.34 2001/03/11 15:04:16 jakob Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -72,6 +72,7 @@
.Op Fl f Ar keyfile
.Nm ssh-keygen
.Fl l
+.Op Fl v
.Op Fl f Ar input_keyfile
.Sh DESCRIPTION
.Nm
@@ -172,6 +173,8 @@ Provides the new comment.
Provides the new passphrase.
.It Fl P Ar passphrase
Provides the (old) passphrase.
+.It Fl v
+Print verbose information.
.It Fl x
This option will read a private
OpenSSH DSA format file and print a SSH2-compatible public key to stdout.