summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.112
1 files changed, 11 insertions, 1 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index dd01e63df..6975ef9ef 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 23:55:14 1995 ylo 10.\" Created: Sat Apr 22 23:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: ssh-keygen.1,v 1.4 1999/11/15 12:33:56 damien Exp $ 12.\" $Id: ssh-keygen.1,v 1.5 1999/11/17 06:29:08 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSH-KEYGEN 1 15.Dt SSH-KEYGEN 1
@@ -23,14 +23,20 @@
23.Op Fl b Ar bits 23.Op Fl b Ar bits
24.Op Fl N Ar new_passphrase 24.Op Fl N Ar new_passphrase
25.Op Fl C Ar comment 25.Op Fl C Ar comment
26.Op Fl f Ar keyfile
26.Nm ssh-keygen 27.Nm ssh-keygen
27.Fl p 28.Fl p
28.Op Fl P Ar old_passphrase 29.Op Fl P Ar old_passphrase
29.Op Fl N Ar new_passphrase 30.Op Fl N Ar new_passphrase
31.Op Fl f Ar keyfile
30.Nm ssh-keygen 32.Nm ssh-keygen
31.Fl c 33.Fl c
32.Op Fl P Ar passphrase 34.Op Fl P Ar passphrase
33.Op Fl C Ar comment 35.Op Fl C Ar comment
36.Op Fl f Ar keyfile
37.Nm ssh-keygen
38.Fl l
39.Op Fl f Ar keyfile
34.Sh DESCRIPTION 40.Sh DESCRIPTION
35.Nm 41.Nm
36generates and manages authentication keys for 42generates and manages authentication keys for
@@ -79,6 +85,10 @@ default is 1024 bits.
79Requests changing the comment in the private and public key files. 85Requests changing the comment in the private and public key files.
80The program will prompt for the file containing the private keys, for 86The program will prompt for the file containing the private keys, for
81passphrase if the key has one, and for the new comment. 87passphrase if the key has one, and for the new comment.
88.It Fl f
89Specifies the filename of the key file.
90.It Fl l
91Show fingerprint of specified private or public key file.
82.It Fl p 92.It Fl p
83Requests changing the passphrase of a private key file instead of 93Requests changing the passphrase of a private key file instead of
84creating a new private key. The program will prompt for the file 94creating a new private key. The program will prompt for the file