jmc@openbsd.org | 6c91d42 | 2019-09-29 16:31:57 +0000 | [diff] [blame^] | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.170 2019/09/29 16:31:57 jmc Exp $ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 2 | .\" |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
| 5 | .\" All rights reserved |
| 6 | .\" |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 7 | .\" As far as I am concerned, the code I have written for this software |
| 8 | .\" can be used freely for any purpose. Any derived versions of this |
| 9 | .\" software must be clearly marked as such, and if the derived work is |
| 10 | .\" incompatible with the protocol description in the RFC file, it must be |
| 11 | .\" called by a name other than "ssh" or "Secure Shell". |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 12 | .\" |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 13 | .\" |
Ben Lindstrom | 92a2e38 | 2001-03-05 06:59:27 +0000 | [diff] [blame] | 14 | .\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. |
| 15 | .\" Copyright (c) 1999 Aaron Campbell. All rights reserved. |
| 16 | .\" Copyright (c) 1999 Theo de Raadt. All rights reserved. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 17 | .\" |
| 18 | .\" Redistribution and use in source and binary forms, with or without |
| 19 | .\" modification, are permitted provided that the following conditions |
| 20 | .\" are met: |
| 21 | .\" 1. Redistributions of source code must retain the above copyright |
| 22 | .\" notice, this list of conditions and the following disclaimer. |
| 23 | .\" 2. Redistributions in binary form must reproduce the above copyright |
| 24 | .\" notice, this list of conditions and the following disclaimer in the |
| 25 | .\" documentation and/or other materials provided with the distribution. |
| 26 | .\" |
| 27 | .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 28 | .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 29 | .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 30 | .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 31 | .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 32 | .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 33 | .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 34 | .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 37 | .\" |
jmc@openbsd.org | 6c91d42 | 2019-09-29 16:31:57 +0000 | [diff] [blame^] | 38 | .Dd $Mdocdate: September 29 2019 $ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 39 | .Dt SSH-KEYGEN 1 |
| 40 | .Os |
| 41 | .Sh NAME |
| 42 | .Nm ssh-keygen |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 43 | .Nd authentication key generation, management and conversion |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 44 | .Sh SYNOPSIS |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 45 | .Bk -words |
Damien Miller | bad5e03 | 2010-07-16 13:59:59 +1000 | [diff] [blame] | 46 | .Nm ssh-keygen |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 47 | .Op Fl q |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 48 | .Op Fl b Ar bits |
jmc@openbsd.org | f10c0d3 | 2017-05-02 17:04:09 +0000 | [diff] [blame] | 49 | .Op Fl t Cm dsa | ecdsa | ed25519 | rsa |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 50 | .Op Fl N Ar new_passphrase |
| 51 | .Op Fl C Ar comment |
Damien Miller | 1a425f3 | 2000-09-02 10:08:09 +1100 | [diff] [blame] | 52 | .Op Fl f Ar output_keyfile |
djm@openbsd.org | ecd2f33 | 2019-01-22 11:40:42 +0000 | [diff] [blame] | 53 | .Op Fl m Ar format |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 54 | .Nm ssh-keygen |
| 55 | .Fl p |
| 56 | .Op Fl P Ar old_passphrase |
| 57 | .Op Fl N Ar new_passphrase |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 58 | .Op Fl f Ar keyfile |
djm@openbsd.org | ecd2f33 | 2019-01-22 11:40:42 +0000 | [diff] [blame] | 59 | .Op Fl m Ar format |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 60 | .Nm ssh-keygen |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 61 | .Fl i |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 62 | .Op Fl m Ar key_format |
Damien Miller | 1a425f3 | 2000-09-02 10:08:09 +1100 | [diff] [blame] | 63 | .Op Fl f Ar input_keyfile |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 64 | .Nm ssh-keygen |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 65 | .Fl e |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 66 | .Op Fl m Ar key_format |
Damien Miller | 1a425f3 | 2000-09-02 10:08:09 +1100 | [diff] [blame] | 67 | .Op Fl f Ar input_keyfile |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 68 | .Nm ssh-keygen |
| 69 | .Fl y |
Damien Miller | 1a425f3 | 2000-09-02 10:08:09 +1100 | [diff] [blame] | 70 | .Op Fl f Ar input_keyfile |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 71 | .Nm ssh-keygen |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 72 | .Fl c |
| 73 | .Op Fl P Ar passphrase |
| 74 | .Op Fl C Ar comment |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 75 | .Op Fl f Ar keyfile |
| 76 | .Nm ssh-keygen |
| 77 | .Fl l |
naddy@openbsd.org | 6288e3a | 2015-02-24 15:24:05 +0000 | [diff] [blame] | 78 | .Op Fl v |
djm@openbsd.org | 56d1c83 | 2014-12-21 22:27:55 +0000 | [diff] [blame] | 79 | .Op Fl E Ar fingerprint_hash |
Ben Lindstrom | 8fd372b | 2001-03-12 03:02:17 +0000 | [diff] [blame] | 80 | .Op Fl f Ar input_keyfile |
| 81 | .Nm ssh-keygen |
| 82 | .Fl B |
Damien Miller | 1a425f3 | 2000-09-02 10:08:09 +1100 | [diff] [blame] | 83 | .Op Fl f Ar input_keyfile |
Ben Lindstrom | a1ec4a9 | 2001-08-06 21:51:34 +0000 | [diff] [blame] | 84 | .Nm ssh-keygen |
Damien Miller | 048dc93 | 2010-02-12 09:22:04 +1100 | [diff] [blame] | 85 | .Fl D Ar pkcs11 |
Ben Lindstrom | a1ec4a9 | 2001-08-06 21:51:34 +0000 | [diff] [blame] | 86 | .Nm ssh-keygen |
Damien Miller | 4b42d7f | 2005-03-01 21:48:35 +1100 | [diff] [blame] | 87 | .Fl F Ar hostname |
jmc@openbsd.org | 6c91d42 | 2019-09-29 16:31:57 +0000 | [diff] [blame^] | 88 | .Op Fl lv |
Damien Miller | 4b42d7f | 2005-03-01 21:48:35 +1100 | [diff] [blame] | 89 | .Op Fl f Ar known_hosts_file |
| 90 | .Nm ssh-keygen |
| 91 | .Fl H |
| 92 | .Op Fl f Ar known_hosts_file |
| 93 | .Nm ssh-keygen |
| 94 | .Fl R Ar hostname |
| 95 | .Op Fl f Ar known_hosts_file |
| 96 | .Nm ssh-keygen |
Damien Miller | 37876e9 | 2003-05-15 10:19:46 +1000 | [diff] [blame] | 97 | .Fl r Ar hostname |
Damien Miller | 37876e9 | 2003-05-15 10:19:46 +1000 | [diff] [blame] | 98 | .Op Fl g |
jmc@openbsd.org | 6c91d42 | 2019-09-29 16:31:57 +0000 | [diff] [blame^] | 99 | .Op Fl f Ar input_keyfile |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 100 | .Nm ssh-keygen |
| 101 | .Fl G Ar output_file |
Darren Tucker | 06930c7 | 2003-12-31 11:34:51 +1100 | [diff] [blame] | 102 | .Op Fl v |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 103 | .Op Fl b Ar bits |
| 104 | .Op Fl M Ar memory |
| 105 | .Op Fl S Ar start_point |
| 106 | .Nm ssh-keygen |
| 107 | .Fl T Ar output_file |
| 108 | .Fl f Ar input_file |
Darren Tucker | 06930c7 | 2003-12-31 11:34:51 +1100 | [diff] [blame] | 109 | .Op Fl v |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 110 | .Op Fl a Ar rounds |
Damien Miller | dfceafe | 2012-07-06 13:44:19 +1000 | [diff] [blame] | 111 | .Op Fl J Ar num_lines |
| 112 | .Op Fl j Ar start_line |
Damien Miller | 390d056 | 2011-10-18 16:05:19 +1100 | [diff] [blame] | 113 | .Op Fl K Ar checkpt |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 114 | .Op Fl W Ar generator |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 115 | .Nm ssh-keygen |
| 116 | .Fl s Ar ca_key |
| 117 | .Fl I Ar certificate_identity |
jmc@openbsd.org | 6c91d42 | 2019-09-29 16:31:57 +0000 | [diff] [blame^] | 118 | .Op Fl hU |
djm@openbsd.org | a98339e | 2017-06-28 01:09:22 +0000 | [diff] [blame] | 119 | .Op Fl D Ar pkcs11_provider |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 120 | .Op Fl n Ar principals |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 121 | .Op Fl O Ar option |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 122 | .Op Fl V Ar validity_interval |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 123 | .Op Fl z Ar serial_number |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 124 | .Ar |
Damien Miller | f2b70ca | 2010-03-05 07:39:35 +1100 | [diff] [blame] | 125 | .Nm ssh-keygen |
Damien Miller | f2b70ca | 2010-03-05 07:39:35 +1100 | [diff] [blame] | 126 | .Fl L |
| 127 | .Op Fl f Ar input_keyfile |
Damien Miller | 58f1baf | 2011-05-05 14:06:15 +1000 | [diff] [blame] | 128 | .Nm ssh-keygen |
| 129 | .Fl A |
djm@openbsd.org | 853edbe | 2017-07-07 03:53:12 +0000 | [diff] [blame] | 130 | .Op Fl f Ar prefix_path |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 131 | .Nm ssh-keygen |
| 132 | .Fl k |
| 133 | .Fl f Ar krl_file |
| 134 | .Op Fl u |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 135 | .Op Fl s Ar ca_public |
| 136 | .Op Fl z Ar version_number |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 137 | .Ar |
| 138 | .Nm ssh-keygen |
| 139 | .Fl Q |
| 140 | .Fl f Ar krl_file |
| 141 | .Ar |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 142 | .Nm ssh-keygen |
| 143 | .Fl Y Cm sign |
| 144 | .Fl f Ar key_file |
| 145 | .Fl n Ar namespace |
| 146 | .Ar |
| 147 | .Nm ssh-keygen |
| 148 | .Fl Y Cm verify |
| 149 | .Fl I Ar signer_identity |
djm@openbsd.org | 8aa2aa3 | 2019-09-16 03:23:02 +0000 | [diff] [blame] | 150 | .Fl f Ar allowed_signers_file |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 151 | .Fl n Ar namespace |
| 152 | .Fl s Ar signature_file |
| 153 | .Op Fl r Ar revocation_file |
djm@openbsd.org | 8aa2aa3 | 2019-09-16 03:23:02 +0000 | [diff] [blame] | 154 | .Nm ssh-keygen |
| 155 | .Fl Y Cm check-novalidate |
| 156 | .Fl s Ar signature_file |
| 157 | .Fl n Ar namespace |
Damien Miller | 15f5b56 | 2010-03-03 10:25:21 +1100 | [diff] [blame] | 158 | .Ek |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 159 | .Sh DESCRIPTION |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 160 | .Nm |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 161 | generates, manages and converts authentication keys for |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 162 | .Xr ssh 1 . |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 163 | .Nm |
jmc@openbsd.org | 2b6f799 | 2017-05-03 06:32:02 +0000 | [diff] [blame] | 164 | can create keys for use by SSH protocol version 2. |
jmc@openbsd.org | a685ae8 | 2016-02-17 07:38:19 +0000 | [diff] [blame] | 165 | .Pp |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 166 | The type of key to be generated is specified with the |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 167 | .Fl t |
Damien Miller | a41c8b1 | 2002-01-22 23:05:08 +1100 | [diff] [blame] | 168 | option. |
Damien Miller | f14be5c | 2005-11-05 15:15:49 +1100 | [diff] [blame] | 169 | If invoked without any arguments, |
| 170 | .Nm |
naddy@openbsd.org | 2e9c324 | 2017-05-05 10:41:58 +0000 | [diff] [blame] | 171 | will generate an RSA key. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 172 | .Pp |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 173 | .Nm |
| 174 | is also used to generate groups for use in Diffie-Hellman group |
| 175 | exchange (DH-GEX). |
| 176 | See the |
| 177 | .Sx MODULI GENERATION |
| 178 | section for details. |
| 179 | .Pp |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 180 | Finally, |
| 181 | .Nm |
| 182 | can be used to generate and update Key Revocation Lists, and to test whether |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 183 | given keys have been revoked by one. |
| 184 | See the |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 185 | .Sx KEY REVOCATION LISTS |
| 186 | section for details. |
| 187 | .Pp |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 188 | Normally each user wishing to use SSH |
Damien Miller | eb8b60e | 2010-08-31 22:41:14 +1000 | [diff] [blame] | 189 | with public key authentication runs this once to create the authentication |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 190 | key in |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 191 | .Pa ~/.ssh/id_dsa , |
Damien Miller | eb8b60e | 2010-08-31 22:41:14 +1000 | [diff] [blame] | 192 | .Pa ~/.ssh/id_ecdsa , |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 193 | .Pa ~/.ssh/id_ed25519 |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 194 | or |
Damien Miller | 167ea5d | 2005-05-26 12:04:02 +1000 | [diff] [blame] | 195 | .Pa ~/.ssh/id_rsa . |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 196 | Additionally, the system administrator may use this to generate host keys, |
| 197 | as seen in |
| 198 | .Pa /etc/rc . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 199 | .Pp |
| 200 | Normally this program generates the key and asks for a file in which |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 201 | to store the private key. |
| 202 | The public key is stored in a file with the same name but |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 203 | .Dq .pub |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 204 | appended. |
| 205 | The program also asks for a passphrase. |
| 206 | The passphrase may be empty to indicate no passphrase |
Ben Lindstrom | bf555ba | 2001-01-18 02:04:35 +0000 | [diff] [blame] | 207 | (host keys must have an empty passphrase), or it may be a string of |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 208 | arbitrary length. |
Ben Lindstrom | 4e366d5 | 2001-12-06 16:43:21 +0000 | [diff] [blame] | 209 | A passphrase is similar to a password, except it can be a phrase with a |
| 210 | series of words, punctuation, numbers, whitespace, or any string of |
| 211 | characters you want. |
| 212 | Good passphrases are 10-30 characters long, are |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 213 | not simple sentences or otherwise easily guessable (English |
Ben Lindstrom | 2a097a4 | 2001-06-09 01:13:40 +0000 | [diff] [blame] | 214 | prose has only 1-2 bits of entropy per character, and provides very bad |
Ben Lindstrom | 4e366d5 | 2001-12-06 16:43:21 +0000 | [diff] [blame] | 215 | passphrases), and contain a mix of upper and lowercase letters, |
| 216 | numbers, and non-alphanumeric characters. |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 217 | The passphrase can be changed later by using the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 218 | .Fl p |
| 219 | option. |
| 220 | .Pp |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 221 | There is no way to recover a lost passphrase. |
Damien Miller | 085c90f | 2011-05-05 14:15:33 +1000 | [diff] [blame] | 222 | If the passphrase is lost or forgotten, a new key must be generated |
| 223 | and the corresponding public key copied to other machines. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 224 | .Pp |
djm@openbsd.org | c45616a | 2019-01-22 11:00:15 +0000 | [diff] [blame] | 225 | .Nm |
| 226 | will by default write keys in an OpenSSH-specific format. |
| 227 | This format is preferred as it offers better protection for |
| 228 | keys at rest as well as allowing storage of key comments within |
| 229 | the private key file itself. |
| 230 | The key comment may be useful to help identify the key. |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 231 | The comment is initialized to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 232 | .Dq user@host |
| 233 | when the key is created, but can be changed using the |
| 234 | .Fl c |
| 235 | option. |
| 236 | .Pp |
djm@openbsd.org | c45616a | 2019-01-22 11:00:15 +0000 | [diff] [blame] | 237 | It is still possible for |
| 238 | .Nm |
| 239 | to write the previously-used PEM format private keys using the |
| 240 | .Fl m |
| 241 | flag. |
| 242 | This may be used when generating new keys, and existing new-format |
| 243 | keys may be converted using this option in conjunction with the |
| 244 | .Fl p |
| 245 | (change passphrase) flag. |
| 246 | .Pp |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 247 | After a key is generated, instructions below detail where the keys |
| 248 | should be placed to be activated. |
| 249 | .Pp |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 250 | The options are as follows: |
| 251 | .Bl -tag -width Ds |
Damien Miller | 58f1baf | 2011-05-05 14:06:15 +1000 | [diff] [blame] | 252 | .It Fl A |
jmc@openbsd.org | f10c0d3 | 2017-05-02 17:04:09 +0000 | [diff] [blame] | 253 | For each of the key types (rsa, dsa, ecdsa and ed25519) |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 254 | for which host keys |
Damien Miller | 58f1baf | 2011-05-05 14:06:15 +1000 | [diff] [blame] | 255 | do not exist, generate the host keys with the default key file path, |
| 256 | an empty passphrase, default bits for the key type, and default comment. |
jmc@openbsd.org | dc44dd3 | 2017-07-08 18:32:54 +0000 | [diff] [blame] | 257 | If |
djm@openbsd.org | 853edbe | 2017-07-07 03:53:12 +0000 | [diff] [blame] | 258 | .Fl f |
jmc@openbsd.org | dc44dd3 | 2017-07-08 18:32:54 +0000 | [diff] [blame] | 259 | has also been specified, its argument is used as a prefix to the |
djm@openbsd.org | 853edbe | 2017-07-07 03:53:12 +0000 | [diff] [blame] | 260 | default path for the resulting host key files. |
Damien Miller | 3ca1eb3 | 2011-05-05 14:13:50 +1000 | [diff] [blame] | 261 | This is used by |
Damien Miller | 58f1baf | 2011-05-05 14:06:15 +1000 | [diff] [blame] | 262 | .Pa /etc/rc |
| 263 | to generate new host keys. |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 264 | .It Fl a Ar rounds |
jmc@openbsd.org | 3b44bf3 | 2019-09-27 20:03:24 +0000 | [diff] [blame] | 265 | When saving a private key, this option specifies the number of KDF |
djm@openbsd.org | ed7bd5d | 2018-08-08 01:16:01 +0000 | [diff] [blame] | 266 | (key derivation function) rounds used. |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 267 | Higher numbers result in slower passphrase verification and increased |
| 268 | resistance to brute-force password cracking (should the keys be stolen). |
| 269 | .Pp |
jmc@openbsd.org | 2b6f799 | 2017-05-03 06:32:02 +0000 | [diff] [blame] | 270 | When screening DH-GEX candidates (using the |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 271 | .Fl T |
jmc@openbsd.org | 3b44bf3 | 2019-09-27 20:03:24 +0000 | [diff] [blame] | 272 | command), |
| 273 | this option specifies the number of primality tests to perform. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 274 | .It Fl B |
| 275 | Show the bubblebabble digest of specified private or public key file. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 276 | .It Fl b Ar bits |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 277 | Specifies the number of bits in the key to create. |
dtucker@openbsd.org | d7c6e38 | 2019-04-19 05:47:44 +0000 | [diff] [blame] | 278 | For RSA keys, the minimum size is 1024 bits and the default is 3072 bits. |
| 279 | Generally, 3072 bits is considered sufficient. |
Darren Tucker | 9f64733 | 2005-11-28 16:41:46 +1100 | [diff] [blame] | 280 | DSA keys must be exactly 1024 bits as specified by FIPS 186-2. |
Damien Miller | ad21032 | 2011-05-05 14:15:54 +1000 | [diff] [blame] | 281 | For ECDSA keys, the |
| 282 | .Fl b |
Damien Miller | 6232a16 | 2011-09-22 21:36:00 +1000 | [diff] [blame] | 283 | flag determines the key length by selecting from one of three elliptic |
Damien Miller | ad21032 | 2011-05-05 14:15:54 +1000 | [diff] [blame] | 284 | curve sizes: 256, 384 or 521 bits. |
| 285 | Attempting to use bit lengths other than these three values for ECDSA keys |
| 286 | will fail. |
sobrado@openbsd.org | f70b22b | 2014-08-30 15:33:50 +0000 | [diff] [blame] | 287 | Ed25519 keys have a fixed length and the |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 288 | .Fl b |
| 289 | flag will be ignored. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 290 | .It Fl C Ar comment |
| 291 | Provides a new comment. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 292 | .It Fl c |
| 293 | Requests changing the comment in the private and public key files. |
| 294 | The program will prompt for the file containing the private keys, for |
Ben Lindstrom | aafff9c | 2001-05-06 03:01:02 +0000 | [diff] [blame] | 295 | the passphrase if the key has one, and for the new comment. |
Damien Miller | 7ea845e | 2010-02-12 09:21:02 +1100 | [diff] [blame] | 296 | .It Fl D Ar pkcs11 |
naddy@openbsd.org | c13b745 | 2019-03-05 16:17:12 +0000 | [diff] [blame] | 297 | Download the public keys provided by the PKCS#11 shared library |
Damien Miller | a761844 | 2010-02-12 09:26:02 +1100 | [diff] [blame] | 298 | .Ar pkcs11 . |
Damien Miller | 757f34e | 2010-08-05 13:05:31 +1000 | [diff] [blame] | 299 | When used in combination with |
| 300 | .Fl s , |
| 301 | this option indicates that a CA key resides in a PKCS#11 token (see the |
| 302 | .Sx CERTIFICATES |
| 303 | section for details). |
djm@openbsd.org | 56d1c83 | 2014-12-21 22:27:55 +0000 | [diff] [blame] | 304 | .It Fl E Ar fingerprint_hash |
| 305 | Specifies the hash algorithm used when displaying key fingerprints. |
| 306 | Valid options are: |
| 307 | .Dq md5 |
| 308 | and |
| 309 | .Dq sha256 . |
| 310 | The default is |
| 311 | .Dq sha256 . |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 312 | .It Fl e |
Ben Lindstrom | 46c264f | 2001-04-24 16:56:58 +0000 | [diff] [blame] | 313 | This option will read a private or public OpenSSH key file and |
djm@openbsd.org | 180b520 | 2019-01-22 11:19:42 +0000 | [diff] [blame] | 314 | print to stdout a public key in one of the formats specified by the |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 315 | .Fl m |
| 316 | option. |
| 317 | The default export format is |
| 318 | .Dq RFC4716 . |
Damien Miller | ea72728 | 2010-07-02 13:35:34 +1000 | [diff] [blame] | 319 | This option allows exporting OpenSSH keys for use by other programs, including |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 320 | several commercial SSH implementations. |
djm@openbsd.org | 737e4ed | 2018-12-07 03:32:26 +0000 | [diff] [blame] | 321 | .It Fl F Ar hostname | [hostname]:port |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 322 | Search for the specified |
| 323 | .Ar hostname |
djm@openbsd.org | 737e4ed | 2018-12-07 03:32:26 +0000 | [diff] [blame] | 324 | (with optional port number) |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 325 | in a |
| 326 | .Pa known_hosts |
| 327 | file, listing any occurrences found. |
| 328 | This option is useful to find hashed host names or addresses and may also be |
| 329 | used in conjunction with the |
| 330 | .Fl H |
| 331 | option to print found keys in a hashed format. |
| 332 | .It Fl f Ar filename |
| 333 | Specifies the filename of the key file. |
| 334 | .It Fl G Ar output_file |
| 335 | Generate candidate primes for DH-GEX. |
| 336 | These primes must be screened for |
| 337 | safety (using the |
| 338 | .Fl T |
| 339 | option) before use. |
Damien Miller | 37876e9 | 2003-05-15 10:19:46 +1000 | [diff] [blame] | 340 | .It Fl g |
Darren Tucker | 0b42e6d | 2004-08-13 21:22:40 +1000 | [diff] [blame] | 341 | Use generic DNS format when printing fingerprint resource records using the |
Darren Tucker | 6e37037 | 2004-08-13 21:23:25 +1000 | [diff] [blame] | 342 | .Fl r |
Darren Tucker | 0b42e6d | 2004-08-13 21:22:40 +1000 | [diff] [blame] | 343 | command. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 344 | .It Fl H |
| 345 | Hash a |
| 346 | .Pa known_hosts |
Darren Tucker | da1adbc | 2005-03-14 23:15:58 +1100 | [diff] [blame] | 347 | file. |
| 348 | This replaces all hostnames and addresses with hashed representations |
| 349 | within the specified file; the original content is moved to a file with |
| 350 | a .old suffix. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 351 | These hashes may be used normally by |
| 352 | .Nm ssh |
| 353 | and |
| 354 | .Nm sshd , |
| 355 | but they do not reveal identifying information should the file's contents |
| 356 | be disclosed. |
| 357 | This option will not modify existing hashed hostnames and is therefore safe |
| 358 | to use on files that mix hashed and non-hashed names. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 359 | .It Fl h |
| 360 | When signing a key, create a host certificate instead of a user |
| 361 | certificate. |
| 362 | Please see the |
| 363 | .Sx CERTIFICATES |
| 364 | section for details. |
Damien Miller | 15f5b56 | 2010-03-03 10:25:21 +1100 | [diff] [blame] | 365 | .It Fl I Ar certificate_identity |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 366 | Specify the key identity when signing a public key. |
| 367 | Please see the |
| 368 | .Sx CERTIFICATES |
| 369 | section for details. |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 370 | .It Fl i |
| 371 | This option will read an unencrypted private (or public) key file |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 372 | in the format specified by the |
| 373 | .Fl m |
| 374 | option and print an OpenSSH compatible private |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 375 | (or public) key to stdout. |
Damien Miller | 43b156c | 2014-04-20 13:23:03 +1000 | [diff] [blame] | 376 | This option allows importing keys from other software, including several |
| 377 | commercial SSH implementations. |
| 378 | The default import format is |
| 379 | .Dq RFC4716 . |
Damien Miller | dfceafe | 2012-07-06 13:44:19 +1000 | [diff] [blame] | 380 | .It Fl J Ar num_lines |
| 381 | Exit after screening the specified number of lines |
| 382 | while performing DH candidate screening using the |
| 383 | .Fl T |
| 384 | option. |
| 385 | .It Fl j Ar start_line |
| 386 | Start screening at the specified line number |
| 387 | while performing DH candidate screening using the |
| 388 | .Fl T |
| 389 | option. |
Damien Miller | 390d056 | 2011-10-18 16:05:19 +1100 | [diff] [blame] | 390 | .It Fl K Ar checkpt |
| 391 | Write the last line processed to the file |
| 392 | .Ar checkpt |
| 393 | while performing DH candidate screening using the |
| 394 | .Fl T |
| 395 | option. |
| 396 | This will be used to skip lines in the input file that have already been |
| 397 | processed if the job is restarted. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 398 | .It Fl k |
| 399 | Generate a KRL file. |
| 400 | In this mode, |
| 401 | .Nm |
| 402 | will generate a KRL file at the location specified via the |
| 403 | .Fl f |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 404 | flag that revokes every key or certificate presented on the command line. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 405 | Keys/certificates to be revoked may be specified by public key file or |
| 406 | using the format described in the |
| 407 | .Sx KEY REVOCATION LISTS |
| 408 | section. |
Damien Miller | f2b70ca | 2010-03-05 07:39:35 +1100 | [diff] [blame] | 409 | .It Fl L |
djm@openbsd.org | 94bc0b7 | 2015-11-13 04:34:15 +0000 | [diff] [blame] | 410 | Prints the contents of one or more certificates. |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 411 | .It Fl l |
Darren Tucker | 35c4553 | 2008-06-13 04:43:15 +1000 | [diff] [blame] | 412 | Show fingerprint of specified public key file. |
Damien Miller | eb5fec6 | 2001-11-12 10:52:44 +1100 | [diff] [blame] | 413 | For RSA and DSA keys |
| 414 | .Nm |
Darren Tucker | f09e825 | 2008-06-13 05:18:03 +1000 | [diff] [blame] | 415 | tries to find the matching public key file and prints its fingerprint. |
| 416 | If combined with |
| 417 | .Fl v , |
jmc@openbsd.org | 9283884 | 2016-05-03 18:38:12 +0000 | [diff] [blame] | 418 | a visual ASCII art representation of the key is supplied with the |
djm@openbsd.org | cdcd941 | 2016-05-03 14:54:08 +0000 | [diff] [blame] | 419 | fingerprint. |
Damien Miller | ea72728 | 2010-07-02 13:35:34 +1000 | [diff] [blame] | 420 | .It Fl M Ar memory |
| 421 | Specify the amount of memory to use (in megabytes) when generating |
| 422 | candidate moduli for DH-GEX. |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 423 | .It Fl m Ar key_format |
djm@openbsd.org | ecd2f33 | 2019-01-22 11:40:42 +0000 | [diff] [blame] | 424 | Specify a key format for key generation, the |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 425 | .Fl i |
djm@openbsd.org | ecd2f33 | 2019-01-22 11:40:42 +0000 | [diff] [blame] | 426 | (import), |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 427 | .Fl e |
djm@openbsd.org | ecd2f33 | 2019-01-22 11:40:42 +0000 | [diff] [blame] | 428 | (export) conversion options, and the |
| 429 | .Fl p |
| 430 | change passphrase operation. |
| 431 | The latter may be used to convert between OpenSSH private key and PEM |
| 432 | private key formats. |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 433 | The supported key formats are: |
| 434 | .Dq RFC4716 |
Damien Miller | ea72728 | 2010-07-02 13:35:34 +1000 | [diff] [blame] | 435 | (RFC 4716/SSH2 public or private key), |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 436 | .Dq PKCS8 |
djm@openbsd.org | eb0d8e7 | 2019-07-15 13:16:29 +0000 | [diff] [blame] | 437 | (PKCS8 public or private key) |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 438 | or |
| 439 | .Dq PEM |
| 440 | (PEM public key). |
djm@openbsd.org | eb0d8e7 | 2019-07-15 13:16:29 +0000 | [diff] [blame] | 441 | By default OpenSSH will write newly-generated private keys in its own |
| 442 | format, but when converting public keys for export the default format is |
Damien Miller | 44b2504 | 2010-07-02 13:35:01 +1000 | [diff] [blame] | 443 | .Dq RFC4716 . |
djm@openbsd.org | ed7bd5d | 2018-08-08 01:16:01 +0000 | [diff] [blame] | 444 | Setting a format of |
| 445 | .Dq PEM |
| 446 | when generating or updating a supported private key type will cause the |
| 447 | key to be stored in the legacy PEM private key format. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 448 | .It Fl N Ar new_passphrase |
| 449 | Provides the new passphrase. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 450 | .It Fl n Ar principals |
| 451 | Specify one or more principals (user or host names) to be included in |
| 452 | a certificate when signing a key. |
| 453 | Multiple principals may be specified, separated by commas. |
| 454 | Please see the |
| 455 | .Sx CERTIFICATES |
| 456 | section for details. |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 457 | .It Fl O Ar option |
| 458 | Specify a certificate option when signing a key. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 459 | This option may be specified multiple times. |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 460 | See also the |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 461 | .Sx CERTIFICATES |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 462 | section for further details. |
djm@openbsd.org | 130283d | 2018-01-25 03:34:43 +0000 | [diff] [blame] | 463 | .Pp |
| 464 | At present, no standard options are valid for host keys. |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 465 | The options that are valid for user certificates are: |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 466 | .Pp |
| 467 | .Bl -tag -width Ds -compact |
Damien Miller | c59e244 | 2010-03-22 05:50:31 +1100 | [diff] [blame] | 468 | .It Ic clear |
| 469 | Clear all enabled permissions. |
| 470 | This is useful for clearing the default set of permissions so permissions may |
| 471 | be added individually. |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 472 | .Pp |
jmc@openbsd.org | d4084cd | 2017-04-29 06:06:01 +0000 | [diff] [blame] | 473 | .It Ic critical : Ns Ar name Ns Op Ns = Ns Ar contents |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 474 | .It Ic extension : Ns Ar name Ns Op Ns = Ns Ar contents |
| 475 | Includes an arbitrary certificate critical option or extension. |
| 476 | The specified |
djm@openbsd.org | 249516e | 2017-04-29 04:12:25 +0000 | [diff] [blame] | 477 | .Ar name |
jmc@openbsd.org | d4084cd | 2017-04-29 06:06:01 +0000 | [diff] [blame] | 478 | should include a domain suffix, e.g.\& |
djm@openbsd.org | 249516e | 2017-04-29 04:12:25 +0000 | [diff] [blame] | 479 | .Dq name@example.com . |
jmc@openbsd.org | d4084cd | 2017-04-29 06:06:01 +0000 | [diff] [blame] | 480 | If |
djm@openbsd.org | 249516e | 2017-04-29 04:12:25 +0000 | [diff] [blame] | 481 | .Ar contents |
| 482 | is specified then it is included as the contents of the extension/option |
| 483 | encoded as a string, otherwise the extension/option is created with no |
| 484 | contents (usually indicating a flag). |
| 485 | Extensions may be ignored by a client or server that does not recognise them, |
| 486 | whereas unknown critical options will cause the certificate to be refused. |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 487 | .Pp |
| 488 | .It Ic force-command Ns = Ns Ar command |
| 489 | Forces the execution of |
| 490 | .Ar command |
| 491 | instead of any shell or command specified by the user when |
| 492 | the certificate is used for authentication. |
| 493 | .Pp |
| 494 | .It Ic no-agent-forwarding |
| 495 | Disable |
| 496 | .Xr ssh-agent 1 |
| 497 | forwarding (permitted by default). |
| 498 | .Pp |
| 499 | .It Ic no-port-forwarding |
| 500 | Disable port forwarding (permitted by default). |
| 501 | .Pp |
| 502 | .It Ic no-pty |
| 503 | Disable PTY allocation (permitted by default). |
| 504 | .Pp |
| 505 | .It Ic no-user-rc |
| 506 | Disable execution of |
| 507 | .Pa ~/.ssh/rc |
| 508 | by |
| 509 | .Xr sshd 8 |
| 510 | (permitted by default). |
| 511 | .Pp |
| 512 | .It Ic no-x11-forwarding |
| 513 | Disable X11 forwarding (permitted by default). |
| 514 | .Pp |
| 515 | .It Ic permit-agent-forwarding |
| 516 | Allows |
| 517 | .Xr ssh-agent 1 |
| 518 | forwarding. |
| 519 | .Pp |
| 520 | .It Ic permit-port-forwarding |
| 521 | Allows port forwarding. |
| 522 | .Pp |
| 523 | .It Ic permit-pty |
| 524 | Allows PTY allocation. |
| 525 | .Pp |
| 526 | .It Ic permit-user-rc |
| 527 | Allows execution of |
| 528 | .Pa ~/.ssh/rc |
| 529 | by |
| 530 | .Xr sshd 8 . |
| 531 | .Pp |
djm@openbsd.org | 130283d | 2018-01-25 03:34:43 +0000 | [diff] [blame] | 532 | .It Ic permit-X11-forwarding |
jmc@openbsd.org | 6b84897 | 2017-05-02 07:13:31 +0000 | [diff] [blame] | 533 | Allows X11 forwarding. |
| 534 | .Pp |
| 535 | .It Ic source-address Ns = Ns Ar address_list |
| 536 | Restrict the source addresses from which the certificate is considered valid. |
| 537 | The |
| 538 | .Ar address_list |
| 539 | is a comma-separated list of one or more address/netmask pairs in CIDR |
| 540 | format. |
| 541 | .El |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 542 | .It Fl P Ar passphrase |
| 543 | Provides the (old) passphrase. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 544 | .It Fl p |
| 545 | Requests changing the passphrase of a private key file instead of |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 546 | creating a new private key. |
| 547 | The program will prompt for the file |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 548 | containing the private key, for the old passphrase, and twice for the |
| 549 | new passphrase. |
Damien Miller | 072fdcd | 2013-01-20 22:34:04 +1100 | [diff] [blame] | 550 | .It Fl Q |
| 551 | Test whether keys have been revoked in a KRL. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 552 | .It Fl q |
| 553 | Silence |
| 554 | .Nm ssh-keygen . |
djm@openbsd.org | 63bba57 | 2018-12-07 03:33:18 +0000 | [diff] [blame] | 555 | .It Fl R Ar hostname | [hostname]:port |
djm@openbsd.org | 737e4ed | 2018-12-07 03:32:26 +0000 | [diff] [blame] | 556 | Removes all keys belonging to the specified |
Damien Miller | 4b42d7f | 2005-03-01 21:48:35 +1100 | [diff] [blame] | 557 | .Ar hostname |
djm@openbsd.org | 737e4ed | 2018-12-07 03:32:26 +0000 | [diff] [blame] | 558 | (with optional port number) |
Damien Miller | 4c9c6fd | 2005-03-02 12:03:43 +1100 | [diff] [blame] | 559 | from a |
Damien Miller | 4b42d7f | 2005-03-01 21:48:35 +1100 | [diff] [blame] | 560 | .Pa known_hosts |
| 561 | file. |
Damien Miller | 4c9c6fd | 2005-03-02 12:03:43 +1100 | [diff] [blame] | 562 | This option is useful to delete hashed hosts (see the |
Damien Miller | 4b42d7f | 2005-03-01 21:48:35 +1100 | [diff] [blame] | 563 | .Fl H |
| 564 | option above). |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 565 | .It Fl r Ar hostname |
| 566 | Print the SSHFP fingerprint resource record named |
| 567 | .Ar hostname |
| 568 | for the specified public key file. |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 569 | .It Fl S Ar start |
| 570 | Specify start point (in hex) when generating candidate moduli for DH-GEX. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 571 | .It Fl s Ar ca_key |
| 572 | Certify (sign) a public key using the specified CA key. |
| 573 | Please see the |
| 574 | .Sx CERTIFICATES |
| 575 | section for details. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 576 | .Pp |
| 577 | When generating a KRL, |
| 578 | .Fl s |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 579 | specifies a path to a CA public key file used to revoke certificates directly |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 580 | by key ID or serial number. |
| 581 | See the |
| 582 | .Sx KEY REVOCATION LISTS |
| 583 | section for details. |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 584 | .It Fl T Ar output_file |
| 585 | Test DH group exchange candidate primes (generated using the |
| 586 | .Fl G |
| 587 | option) for safety. |
jmc@openbsd.org | f10c0d3 | 2017-05-02 17:04:09 +0000 | [diff] [blame] | 588 | .It Fl t Cm dsa | ecdsa | ed25519 | rsa |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 589 | Specifies the type of key to create. |
| 590 | The possible values are |
Damien Miller | 6186bbc | 2010-09-24 22:00:54 +1000 | [diff] [blame] | 591 | .Dq dsa , |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 592 | .Dq ecdsa , |
| 593 | .Dq ed25519 , |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 594 | or |
jmc@openbsd.org | f10c0d3 | 2017-05-02 17:04:09 +0000 | [diff] [blame] | 595 | .Dq rsa . |
djm@openbsd.org | 476e355 | 2019-05-20 00:20:35 +0000 | [diff] [blame] | 596 | .Pp |
| 597 | This flag may also be used to specify the desired signature type when |
jmc@openbsd.org | 85ceb0e | 2019-05-20 06:01:59 +0000 | [diff] [blame] | 598 | signing certificates using an RSA CA key. |
djm@openbsd.org | 476e355 | 2019-05-20 00:20:35 +0000 | [diff] [blame] | 599 | The available RSA signature variants are |
| 600 | .Dq ssh-rsa |
| 601 | (SHA1 signatures, not recommended), |
jmc@openbsd.org | 85ceb0e | 2019-05-20 06:01:59 +0000 | [diff] [blame] | 602 | .Dq rsa-sha2-256 , |
| 603 | and |
djm@openbsd.org | 476e355 | 2019-05-20 00:20:35 +0000 | [diff] [blame] | 604 | .Dq rsa-sha2-512 |
| 605 | (the default). |
djm@openbsd.org | a98339e | 2017-06-28 01:09:22 +0000 | [diff] [blame] | 606 | .It Fl U |
| 607 | When used in combination with |
| 608 | .Fl s , |
| 609 | this option indicates that a CA key resides in a |
| 610 | .Xr ssh-agent 1 . |
| 611 | See the |
| 612 | .Sx CERTIFICATES |
| 613 | section for more information. |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 614 | .It Fl u |
| 615 | Update a KRL. |
| 616 | When specified with |
| 617 | .Fl k , |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 618 | keys listed via the command line are added to the existing KRL rather than |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 619 | a new KRL being created. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 620 | .It Fl V Ar validity_interval |
| 621 | Specify a validity interval when signing a certificate. |
| 622 | A validity interval may consist of a single time, indicating that the |
| 623 | certificate is valid beginning now and expiring at that time, or may consist |
| 624 | of two times separated by a colon to indicate an explicit time interval. |
djm@openbsd.org@openbsd.org | d52131a | 2017-11-03 05:14:04 +0000 | [diff] [blame] | 625 | .Pp |
| 626 | The start time may be specified as the string |
| 627 | .Dq always |
| 628 | to indicate the certificate has no specified start time, |
djm@openbsd.org | bf0fbf2 | 2018-03-12 00:52:01 +0000 | [diff] [blame] | 629 | a date in YYYYMMDD format, a time in YYYYMMDDHHMM[SS] format, |
djm@openbsd.org@openbsd.org | d52131a | 2017-11-03 05:14:04 +0000 | [diff] [blame] | 630 | a relative time (to the current time) consisting of a minus sign followed by |
| 631 | an interval in the format described in the |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 632 | TIME FORMATS section of |
Damien Miller | 77497e1 | 2010-03-22 05:50:51 +1100 | [diff] [blame] | 633 | .Xr sshd_config 5 . |
djm@openbsd.org@openbsd.org | d52131a | 2017-11-03 05:14:04 +0000 | [diff] [blame] | 634 | .Pp |
djm@openbsd.org | bf0fbf2 | 2018-03-12 00:52:01 +0000 | [diff] [blame] | 635 | The end time may be specified as a YYYYMMDD date, a YYYYMMDDHHMM[SS] time, |
djm@openbsd.org@openbsd.org | d52131a | 2017-11-03 05:14:04 +0000 | [diff] [blame] | 636 | a relative time starting with a plus character or the string |
| 637 | .Dq forever |
| 638 | to indicate that the certificate has no expirty date. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 639 | .Pp |
| 640 | For example: |
| 641 | .Dq +52w1d |
| 642 | (valid from now to 52 weeks and one day from now), |
| 643 | .Dq -4w:+4w |
| 644 | (valid from four weeks ago to four weeks from now), |
| 645 | .Dq 20100101123000:20110101123000 |
| 646 | (valid from 12:30 PM, January 1st, 2010 to 12:30 PM, January 1st, 2011), |
| 647 | .Dq -1d:20110101 |
| 648 | (valid from yesterday to midnight, January 1st, 2011). |
djm@openbsd.org@openbsd.org | d52131a | 2017-11-03 05:14:04 +0000 | [diff] [blame] | 649 | .Dq -1m:forever |
| 650 | (valid from one minute ago and never expiring). |
Darren Tucker | 06930c7 | 2003-12-31 11:34:51 +1100 | [diff] [blame] | 651 | .It Fl v |
| 652 | Verbose mode. |
| 653 | Causes |
| 654 | .Nm |
| 655 | to print debugging messages about its progress. |
| 656 | This is helpful for debugging moduli generation. |
| 657 | Multiple |
| 658 | .Fl v |
| 659 | options increase the verbosity. |
| 660 | The maximum is 3. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 661 | .It Fl W Ar generator |
| 662 | Specify desired generator when testing candidate moduli for DH-GEX. |
| 663 | .It Fl y |
| 664 | This option will read a private |
| 665 | OpenSSH format file and print an OpenSSH public key to stdout. |
jmc@openbsd.org | f23d91f | 2019-09-05 05:47:23 +0000 | [diff] [blame] | 666 | .It Fl Y Cm sign |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 667 | Cryptographically sign a file or some data using a SSH key. |
| 668 | When signing, |
| 669 | .Nm |
| 670 | accepts zero or more files to sign on the command-line - if no files |
| 671 | are specified then |
| 672 | .Nm |
| 673 | will sign data presented on standard input. |
| 674 | Signatures are written to the path of the input file with |
| 675 | .Dq .sig |
| 676 | appended, or to standard output if the message to be signed was read from |
| 677 | standard input. |
| 678 | .Pp |
| 679 | The key used for signing is specified using the |
| 680 | .Fl f |
| 681 | option and may refer to either a private key, or a public key with the private |
| 682 | half available via |
| 683 | .Xr ssh-agent 1 . |
| 684 | An additional signature namespace, used to prevent signature confusion across |
| 685 | different domains of use (e.g. file signing vs email signing) must be provided |
| 686 | via the |
| 687 | .Fl n |
| 688 | flag. |
| 689 | Namespaces are arbitrary strings, and may include: |
| 690 | .Dq file |
| 691 | for file signing, |
| 692 | .Dq email |
| 693 | for email signing. |
| 694 | For custom uses, it is recommended to use names following a |
| 695 | NAMESPACE@YOUR.DOMAIN pattern to generate unambiguous namespaces. |
jmc@openbsd.org | f23d91f | 2019-09-05 05:47:23 +0000 | [diff] [blame] | 696 | .It Fl Y Cm verify |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 697 | Request to verify a signature generated using |
| 698 | .Nm |
jmc@openbsd.org | f23d91f | 2019-09-05 05:47:23 +0000 | [diff] [blame] | 699 | .Fl Y Cm sign |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 700 | as described above. |
| 701 | When verifying a signature, |
| 702 | .Nm |
| 703 | accepts a message on standard input and a signature namespace using |
| 704 | .Fl n . |
| 705 | A file containing the corresponding signature must also be supplied using the |
| 706 | .Fl s |
| 707 | flag, along with the identity of the signer using |
| 708 | .Fl I |
| 709 | and a list of allowed signers via the |
| 710 | .Fl f |
| 711 | flag. |
| 712 | The format of the allowed signers file is documented in the |
| 713 | .Sx ALLOWED SIGNERS |
| 714 | section below. |
| 715 | A file containing revoked keys can be passed using the |
| 716 | .Fl r |
jmc@openbsd.org | db1e6f6 | 2019-09-04 05:56:54 +0000 | [diff] [blame] | 717 | flag. |
| 718 | The revocation file may be a KRL or a one-per-line list of public keys. |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 719 | Successful verification by an authorized signer is signalled by |
| 720 | .Nm |
djm@openbsd.org | 8aa2aa3 | 2019-09-16 03:23:02 +0000 | [diff] [blame] | 721 | .It Fl Y Cm check-novalidate |
| 722 | Checks that a signature generated using |
| 723 | .Nm |
| 724 | .Fl Y Cm sign |
| 725 | has a valid structure. |
| 726 | This does not validate if a signature comes from an authorized signer. |
| 727 | When testing a signature, |
| 728 | .Nm |
| 729 | accepts a message on standard input and a signature namespace using |
| 730 | .Fl n . |
| 731 | A file containing the corresponding signature must also be supplied using the |
| 732 | .Fl s |
jmc@openbsd.org | 90d4b25 | 2019-09-20 18:50:58 +0000 | [diff] [blame] | 733 | flag. |
| 734 | Successful testing of the signature is signalled by |
djm@openbsd.org | 8aa2aa3 | 2019-09-16 03:23:02 +0000 | [diff] [blame] | 735 | .Nm |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 736 | returning a zero exit status. |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 737 | .It Fl z Ar serial_number |
| 738 | Specifies a serial number to be embedded in the certificate to distinguish |
| 739 | this certificate from others from the same CA. |
djm@openbsd.org | be06394 | 2019-01-23 04:51:02 +0000 | [diff] [blame] | 740 | If the |
| 741 | .Ar serial_number |
| 742 | is prefixed with a |
| 743 | .Sq + |
| 744 | character, then the serial number will be incremented for each certificate |
| 745 | signed on a single command-line. |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 746 | The default serial number is zero. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 747 | .Pp |
| 748 | When generating a KRL, the |
| 749 | .Fl z |
| 750 | flag is used to specify a KRL version number. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 751 | .El |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 752 | .Sh MODULI GENERATION |
| 753 | .Nm |
| 754 | may be used to generate groups for the Diffie-Hellman Group Exchange |
| 755 | (DH-GEX) protocol. |
| 756 | Generating these groups is a two-step process: first, candidate |
| 757 | primes are generated using a fast, but memory intensive process. |
| 758 | These candidate primes are then tested for suitability (a CPU-intensive |
| 759 | process). |
| 760 | .Pp |
| 761 | Generation of primes is performed using the |
| 762 | .Fl G |
| 763 | option. |
| 764 | The desired length of the primes may be specified by the |
| 765 | .Fl b |
| 766 | option. |
| 767 | For example: |
| 768 | .Pp |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 769 | .Dl # ssh-keygen -G moduli-2048.candidates -b 2048 |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 770 | .Pp |
| 771 | By default, the search for primes begins at a random point in the |
| 772 | desired length range. |
| 773 | This may be overridden using the |
| 774 | .Fl S |
| 775 | option, which specifies a different start point (in hex). |
| 776 | .Pp |
Damien Miller | dfceafe | 2012-07-06 13:44:19 +1000 | [diff] [blame] | 777 | Once a set of candidates have been generated, they must be screened for |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 778 | suitability. |
| 779 | This may be performed using the |
| 780 | .Fl T |
| 781 | option. |
| 782 | In this mode |
| 783 | .Nm |
| 784 | will read candidates from standard input (or a file specified using the |
| 785 | .Fl f |
| 786 | option). |
| 787 | For example: |
| 788 | .Pp |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 789 | .Dl # ssh-keygen -T moduli-2048 -f moduli-2048.candidates |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 790 | .Pp |
| 791 | By default, each candidate will be subjected to 100 primality tests. |
| 792 | This may be overridden using the |
| 793 | .Fl a |
| 794 | option. |
| 795 | The DH generator value will be chosen automatically for the |
| 796 | prime under consideration. |
| 797 | If a specific generator is desired, it may be requested using the |
| 798 | .Fl W |
| 799 | option. |
Damien Miller | 265d309 | 2005-03-02 12:05:06 +1100 | [diff] [blame] | 800 | Valid generator values are 2, 3, and 5. |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 801 | .Pp |
| 802 | Screened DH groups may be installed in |
| 803 | .Pa /etc/moduli . |
| 804 | It is important that this file contains moduli of a range of bit lengths and |
| 805 | that both ends of a connection share common moduli. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 806 | .Sh CERTIFICATES |
| 807 | .Nm |
| 808 | supports signing of keys to produce certificates that may be used for |
| 809 | user or host authentication. |
| 810 | Certificates consist of a public key, some identity information, zero or |
Damien Miller | 1f18142 | 2010-04-18 08:08:03 +1000 | [diff] [blame] | 811 | more principal (user or host) names and a set of options that |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 812 | are signed by a Certification Authority (CA) key. |
| 813 | Clients or servers may then trust only the CA key and verify its signature |
| 814 | on a certificate rather than trusting many user/host keys. |
| 815 | Note that OpenSSH certificates are a different, and much simpler, format to |
| 816 | the X.509 certificates used in |
| 817 | .Xr ssl 8 . |
| 818 | .Pp |
| 819 | .Nm |
| 820 | supports two types of certificates: user and host. |
| 821 | User certificates authenticate users to servers, whereas host certificates |
Damien Miller | 15f5b56 | 2010-03-03 10:25:21 +1100 | [diff] [blame] | 822 | authenticate server hosts to users. |
| 823 | To generate a user certificate: |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 824 | .Pp |
| 825 | .Dl $ ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub |
| 826 | .Pp |
| 827 | The resultant certificate will be placed in |
Damien Miller | 1b61a28 | 2010-03-22 05:55:06 +1100 | [diff] [blame] | 828 | .Pa /path/to/user_key-cert.pub . |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 829 | A host certificate requires the |
| 830 | .Fl h |
| 831 | option: |
| 832 | .Pp |
| 833 | .Dl $ ssh-keygen -s /path/to/ca_key -I key_id -h /path/to/host_key.pub |
| 834 | .Pp |
| 835 | The host certificate will be output to |
Damien Miller | 1b61a28 | 2010-03-22 05:55:06 +1100 | [diff] [blame] | 836 | .Pa /path/to/host_key-cert.pub . |
Damien Miller | 757f34e | 2010-08-05 13:05:31 +1000 | [diff] [blame] | 837 | .Pp |
| 838 | It is possible to sign using a CA key stored in a PKCS#11 token by |
| 839 | providing the token library using |
| 840 | .Fl D |
| 841 | and identifying the CA key by providing its public half as an argument |
| 842 | to |
| 843 | .Fl s : |
| 844 | .Pp |
naddy@openbsd.org | 05291e5 | 2015-08-20 19:20:06 +0000 | [diff] [blame] | 845 | .Dl $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id user_key.pub |
Damien Miller | 757f34e | 2010-08-05 13:05:31 +1000 | [diff] [blame] | 846 | .Pp |
djm@openbsd.org | a98339e | 2017-06-28 01:09:22 +0000 | [diff] [blame] | 847 | Similarly, it is possible for the CA key to be hosted in a |
| 848 | .Xr ssh-agent 1 . |
| 849 | This is indicated by the |
| 850 | .Fl U |
| 851 | flag and, again, the CA key must be identified by its public half. |
| 852 | .Pp |
| 853 | .Dl $ ssh-keygen -Us ca_key.pub -I key_id user_key.pub |
| 854 | .Pp |
Damien Miller | 757f34e | 2010-08-05 13:05:31 +1000 | [diff] [blame] | 855 | In all cases, |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 856 | .Ar key_id |
| 857 | is a "key identifier" that is logged by the server when the certificate |
| 858 | is used for authentication. |
| 859 | .Pp |
| 860 | Certificates may be limited to be valid for a set of principal (user/host) |
| 861 | names. |
| 862 | By default, generated certificates are valid for all users or hosts. |
| 863 | To generate a certificate for a specified set of principals: |
| 864 | .Pp |
| 865 | .Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub |
naddy@openbsd.org | 05291e5 | 2015-08-20 19:20:06 +0000 | [diff] [blame] | 866 | .Dl "$ ssh-keygen -s ca_key -I key_id -h -n host.domain host_key.pub" |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 867 | .Pp |
| 868 | Additional limitations on the validity and use of user certificates may |
Damien Miller | 1f18142 | 2010-04-18 08:08:03 +1000 | [diff] [blame] | 869 | be specified through certificate options. |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 870 | A certificate option may disable features of the SSH session, may be |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 871 | valid only when presented from particular source addresses or may |
| 872 | force the use of a specific command. |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 873 | For a list of valid certificate options, see the documentation for the |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 874 | .Fl O |
| 875 | option above. |
| 876 | .Pp |
| 877 | Finally, certificates may be defined with a validity lifetime. |
| 878 | The |
| 879 | .Fl V |
| 880 | option allows specification of certificate start and end times. |
| 881 | A certificate that is presented at a time outside this range will not be |
| 882 | considered valid. |
Darren Tucker | 3ee50c5 | 2012-09-06 21:18:11 +1000 | [diff] [blame] | 883 | By default, certificates are valid from |
| 884 | .Ux |
| 885 | Epoch to the distant future. |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 886 | .Pp |
| 887 | For certificates to be used for user or host authentication, the CA |
| 888 | public key must be trusted by |
| 889 | .Xr sshd 8 |
| 890 | or |
| 891 | .Xr ssh 1 . |
| 892 | Please refer to those manual pages for details. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 893 | .Sh KEY REVOCATION LISTS |
| 894 | .Nm |
| 895 | is able to manage OpenSSH format Key Revocation Lists (KRLs). |
| 896 | These binary files specify keys or certificates to be revoked using a |
Damien Miller | 1379771 | 2013-12-29 17:47:14 +1100 | [diff] [blame] | 897 | compact format, taking as little as one bit per certificate if they are being |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 898 | revoked by serial number. |
| 899 | .Pp |
| 900 | KRLs may be generated using the |
| 901 | .Fl k |
| 902 | flag. |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 903 | This option reads one or more files from the command line and generates a new |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 904 | KRL. |
| 905 | The files may either contain a KRL specification (see below) or public keys, |
| 906 | listed one per line. |
| 907 | Plain public keys are revoked by listing their hash or contents in the KRL and |
| 908 | certificates revoked by serial number or key ID (if the serial is zero or |
| 909 | not available). |
| 910 | .Pp |
| 911 | Revoking keys using a KRL specification offers explicit control over the |
| 912 | types of record used to revoke keys and may be used to directly revoke |
| 913 | certificates by serial number or key ID without having the complete original |
| 914 | certificate on hand. |
| 915 | A KRL specification consists of lines containing one of the following directives |
| 916 | followed by a colon and some directive-specific information. |
| 917 | .Bl -tag -width Ds |
Damien Miller | a0a7ee8 | 2013-01-20 22:35:06 +1100 | [diff] [blame] | 918 | .It Cm serial : Ar serial_number Ns Op - Ns Ar serial_number |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 919 | Revokes a certificate with the specified serial number. |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 920 | Serial numbers are 64-bit values, not including zero and may be expressed |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 921 | in decimal, hex or octal. |
| 922 | If two serial numbers are specified separated by a hyphen, then the range |
| 923 | of serial numbers including and between each is revoked. |
| 924 | The CA key must have been specified on the |
| 925 | .Nm |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 926 | command line using the |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 927 | .Fl s |
| 928 | option. |
| 929 | .It Cm id : Ar key_id |
| 930 | Revokes a certificate with the specified key ID string. |
| 931 | The CA key must have been specified on the |
| 932 | .Nm |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 933 | command line using the |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 934 | .Fl s |
| 935 | option. |
| 936 | .It Cm key : Ar public_key |
| 937 | Revokes the specified key. |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 938 | If a certificate is listed, then it is revoked as a plain public key. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 939 | .It Cm sha1 : Ar public_key |
djm@openbsd.org | 9405c62 | 2018-09-12 01:21:34 +0000 | [diff] [blame] | 940 | Revokes the specified key by including its SHA1 hash in the KRL. |
| 941 | .It Cm sha256 : Ar public_key |
| 942 | Revokes the specified key by including its SHA256 hash in the KRL. |
| 943 | KRLs that revoke keys by SHA256 hash are not supported by OpenSSH versions |
| 944 | prior to 7.9. |
| 945 | .It Cm hash : Ar fingerprint |
djm@openbsd.org | f0fcd7e | 2018-09-12 06:18:59 +0000 | [diff] [blame] | 946 | Revokes a key using a fingerprint hash, as obtained from a |
djm@openbsd.org | 9405c62 | 2018-09-12 01:21:34 +0000 | [diff] [blame] | 947 | .Xr sshd 8 |
| 948 | authentication log message or the |
| 949 | .Nm |
| 950 | .Fl l |
| 951 | flag. |
| 952 | Only SHA256 fingerprints are supported here and resultant KRLs are |
| 953 | not supported by OpenSSH versions prior to 7.9. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 954 | .El |
| 955 | .Pp |
| 956 | KRLs may be updated using the |
| 957 | .Fl u |
| 958 | flag in addition to |
| 959 | .Fl k . |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 960 | When this option is specified, keys listed via the command line are merged into |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 961 | the KRL, adding to those already there. |
| 962 | .Pp |
| 963 | It is also possible, given a KRL, to test whether it revokes a particular key |
| 964 | (or keys). |
| 965 | The |
| 966 | .Fl Q |
jmc@openbsd.org | 8b29008 | 2015-11-05 09:48:05 +0000 | [diff] [blame] | 967 | flag will query an existing KRL, testing each key specified on the command line. |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 968 | If any key listed on the command line has been revoked (or an error encountered) |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 969 | then |
| 970 | .Nm |
| 971 | will exit with a non-zero exit status. |
| 972 | A zero exit status will only be returned if no key was revoked. |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 973 | .Sh ALLOWED SIGNERS |
| 974 | When verifying signatures, |
| 975 | .Nm |
| 976 | uses a simple list of identities and keys to determine whether a signature |
| 977 | comes from an authorized source. |
| 978 | This "allowed signers" file uses a format patterned after the |
| 979 | AUTHORIZED_KEYS FILE FORMAT described in |
jmc@openbsd.org | db1e6f6 | 2019-09-04 05:56:54 +0000 | [diff] [blame] | 980 | .Xr sshd 8 . |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 981 | Each line of the file contains the following space-separated fields: |
| 982 | principals, options, keytype, base64-encoded key. |
| 983 | Empty lines and lines starting with a |
| 984 | .Ql # |
| 985 | are ignored as comments. |
| 986 | .Pp |
| 987 | The principals field is a pattern-list (See PATTERNS in |
| 988 | .Xr ssh_config 5 ) |
| 989 | consisting of one or more comma-separated USER@DOMAIN identity patterns |
| 990 | that are accepted for signing. |
| 991 | When verifying, the identity presented via the |
| 992 | .Fl I option |
| 993 | must match a principals pattern in order for the corresponding key to be |
| 994 | considered acceptable for verification. |
| 995 | .Pp |
| 996 | The options (if present) consist of comma-separated option specifications. |
| 997 | No spaces are permitted, except within double quotes. |
| 998 | The following option specifications are supported (note that option keywords |
| 999 | are case-insensitive): |
| 1000 | .Bl -tag -width Ds |
| 1001 | .It Cm cert-authority |
| 1002 | Indicates that this key is accepted as a certificate authority (CA) and |
| 1003 | that certificates signed by this CA may be accepted for verification. |
| 1004 | .It Cm namespaces="namespace-list" |
| 1005 | Specifies a pattern-list of namespaces that are accepted for this key. |
djm@openbsd.org | d637c4a | 2019-09-03 08:35:27 +0000 | [diff] [blame] | 1006 | If this option is present, the signature namespace embedded in the |
djm@openbsd.org | 2a9c9f7 | 2019-09-03 08:34:19 +0000 | [diff] [blame] | 1007 | signature object and presented on the verification command-line must |
| 1008 | match the specified list before the key will be considered acceptable. |
| 1009 | .El |
| 1010 | .Pp |
| 1011 | When verifying signatures made by certificates, the expected principal |
| 1012 | name must match both the principals pattern in the allowed signers file and |
| 1013 | the principals embedded in the certificate itself. |
| 1014 | .Pp |
| 1015 | An example allowed signers file: |
| 1016 | .Bd -literal -offset 3n |
| 1017 | # Comments allowed at start of line |
| 1018 | user1@example.com,user2@example.com ssh-rsa AAAAX1... |
| 1019 | # A certificate authority, trusted for all principals in a domain. |
| 1020 | *@example.com cert-authority ssh-ed25519 AAAB4... |
| 1021 | # A key that is accepted only for file signing. |
| 1022 | user2@example.com namespaces="file" ssh-ed25519 AAA41... |
| 1023 | .Ed |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1024 | .Sh FILES |
Damien Miller | 6186bbc | 2010-09-24 22:00:54 +1000 | [diff] [blame] | 1025 | .Bl -tag -width Ds -compact |
Damien Miller | 167ea5d | 2005-05-26 12:04:02 +1000 | [diff] [blame] | 1026 | .It Pa ~/.ssh/id_dsa |
Damien Miller | 6186bbc | 2010-09-24 22:00:54 +1000 | [diff] [blame] | 1027 | .It Pa ~/.ssh/id_ecdsa |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 1028 | .It Pa ~/.ssh/id_ed25519 |
Damien Miller | 167ea5d | 2005-05-26 12:04:02 +1000 | [diff] [blame] | 1029 | .It Pa ~/.ssh/id_rsa |
naddy@openbsd.org | 2e9c324 | 2017-05-05 10:41:58 +0000 | [diff] [blame] | 1030 | Contains the DSA, ECDSA, Ed25519 or RSA |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 1031 | authentication identity of the user. |
Ben Lindstrom | 18a82ac | 2001-04-11 15:59:35 +0000 | [diff] [blame] | 1032 | This file should not be readable by anyone but the user. |
| 1033 | It is possible to |
| 1034 | specify a passphrase when generating the key; that passphrase will be |
Darren Tucker | 199ee6f | 2009-10-24 11:50:17 +1100 | [diff] [blame] | 1035 | used to encrypt the private part of this file using 128-bit AES. |
Ben Lindstrom | 18a82ac | 2001-04-11 15:59:35 +0000 | [diff] [blame] | 1036 | This file is not automatically accessed by |
| 1037 | .Nm |
| 1038 | but it is offered as the default file for the private key. |
Ben Lindstrom | bda98b0 | 2001-07-04 03:35:24 +0000 | [diff] [blame] | 1039 | .Xr ssh 1 |
Ben Lindstrom | 18a82ac | 2001-04-11 15:59:35 +0000 | [diff] [blame] | 1040 | will read this file when a login attempt is made. |
Damien Miller | 6186bbc | 2010-09-24 22:00:54 +1000 | [diff] [blame] | 1041 | .Pp |
| 1042 | .It Pa ~/.ssh/id_dsa.pub |
| 1043 | .It Pa ~/.ssh/id_ecdsa.pub |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 1044 | .It Pa ~/.ssh/id_ed25519.pub |
Damien Miller | 167ea5d | 2005-05-26 12:04:02 +1000 | [diff] [blame] | 1045 | .It Pa ~/.ssh/id_rsa.pub |
naddy@openbsd.org | 2e9c324 | 2017-05-05 10:41:58 +0000 | [diff] [blame] | 1046 | Contains the DSA, ECDSA, Ed25519 or RSA |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 1047 | public key for authentication. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1048 | The contents of this file should be added to |
Damien Miller | 167ea5d | 2005-05-26 12:04:02 +1000 | [diff] [blame] | 1049 | .Pa ~/.ssh/authorized_keys |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1050 | on all machines |
Ben Lindstrom | 594e203 | 2001-09-12 18:35:30 +0000 | [diff] [blame] | 1051 | where the user wishes to log in using public key authentication. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1052 | There is no need to keep the contents of this file secret. |
Damien Miller | 6186bbc | 2010-09-24 22:00:54 +1000 | [diff] [blame] | 1053 | .Pp |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 1054 | .It Pa /etc/moduli |
| 1055 | Contains Diffie-Hellman groups used for DH-GEX. |
| 1056 | The file format is described in |
| 1057 | .Xr moduli 5 . |
Damien Miller | 3702396 | 2000-07-11 17:31:38 +1000 | [diff] [blame] | 1058 | .El |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1059 | .Sh SEE ALSO |
| 1060 | .Xr ssh 1 , |
| 1061 | .Xr ssh-add 1 , |
Damien Miller | 2e8b1c8 | 1999-11-15 23:33:56 +1100 | [diff] [blame] | 1062 | .Xr ssh-agent 1 , |
Darren Tucker | 019cefe | 2003-08-02 22:40:07 +1000 | [diff] [blame] | 1063 | .Xr moduli 5 , |
Ben Lindstrom | 77788dc | 2001-02-10 23:10:33 +0000 | [diff] [blame] | 1064 | .Xr sshd 8 |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 1065 | .Rs |
Damien Miller | c0367fb | 2007-01-05 16:25:46 +1100 | [diff] [blame] | 1066 | .%R RFC 4716 |
| 1067 | .%T "The Secure Shell (SSH) Public Key File Format" |
| 1068 | .%D 2006 |
Ben Lindstrom | 5a70782 | 2001-04-22 17:15:46 +0000 | [diff] [blame] | 1069 | .Re |
Damien Miller | f1ce505 | 2003-06-11 22:04:39 +1000 | [diff] [blame] | 1070 | .Sh AUTHORS |
| 1071 | OpenSSH is a derivative of the original and free |
| 1072 | ssh 1.2.12 release by Tatu Ylonen. |
| 1073 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, |
| 1074 | Theo de Raadt and Dug Song |
| 1075 | removed many bugs, re-added newer features and |
| 1076 | created OpenSSH. |
| 1077 | Markus Friedl contributed the support for SSH |
| 1078 | protocol versions 1.5 and 2.0. |