summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.15
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 70310ed30..d6ad33d6a 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.33 2001/03/02 18:54:31 deraadt Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.34 2001/03/11 15:04:16 jakob Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -72,6 +72,7 @@
72.Op Fl f Ar keyfile 72.Op Fl f Ar keyfile
73.Nm ssh-keygen 73.Nm ssh-keygen
74.Fl l 74.Fl l
75.Op Fl v
75.Op Fl f Ar input_keyfile 76.Op Fl f Ar input_keyfile
76.Sh DESCRIPTION 77.Sh DESCRIPTION
77.Nm 78.Nm
@@ -172,6 +173,8 @@ Provides the new comment.
172Provides the new passphrase. 173Provides the new passphrase.
173.It Fl P Ar passphrase 174.It Fl P Ar passphrase
174Provides the (old) passphrase. 175Provides the (old) passphrase.
176.It Fl v
177Print verbose information.
175.It Fl x 178.It Fl x
176This option will read a private 179This option will read a private
177OpenSSH DSA format file and print a SSH2-compatible public key to stdout. 180OpenSSH DSA format file and print a SSH2-compatible public key to stdout.