diff options
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 613bc95d7..371fc5fe4 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.39 2001/04/22 23:58:36 markus Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.40 2001/04/23 21:57:07 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -145,7 +145,8 @@ Requests changing the comment in the private and public key files. | |||
145 | The program will prompt for the file containing the private keys, for | 145 | The program will prompt for the file containing the private keys, for |
146 | passphrase if the key has one, and for the new comment. | 146 | passphrase if the key has one, and for the new comment. |
147 | .It Fl e | 147 | .It Fl e |
148 | This option will read a private OpenSSH key file and print the key in a | 148 | This option will read a private or public OpenSSH key file and |
149 | print the key in a | ||
149 | .Sq SECSH Public Key File Format | 150 | .Sq SECSH Public Key File Format |
150 | to stdout. | 151 | to stdout. |
151 | This option allows exporting keys for use by several commercial | 152 | This option allows exporting keys for use by several commercial |