summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.110
1 files changed, 6 insertions, 4 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index d6ad33d6a..a3914680e 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.34 2001/03/11 15:04:16 jakob Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.35 2001/03/11 22:33:23 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -72,7 +72,9 @@
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.Nm ssh-keygen
77.Fl B
76.Op Fl f Ar input_keyfile 78.Op Fl f Ar input_keyfile
77.Sh DESCRIPTION 79.Sh DESCRIPTION
78.Nm 80.Nm
@@ -167,14 +169,14 @@ or
167for protocol version 2. 169for protocol version 2.
168The default is 170The default is
169.Dq rsa1 . 171.Dq rsa1 .
172.It Fl B
173Show the bubblebabble digest of specified private or public key file.
170.It Fl C Ar comment 174.It Fl C Ar comment
171Provides the new comment. 175Provides the new comment.
172.It Fl N Ar new_passphrase 176.It Fl N Ar new_passphrase
173Provides the new passphrase. 177Provides the new passphrase.
174.It Fl P Ar passphrase 178.It Fl P Ar passphrase
175Provides the (old) passphrase. 179Provides the (old) passphrase.
176.It Fl v
177Print verbose information.
178.It Fl x 180.It Fl x
179This option will read a private 181This option will read a private
180OpenSSH DSA format file and print a SSH2-compatible public key to stdout. 182OpenSSH DSA format file and print a SSH2-compatible public key to stdout.