Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1 | .\" |
| 2 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
| 3 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
| 4 | .\" All rights reserved |
| 5 | .\" |
| 6 | .\" As far as I am concerned, the code I have written for this software |
| 7 | .\" can be used freely for any purpose. Any derived versions of this |
| 8 | .\" software must be clearly marked as such, and if the derived work is |
| 9 | .\" incompatible with the protocol description in the RFC file, it must be |
| 10 | .\" called by a name other than "ssh" or "Secure Shell". |
| 11 | .\" |
| 12 | .\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. |
| 13 | .\" Copyright (c) 1999 Aaron Campbell. All rights reserved. |
| 14 | .\" Copyright (c) 1999 Theo de Raadt. All rights reserved. |
| 15 | .\" |
| 16 | .\" Redistribution and use in source and binary forms, with or without |
| 17 | .\" modification, are permitted provided that the following conditions |
| 18 | .\" are met: |
| 19 | .\" 1. Redistributions of source code must retain the above copyright |
| 20 | .\" notice, this list of conditions and the following disclaimer. |
| 21 | .\" 2. Redistributions in binary form must reproduce the above copyright |
| 22 | .\" notice, this list of conditions and the following disclaimer in the |
| 23 | .\" documentation and/or other materials provided with the distribution. |
| 24 | .\" |
| 25 | .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 26 | .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 27 | .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 28 | .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 29 | .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 30 | .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 31 | .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 32 | .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 35 | .\" |
jmc@openbsd.org | 8635afa | 2019-11-26 22:42:26 +0000 | [diff] [blame^] | 36 | .\" $OpenBSD: sshd_config.5,v 1.294 2019/11/26 22:42:26 jmc Exp $ |
| 37 | .Dd $Mdocdate: November 26 2019 $ |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 38 | .Dt SSHD_CONFIG 5 |
| 39 | .Os |
| 40 | .Sh NAME |
| 41 | .Nm sshd_config |
| 42 | .Nd OpenSSH SSH daemon configuration file |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 43 | .Sh DESCRIPTION |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 44 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 45 | reads configuration data from |
| 46 | .Pa /etc/ssh/sshd_config |
| 47 | (or the file specified with |
| 48 | .Fl f |
| 49 | on the command line). |
| 50 | The file contains keyword-argument pairs, one per line. |
benno@openbsd.org | cfa4682 | 2017-10-09 20:12:51 +0000 | [diff] [blame] | 51 | For each keyword, the first obtained value will be used. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 52 | Lines starting with |
| 53 | .Ql # |
| 54 | and empty lines are interpreted as comments. |
Damien Miller | 306d118 | 2006-03-15 12:05:59 +1100 | [diff] [blame] | 55 | Arguments may optionally be enclosed in double quotes |
| 56 | .Pq \&" |
| 57 | in order to represent arguments containing spaces. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 58 | .Pp |
| 59 | The possible |
| 60 | keywords and their meanings are as follows (note that |
| 61 | keywords are case-insensitive and arguments are case-sensitive): |
| 62 | .Bl -tag -width Ds |
Darren Tucker | 46bc075 | 2004-05-02 22:11:30 +1000 | [diff] [blame] | 63 | .It Cm AcceptEnv |
| 64 | Specifies what environment variables sent by the client will be copied into |
| 65 | the session's |
| 66 | .Xr environ 7 . |
| 67 | See |
| 68 | .Cm SendEnv |
djm@openbsd.org | 7082bb5 | 2018-06-09 03:01:12 +0000 | [diff] [blame] | 69 | and |
| 70 | .Cm SetEnv |
Darren Tucker | 46bc075 | 2004-05-02 22:11:30 +1000 | [diff] [blame] | 71 | in |
| 72 | .Xr ssh_config 5 |
| 73 | for how to configure the client. |
jmc@openbsd.org | a685ae8 | 2016-02-17 07:38:19 +0000 | [diff] [blame] | 74 | The |
dtucker@openbsd.org | 85b96ef | 2015-04-28 10:17:58 +0000 | [diff] [blame] | 75 | .Ev TERM |
djm@openbsd.org | 1678d42 | 2018-06-09 03:18:11 +0000 | [diff] [blame] | 76 | environment variable is always accepted whenever the client |
djm@openbsd.org | 732d61f | 2015-06-05 03:44:14 +0000 | [diff] [blame] | 77 | requests a pseudo-terminal as it is required by the protocol. |
Darren Tucker | 46bc075 | 2004-05-02 22:11:30 +1000 | [diff] [blame] | 78 | Variables are specified by name, which may contain the wildcard characters |
Damien Miller | 208f1ed | 2006-03-15 11:56:03 +1100 | [diff] [blame] | 79 | .Ql * |
Darren Tucker | 46bc075 | 2004-05-02 22:11:30 +1000 | [diff] [blame] | 80 | and |
| 81 | .Ql \&? . |
Darren Tucker | 1e0c9bf | 2004-05-02 22:12:48 +1000 | [diff] [blame] | 82 | Multiple environment variables may be separated by whitespace or spread |
Darren Tucker | 46bc075 | 2004-05-02 22:11:30 +1000 | [diff] [blame] | 83 | across multiple |
| 84 | .Cm AcceptEnv |
| 85 | directives. |
Darren Tucker | 1e0c9bf | 2004-05-02 22:12:48 +1000 | [diff] [blame] | 86 | Be warned that some environment variables could be used to bypass restricted |
Darren Tucker | 46bc075 | 2004-05-02 22:11:30 +1000 | [diff] [blame] | 87 | user environments. |
| 88 | For this reason, care should be taken in the use of this directive. |
| 89 | The default is not to accept any environment variables. |
Darren Tucker | 0f38323 | 2005-01-20 10:57:56 +1100 | [diff] [blame] | 90 | .It Cm AddressFamily |
| 91 | Specifies which address family should be used by |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 92 | .Xr sshd 8 . |
Darren Tucker | 0f38323 | 2005-01-20 10:57:56 +1100 | [diff] [blame] | 93 | Valid arguments are |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 94 | .Cm any |
| 95 | (the default), |
| 96 | .Cm inet |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 97 | (use IPv4 only), or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 98 | .Cm inet6 |
Darren Tucker | 0f38323 | 2005-01-20 10:57:56 +1100 | [diff] [blame] | 99 | (use IPv6 only). |
Damien Miller | e989019 | 2008-05-19 14:59:02 +1000 | [diff] [blame] | 100 | .It Cm AllowAgentForwarding |
| 101 | Specifies whether |
| 102 | .Xr ssh-agent 1 |
| 103 | forwarding is permitted. |
| 104 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 105 | .Cm yes . |
Damien Miller | e989019 | 2008-05-19 14:59:02 +1000 | [diff] [blame] | 106 | Note that disabling agent forwarding does not improve security |
| 107 | unless users are also denied shell access, as they can always install |
| 108 | their own forwarders. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 109 | .It Cm AllowGroups |
| 110 | This keyword can be followed by a list of group name patterns, separated |
| 111 | by spaces. |
| 112 | If specified, login is allowed only for users whose primary |
| 113 | group or supplementary group list matches one of the patterns. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 114 | Only group names are valid; a numerical group ID is not recognized. |
| 115 | By default, login is allowed for all groups. |
Damien Miller | ac73e51 | 2006-03-15 11:58:49 +1100 | [diff] [blame] | 116 | The allow/deny directives are processed in the following order: |
| 117 | .Cm DenyUsers , |
| 118 | .Cm AllowUsers , |
| 119 | .Cm DenyGroups , |
| 120 | and finally |
| 121 | .Cm AllowGroups . |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 122 | .Pp |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 123 | See PATTERNS in |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 124 | .Xr ssh_config 5 |
| 125 | for more information on patterns. |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 126 | .It Cm AllowStreamLocalForwarding |
| 127 | Specifies whether StreamLocal (Unix-domain socket) forwarding is permitted. |
| 128 | The available options are |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 129 | .Cm yes |
| 130 | (the default) |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 131 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 132 | .Cm all |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 133 | to allow StreamLocal forwarding, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 134 | .Cm no |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 135 | to prevent all StreamLocal forwarding, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 136 | .Cm local |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 137 | to allow local (from the perspective of |
| 138 | .Xr ssh 1 ) |
| 139 | forwarding only or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 140 | .Cm remote |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 141 | to allow remote forwarding only. |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 142 | Note that disabling StreamLocal forwarding does not improve security unless |
| 143 | users are also denied shell access, as they can always install their |
| 144 | own forwarders. |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 145 | .It Cm AllowTcpForwarding |
| 146 | Specifies whether TCP forwarding is permitted. |
| 147 | The available options are |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 148 | .Cm yes |
| 149 | (the default) |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 150 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 151 | .Cm all |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 152 | to allow TCP forwarding, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 153 | .Cm no |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 154 | to prevent all TCP forwarding, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 155 | .Cm local |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 156 | to allow local (from the perspective of |
| 157 | .Xr ssh 1 ) |
| 158 | forwarding only or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 159 | .Cm remote |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 160 | to allow remote forwarding only. |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 161 | Note that disabling TCP forwarding does not improve security unless |
| 162 | users are also denied shell access, as they can always install their |
| 163 | own forwarders. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 164 | .It Cm AllowUsers |
| 165 | This keyword can be followed by a list of user name patterns, separated |
| 166 | by spaces. |
Damien Miller | 5a93add | 2003-01-24 11:34:52 +1100 | [diff] [blame] | 167 | If specified, login is allowed only for user names that |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 168 | match one of the patterns. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 169 | Only user names are valid; a numerical user ID is not recognized. |
| 170 | By default, login is allowed for all users. |
| 171 | If the pattern takes the form USER@HOST then USER and HOST |
| 172 | are separately checked, restricting logins to particular |
| 173 | users from particular hosts. |
jmc@openbsd.org | ee1e0a1 | 2016-04-27 13:53:48 +0000 | [diff] [blame] | 174 | HOST criteria may additionally contain addresses to match in CIDR |
| 175 | address/masklen format. |
Damien Miller | ac73e51 | 2006-03-15 11:58:49 +1100 | [diff] [blame] | 176 | The allow/deny directives are processed in the following order: |
| 177 | .Cm DenyUsers , |
| 178 | .Cm AllowUsers , |
| 179 | .Cm DenyGroups , |
| 180 | and finally |
| 181 | .Cm AllowGroups . |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 182 | .Pp |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 183 | See PATTERNS in |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 184 | .Xr ssh_config 5 |
| 185 | for more information on patterns. |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 186 | .It Cm AuthenticationMethods |
| 187 | Specifies the authentication methods that must be successfully completed |
| 188 | for a user to be granted access. |
djm@openbsd.org | 472269f | 2018-07-20 05:01:10 +0000 | [diff] [blame] | 189 | This option must be followed by one or more lists of comma-separated |
djm@openbsd.org | b64faeb | 2016-06-17 05:03:40 +0000 | [diff] [blame] | 190 | authentication method names, or by the single string |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 191 | .Cm any |
djm@openbsd.org | b64faeb | 2016-06-17 05:03:40 +0000 | [diff] [blame] | 192 | to indicate the default behaviour of accepting any single authentication |
jmc@openbsd.org | ad23a75 | 2016-06-17 06:33:30 +0000 | [diff] [blame] | 193 | method. |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 194 | If the default is overridden, then successful authentication requires |
djm@openbsd.org | b64faeb | 2016-06-17 05:03:40 +0000 | [diff] [blame] | 195 | completion of every method in at least one of these lists. |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 196 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 197 | For example, |
| 198 | .Qq publickey,password publickey,keyboard-interactive |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 199 | would require the user to complete public key authentication, followed by |
| 200 | either password or keyboard interactive authentication. |
| 201 | Only methods that are next in one or more lists are offered at each stage, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 202 | so for this example it would not be possible to attempt password or |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 203 | keyboard-interactive authentication before public key. |
| 204 | .Pp |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 205 | For keyboard interactive authentication it is also possible to |
| 206 | restrict authentication to a specific device by appending a |
| 207 | colon followed by the device identifier |
Damien Miller | 87f08be | 2018-07-20 13:18:28 +1000 | [diff] [blame] | 208 | .Cm bsdauth |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 209 | or |
Damien Miller | 87f08be | 2018-07-20 13:18:28 +1000 | [diff] [blame] | 210 | .Cm pam . |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 211 | depending on the server configuration. |
| 212 | For example, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 213 | .Qq keyboard-interactive:bsdauth |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 214 | would restrict keyboard interactive authentication to the |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 215 | .Cm bsdauth |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 216 | device. |
| 217 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 218 | If the publickey method is listed more than once, |
djm@openbsd.org | f69b69b | 2014-12-22 07:51:30 +0000 | [diff] [blame] | 219 | .Xr sshd 8 |
| 220 | verifies that keys that have been used successfully are not reused for |
| 221 | subsequent authentications. |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 222 | For example, |
| 223 | .Qq publickey,publickey |
| 224 | requires successful authentication using two different public keys. |
djm@openbsd.org | f69b69b | 2014-12-22 07:51:30 +0000 | [diff] [blame] | 225 | .Pp |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 226 | Note that each authentication method listed should also be explicitly enabled |
| 227 | in the configuration. |
djm@openbsd.org | 8042bad | 2017-09-01 05:50:48 +0000 | [diff] [blame] | 228 | .Pp |
| 229 | The available authentication methods are: |
| 230 | .Qq gssapi-with-mic , |
| 231 | .Qq hostbased , |
| 232 | .Qq keyboard-interactive , |
| 233 | .Qq none |
| 234 | (used for access to password-less accounts when |
jmc@openbsd.org | f41bcd7 | 2018-05-15 05:40:11 +0000 | [diff] [blame] | 235 | .Cm PermitEmptyPasswords |
djm@openbsd.org | 8042bad | 2017-09-01 05:50:48 +0000 | [diff] [blame] | 236 | is enabled), |
| 237 | .Qq password |
| 238 | and |
| 239 | .Qq publickey . |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 240 | .It Cm AuthorizedKeysCommand |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 241 | Specifies a program to be used to look up the user's public keys. |
djm@openbsd.org | 24232a3 | 2015-05-21 06:38:35 +0000 | [diff] [blame] | 242 | The program must be owned by root, not writable by group or others and |
| 243 | specified by an absolute path. |
djm@openbsd.org | 24232a3 | 2015-05-21 06:38:35 +0000 | [diff] [blame] | 244 | Arguments to |
| 245 | .Cm AuthorizedKeysCommand |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 246 | accept the tokens described in the |
| 247 | .Sx TOKENS |
| 248 | section. |
| 249 | If no arguments are specified then the username of the target user is used. |
djm@openbsd.org | 24232a3 | 2015-05-21 06:38:35 +0000 | [diff] [blame] | 250 | .Pp |
| 251 | The program should produce on standard output zero or |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 252 | more lines of authorized_keys output (see |
| 253 | .Sx AUTHORIZED_KEYS |
| 254 | in |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 255 | .Xr sshd 8 ) . |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 256 | If a key supplied by |
| 257 | .Cm AuthorizedKeysCommand |
| 258 | does not successfully authenticate |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 259 | and authorize the user then public key authentication continues using the usual |
| 260 | .Cm AuthorizedKeysFile |
| 261 | files. |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 262 | By default, no |
| 263 | .Cm AuthorizedKeysCommand |
| 264 | is run. |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 265 | .It Cm AuthorizedKeysCommandUser |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 266 | Specifies the user under whose account the |
| 267 | .Cm AuthorizedKeysCommand |
| 268 | is run. |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 269 | It is recommended to use a dedicated user that has no other role on the host |
| 270 | than running authorized keys commands. |
djm@openbsd.org | f1c4d8e | 2014-12-22 08:04:23 +0000 | [diff] [blame] | 271 | If |
djm@openbsd.org | d663bea | 2014-12-11 05:25:06 +0000 | [diff] [blame] | 272 | .Cm AuthorizedKeysCommand |
djm@openbsd.org | f1c4d8e | 2014-12-22 08:04:23 +0000 | [diff] [blame] | 273 | is specified but |
| 274 | .Cm AuthorizedKeysCommandUser |
| 275 | is not, then |
| 276 | .Xr sshd 8 |
| 277 | will refuse to start. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 278 | .It Cm AuthorizedKeysFile |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 279 | Specifies the file that contains the public keys used for user authentication. |
schwarze@openbsd.org | db7606d | 2019-05-14 12:47:17 +0000 | [diff] [blame] | 280 | The format is described in the AUTHORIZED_KEYS FILE FORMAT section of |
Damien Miller | 6018a36 | 2010-07-02 13:35:19 +1000 | [diff] [blame] | 281 | .Xr sshd 8 . |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 282 | Arguments to |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 283 | .Cm AuthorizedKeysFile |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 284 | accept the tokens described in the |
| 285 | .Sx TOKENS |
| 286 | section. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 287 | After expansion, |
| 288 | .Cm AuthorizedKeysFile |
| 289 | is taken to be an absolute path or one relative to the user's home |
| 290 | directory. |
Damien Miller | b9132fc | 2011-05-29 21:41:40 +1000 | [diff] [blame] | 291 | Multiple files may be listed, separated by whitespace. |
djm@openbsd.org | 2bca8a4 | 2015-09-11 03:13:36 +0000 | [diff] [blame] | 292 | Alternately this option may be set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 293 | .Cm none |
djm@openbsd.org | 2bca8a4 | 2015-09-11 03:13:36 +0000 | [diff] [blame] | 294 | to skip checking for user keys in files. |
Damien Miller | b9132fc | 2011-05-29 21:41:40 +1000 | [diff] [blame] | 295 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 296 | .Qq .ssh/authorized_keys .ssh/authorized_keys2 . |
djm@openbsd.org | bcc50d8 | 2015-05-21 06:43:30 +0000 | [diff] [blame] | 297 | .It Cm AuthorizedPrincipalsCommand |
| 298 | Specifies a program to be used to generate the list of allowed |
| 299 | certificate principals as per |
| 300 | .Cm AuthorizedPrincipalsFile . |
| 301 | The program must be owned by root, not writable by group or others and |
| 302 | specified by an absolute path. |
djm@openbsd.org | bcc50d8 | 2015-05-21 06:43:30 +0000 | [diff] [blame] | 303 | Arguments to |
| 304 | .Cm AuthorizedPrincipalsCommand |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 305 | accept the tokens described in the |
| 306 | .Sx TOKENS |
| 307 | section. |
| 308 | If no arguments are specified then the username of the target user is used. |
djm@openbsd.org | bcc50d8 | 2015-05-21 06:43:30 +0000 | [diff] [blame] | 309 | .Pp |
| 310 | The program should produce on standard output zero or |
| 311 | more lines of |
| 312 | .Cm AuthorizedPrincipalsFile |
| 313 | output. |
| 314 | If either |
| 315 | .Cm AuthorizedPrincipalsCommand |
| 316 | or |
| 317 | .Cm AuthorizedPrincipalsFile |
| 318 | is specified, then certificates offered by the client for authentication |
| 319 | must contain a principal that is listed. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 320 | By default, no |
| 321 | .Cm AuthorizedPrincipalsCommand |
| 322 | is run. |
djm@openbsd.org | bcc50d8 | 2015-05-21 06:43:30 +0000 | [diff] [blame] | 323 | .It Cm AuthorizedPrincipalsCommandUser |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 324 | Specifies the user under whose account the |
| 325 | .Cm AuthorizedPrincipalsCommand |
| 326 | is run. |
djm@openbsd.org | bcc50d8 | 2015-05-21 06:43:30 +0000 | [diff] [blame] | 327 | It is recommended to use a dedicated user that has no other role on the host |
| 328 | than running authorized principals commands. |
| 329 | If |
| 330 | .Cm AuthorizedPrincipalsCommand |
| 331 | is specified but |
| 332 | .Cm AuthorizedPrincipalsCommandUser |
| 333 | is not, then |
| 334 | .Xr sshd 8 |
| 335 | will refuse to start. |
Damien Miller | 30da344 | 2010-05-10 11:58:03 +1000 | [diff] [blame] | 336 | .It Cm AuthorizedPrincipalsFile |
| 337 | Specifies a file that lists principal names that are accepted for |
| 338 | certificate authentication. |
| 339 | When using certificates signed by a key listed in |
| 340 | .Cm TrustedUserCAKeys , |
| 341 | this file lists names, one of which must appear in the certificate for it |
| 342 | to be accepted for authentication. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 343 | Names are listed one per line preceded by key options (as described in |
| 344 | .Sx AUTHORIZED_KEYS FILE FORMAT |
| 345 | in |
Damien Miller | d59dab8 | 2010-07-02 13:37:17 +1000 | [diff] [blame] | 346 | .Xr sshd 8 ) . |
Damien Miller | 6018a36 | 2010-07-02 13:35:19 +1000 | [diff] [blame] | 347 | Empty lines and comments starting with |
Damien Miller | 30da344 | 2010-05-10 11:58:03 +1000 | [diff] [blame] | 348 | .Ql # |
| 349 | are ignored. |
| 350 | .Pp |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 351 | Arguments to |
Damien Miller | 30da344 | 2010-05-10 11:58:03 +1000 | [diff] [blame] | 352 | .Cm AuthorizedPrincipalsFile |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 353 | accept the tokens described in the |
| 354 | .Sx TOKENS |
| 355 | section. |
Damien Miller | 30da344 | 2010-05-10 11:58:03 +1000 | [diff] [blame] | 356 | After expansion, |
| 357 | .Cm AuthorizedPrincipalsFile |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 358 | is taken to be an absolute path or one relative to the user's home directory. |
Damien Miller | 8fef9eb | 2012-04-22 11:25:10 +1000 | [diff] [blame] | 359 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 360 | .Cm none , |
Damien Miller | 8fef9eb | 2012-04-22 11:25:10 +1000 | [diff] [blame] | 361 | i.e. not to use a principals file \(en in this case, the username |
Damien Miller | 30da344 | 2010-05-10 11:58:03 +1000 | [diff] [blame] | 362 | of the user must appear in a certificate's principals list for it to be |
| 363 | accepted. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 364 | .Pp |
Damien Miller | 30da344 | 2010-05-10 11:58:03 +1000 | [diff] [blame] | 365 | Note that |
| 366 | .Cm AuthorizedPrincipalsFile |
| 367 | is only used when authentication proceeds using a CA listed in |
| 368 | .Cm TrustedUserCAKeys |
| 369 | and is not consulted for certification authorities trusted via |
| 370 | .Pa ~/.ssh/authorized_keys , |
| 371 | though the |
| 372 | .Cm principals= |
| 373 | key option offers a similar facility (see |
| 374 | .Xr sshd 8 |
| 375 | for details). |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 376 | .It Cm Banner |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 377 | The contents of the specified file are sent to the remote user before |
| 378 | authentication is allowed. |
Damien Miller | 4890e53 | 2007-09-17 11:57:38 +1000 | [diff] [blame] | 379 | If the argument is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 380 | .Cm none |
Damien Miller | 4890e53 | 2007-09-17 11:57:38 +1000 | [diff] [blame] | 381 | then no banner is displayed. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 382 | By default, no banner is displayed. |
djm@openbsd.org | 86e5737 | 2018-09-20 03:28:06 +0000 | [diff] [blame] | 383 | .It Cm CASignatureAlgorithms |
| 384 | Specifies which algorithms are allowed for signing of certificates |
| 385 | by certificate authorities (CAs). |
| 386 | The default is: |
| 387 | .Bd -literal -offset indent |
dtucker@openbsd.org | 0e2fe18 | 2019-07-23 23:06:57 +0000 | [diff] [blame] | 388 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, |
djm@openbsd.org | 86e5737 | 2018-09-20 03:28:06 +0000 | [diff] [blame] | 389 | ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa |
| 390 | .Ed |
| 391 | .Pp |
| 392 | Certificates signed using other algorithms will not be accepted for |
| 393 | public key or host-based authentication. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 394 | .It Cm ChallengeResponseAuthentication |
Damien Miller | 9c7bf8d | 2009-08-28 10:27:08 +1000 | [diff] [blame] | 395 | Specifies whether challenge-response authentication is allowed (e.g. via |
Damien Miller | e8c9f26 | 2014-10-03 09:24:56 +1000 | [diff] [blame] | 396 | PAM or through authentication styles supported in |
Damien Miller | 9c7bf8d | 2009-08-28 10:27:08 +1000 | [diff] [blame] | 397 | .Xr login.conf 5 ) |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 398 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 399 | .Cm yes . |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 400 | .It Cm ChrootDirectory |
Darren Tucker | b8c884a | 2010-01-08 18:53:43 +1100 | [diff] [blame] | 401 | Specifies the pathname of a directory to |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 402 | .Xr chroot 2 |
| 403 | to after authentication. |
deraadt@openbsd.org | dcff581 | 2015-01-22 20:24:41 +0000 | [diff] [blame] | 404 | At session startup |
| 405 | .Xr sshd 8 |
| 406 | checks that all components of the pathname are root-owned directories |
| 407 | which are not writable by any other user or group. |
Darren Tucker | 51dbe50 | 2009-06-21 17:56:51 +1000 | [diff] [blame] | 408 | After the chroot, |
| 409 | .Xr sshd 8 |
| 410 | changes the working directory to the user's home directory. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 411 | Arguments to |
| 412 | .Cm ChrootDirectory |
| 413 | accept the tokens described in the |
| 414 | .Sx TOKENS |
| 415 | section. |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 416 | .Pp |
| 417 | The |
| 418 | .Cm ChrootDirectory |
| 419 | must contain the necessary files and directories to support the |
Darren Tucker | af501cf | 2009-06-21 17:53:04 +1000 | [diff] [blame] | 420 | user's session. |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 421 | For an interactive session this requires at least a shell, typically |
| 422 | .Xr sh 1 , |
| 423 | and basic |
| 424 | .Pa /dev |
| 425 | nodes such as |
| 426 | .Xr null 4 , |
| 427 | .Xr zero 4 , |
| 428 | .Xr stdin 4 , |
| 429 | .Xr stdout 4 , |
| 430 | .Xr stderr 4 , |
jmc@openbsd.org | 08c0eeb | 2014-11-22 19:21:03 +0000 | [diff] [blame] | 431 | and |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 432 | .Xr tty 4 |
| 433 | devices. |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 434 | For file transfer sessions using SFTP |
| 435 | no additional configuration of the environment is necessary if the in-process |
| 436 | sftp-server is used, |
Damien Miller | 426117b | 2014-07-30 12:33:20 +1000 | [diff] [blame] | 437 | though sessions which use logging may require |
Darren Tucker | 00fcd71 | 2009-06-21 17:56:00 +1000 | [diff] [blame] | 438 | .Pa /dev/log |
Damien Miller | 426117b | 2014-07-30 12:33:20 +1000 | [diff] [blame] | 439 | inside the chroot directory on some operating systems (see |
Darren Tucker | 00fcd71 | 2009-06-21 17:56:00 +1000 | [diff] [blame] | 440 | .Xr sftp-server 8 |
| 441 | for details). |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 442 | .Pp |
jmc@openbsd.org | a5a3e33 | 2015-01-22 21:00:42 +0000 | [diff] [blame] | 443 | For safety, it is very important that the directory hierarchy be |
deraadt@openbsd.org | dcff581 | 2015-01-22 20:24:41 +0000 | [diff] [blame] | 444 | prevented from modification by other processes on the system (especially |
| 445 | those outside the jail). |
| 446 | Misconfiguration can lead to unsafe environments which |
| 447 | .Xr sshd 8 |
| 448 | cannot detect. |
| 449 | .Pp |
djm@openbsd.org | 9fd0468 | 2015-11-13 04:38:06 +0000 | [diff] [blame] | 450 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 451 | .Cm none , |
djm@openbsd.org | 9fd0468 | 2015-11-13 04:38:06 +0000 | [diff] [blame] | 452 | indicating not to |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 453 | .Xr chroot 2 . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 454 | .It Cm Ciphers |
jmc@openbsd.org | a685ae8 | 2016-02-17 07:38:19 +0000 | [diff] [blame] | 455 | Specifies the ciphers allowed. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 456 | Multiple ciphers must be comma-separated. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 457 | If the specified list begins with a |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 458 | .Sq + |
| 459 | character, then the specified ciphers will be appended to the default set |
| 460 | instead of replacing them. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 461 | If the specified list begins with a |
djm@openbsd.org | 68bc8cf | 2017-02-03 23:01:19 +0000 | [diff] [blame] | 462 | .Sq - |
| 463 | character, then the specified ciphers (including wildcards) will be removed |
| 464 | from the default set instead of replacing them. |
naddy@openbsd.org | 91a2135 | 2019-09-06 14:45:34 +0000 | [diff] [blame] | 465 | If the specified list begins with a |
| 466 | .Sq ^ |
| 467 | character, then the specified ciphers will be placed at the head of the |
| 468 | default set. |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 469 | .Pp |
Damien Miller | 0fde8ac | 2013-11-21 14:12:23 +1100 | [diff] [blame] | 470 | The supported ciphers are: |
| 471 | .Pp |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 472 | .Bl -item -compact -offset indent |
| 473 | .It |
| 474 | 3des-cbc |
| 475 | .It |
| 476 | aes128-cbc |
| 477 | .It |
| 478 | aes192-cbc |
| 479 | .It |
| 480 | aes256-cbc |
| 481 | .It |
| 482 | aes128-ctr |
| 483 | .It |
| 484 | aes192-ctr |
| 485 | .It |
| 486 | aes256-ctr |
| 487 | .It |
| 488 | aes128-gcm@openssh.com |
| 489 | .It |
| 490 | aes256-gcm@openssh.com |
| 491 | .It |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 492 | chacha20-poly1305@openssh.com |
| 493 | .El |
Damien Miller | 0fde8ac | 2013-11-21 14:12:23 +1100 | [diff] [blame] | 494 | .Pp |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 495 | The default is: |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 496 | .Bd -literal -offset indent |
jmc@openbsd.org | 1f8d3d6 | 2015-08-14 15:32:41 +0000 | [diff] [blame] | 497 | chacha20-poly1305@openssh.com, |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 498 | aes128-ctr,aes192-ctr,aes256-ctr, |
jmc@openbsd.org | 1f8d3d6 | 2015-08-14 15:32:41 +0000 | [diff] [blame] | 499 | aes128-gcm@openssh.com,aes256-gcm@openssh.com |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 500 | .Ed |
Damien Miller | 0fde8ac | 2013-11-21 14:12:23 +1100 | [diff] [blame] | 501 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 502 | The list of available ciphers may also be obtained using |
| 503 | .Qq ssh -Q cipher . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 504 | .It Cm ClientAliveCountMax |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 505 | Sets the number of client alive messages which may be sent without |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 506 | .Xr sshd 8 |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 507 | receiving any messages back from the client. |
| 508 | If this threshold is reached while client alive messages are being sent, |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 509 | sshd will disconnect the client, terminating the session. |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 510 | It is important to note that the use of client alive messages is very |
| 511 | different from |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 512 | .Cm TCPKeepAlive . |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 513 | The client alive messages are sent through the encrypted channel |
| 514 | and therefore will not be spoofable. |
| 515 | The TCP keepalive option enabled by |
Damien Miller | 12c150e | 2003-12-17 16:31:10 +1100 | [diff] [blame] | 516 | .Cm TCPKeepAlive |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 517 | is spoofable. |
| 518 | The client alive mechanism is valuable when the client or |
dtucker@openbsd.org | 8fdbc72 | 2019-08-09 04:24:03 +0000 | [diff] [blame] | 519 | server depend on knowing when a connection has become unresponsive. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 520 | .Pp |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 521 | The default value is 3. |
| 522 | If |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 523 | .Cm ClientAliveInterval |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 524 | is set to 15, and |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 525 | .Cm ClientAliveCountMax |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 526 | is left at the default, unresponsive SSH clients |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 527 | will be disconnected after approximately 45 seconds. |
Damien Miller | 1594ad5 | 2005-05-26 12:12:19 +1000 | [diff] [blame] | 528 | .It Cm ClientAliveInterval |
| 529 | Sets a timeout interval in seconds after which if no data has been received |
| 530 | from the client, |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 531 | .Xr sshd 8 |
Damien Miller | 1594ad5 | 2005-05-26 12:12:19 +1000 | [diff] [blame] | 532 | will send a message through the encrypted |
| 533 | channel to request a response from the client. |
| 534 | The default |
| 535 | is 0, indicating that these messages will not be sent to the client. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 536 | .It Cm Compression |
djm@openbsd.org | 4577ade | 2016-09-28 20:32:42 +0000 | [diff] [blame] | 537 | Specifies whether compression is enabled after |
Damien Miller | 9786e6e | 2005-07-26 21:54:56 +1000 | [diff] [blame] | 538 | the user has authenticated successfully. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 539 | The argument must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 540 | .Cm yes , |
| 541 | .Cm delayed |
djm@openbsd.org | 4577ade | 2016-09-28 20:32:42 +0000 | [diff] [blame] | 542 | (a legacy synonym for |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 543 | .Cm yes ) |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 544 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 545 | .Cm no . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 546 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 547 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 548 | .It Cm DenyGroups |
| 549 | This keyword can be followed by a list of group name patterns, separated |
| 550 | by spaces. |
| 551 | Login is disallowed for users whose primary group or supplementary |
| 552 | group list matches one of the patterns. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 553 | Only group names are valid; a numerical group ID is not recognized. |
| 554 | By default, login is allowed for all groups. |
Damien Miller | ac73e51 | 2006-03-15 11:58:49 +1100 | [diff] [blame] | 555 | The allow/deny directives are processed in the following order: |
| 556 | .Cm DenyUsers , |
| 557 | .Cm AllowUsers , |
| 558 | .Cm DenyGroups , |
| 559 | and finally |
| 560 | .Cm AllowGroups . |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 561 | .Pp |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 562 | See PATTERNS in |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 563 | .Xr ssh_config 5 |
| 564 | for more information on patterns. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 565 | .It Cm DenyUsers |
| 566 | This keyword can be followed by a list of user name patterns, separated |
| 567 | by spaces. |
| 568 | Login is disallowed for user names that match one of the patterns. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 569 | Only user names are valid; a numerical user ID is not recognized. |
| 570 | By default, login is allowed for all users. |
| 571 | If the pattern takes the form USER@HOST then USER and HOST |
| 572 | are separately checked, restricting logins to particular |
| 573 | users from particular hosts. |
jmc@openbsd.org | ee1e0a1 | 2016-04-27 13:53:48 +0000 | [diff] [blame] | 574 | HOST criteria may additionally contain addresses to match in CIDR |
| 575 | address/masklen format. |
Damien Miller | ac73e51 | 2006-03-15 11:58:49 +1100 | [diff] [blame] | 576 | The allow/deny directives are processed in the following order: |
| 577 | .Cm DenyUsers , |
| 578 | .Cm AllowUsers , |
| 579 | .Cm DenyGroups , |
| 580 | and finally |
| 581 | .Cm AllowGroups . |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 582 | .Pp |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 583 | See PATTERNS in |
Damien Miller | 0c2079d | 2006-03-15 11:54:21 +1100 | [diff] [blame] | 584 | .Xr ssh_config 5 |
| 585 | for more information on patterns. |
djm@openbsd.org | 7844f35 | 2016-11-30 03:00:05 +0000 | [diff] [blame] | 586 | .It Cm DisableForwarding |
| 587 | Disables all forwarding features, including X11, |
| 588 | .Xr ssh-agent 1 , |
| 589 | TCP and StreamLocal. |
| 590 | This option overrides all other forwarding-related options and may |
| 591 | simplify restricted configurations. |
djm@openbsd.org | 8f57495 | 2017-06-24 06:34:38 +0000 | [diff] [blame] | 592 | .It Cm ExposeAuthInfo |
jmc@openbsd.org | 5fa1407 | 2017-09-27 06:45:53 +0000 | [diff] [blame] | 593 | Writes a temporary file containing a list of authentication methods and |
djm@openbsd.org | 8f57495 | 2017-06-24 06:34:38 +0000 | [diff] [blame] | 594 | public credentials (e.g. keys) used to authenticate the user. |
jmc@openbsd.org | 4096219 | 2017-06-24 06:57:04 +0000 | [diff] [blame] | 595 | The location of the file is exposed to the user session through the |
djm@openbsd.org | f17ee61 | 2017-06-24 07:08:57 +0000 | [diff] [blame] | 596 | .Ev SSH_USER_AUTH |
jmc@openbsd.org | 4096219 | 2017-06-24 06:57:04 +0000 | [diff] [blame] | 597 | environment variable. |
jmc@openbsd.org | 5fa1407 | 2017-09-27 06:45:53 +0000 | [diff] [blame] | 598 | The default is |
| 599 | .Cm no . |
djm@openbsd.org | 56d1c83 | 2014-12-21 22:27:55 +0000 | [diff] [blame] | 600 | .It Cm FingerprintHash |
| 601 | Specifies the hash algorithm used when logging key fingerprints. |
| 602 | Valid options are: |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 603 | .Cm md5 |
djm@openbsd.org | 56d1c83 | 2014-12-21 22:27:55 +0000 | [diff] [blame] | 604 | and |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 605 | .Cm sha256 . |
djm@openbsd.org | 56d1c83 | 2014-12-21 22:27:55 +0000 | [diff] [blame] | 606 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 607 | .Cm sha256 . |
Damien Miller | e275443 | 2006-07-24 14:06:47 +1000 | [diff] [blame] | 608 | .It Cm ForceCommand |
| 609 | Forces the execution of the command specified by |
| 610 | .Cm ForceCommand , |
Damien Miller | a1b48cc | 2008-03-27 11:02:02 +1100 | [diff] [blame] | 611 | ignoring any command supplied by the client and |
| 612 | .Pa ~/.ssh/rc |
| 613 | if present. |
Damien Miller | e275443 | 2006-07-24 14:06:47 +1000 | [diff] [blame] | 614 | The command is invoked by using the user's login shell with the -c option. |
| 615 | This applies to shell, command, or subsystem execution. |
| 616 | It is most useful inside a |
| 617 | .Cm Match |
| 618 | block. |
| 619 | The command originally supplied by the client is available in the |
| 620 | .Ev SSH_ORIGINAL_COMMAND |
| 621 | environment variable. |
Damien Miller | cdb6e65 | 2008-02-10 22:47:24 +1100 | [diff] [blame] | 622 | Specifying a command of |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 623 | .Cm internal-sftp |
| 624 | will force the use of an in-process SFTP server that requires no support |
Damien Miller | cdb6e65 | 2008-02-10 22:47:24 +1100 | [diff] [blame] | 625 | files when used with |
| 626 | .Cm ChrootDirectory . |
djm@openbsd.org | 9fd0468 | 2015-11-13 04:38:06 +0000 | [diff] [blame] | 627 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 628 | .Cm none . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 629 | .It Cm GatewayPorts |
| 630 | Specifies whether remote hosts are allowed to connect to ports |
| 631 | forwarded for the client. |
| 632 | By default, |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 633 | .Xr sshd 8 |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 634 | binds remote port forwardings to the loopback address. |
| 635 | This prevents other remote hosts from connecting to forwarded ports. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 636 | .Cm GatewayPorts |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 637 | can be used to specify that sshd |
Damien Miller | f91ee4c | 2005-03-01 21:24:33 +1100 | [diff] [blame] | 638 | should allow remote port forwardings to bind to non-loopback addresses, thus |
| 639 | allowing other hosts to connect. |
| 640 | The argument may be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 641 | .Cm no |
Damien Miller | f91ee4c | 2005-03-01 21:24:33 +1100 | [diff] [blame] | 642 | to force remote port forwardings to be available to the local host only, |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 643 | .Cm yes |
Damien Miller | f91ee4c | 2005-03-01 21:24:33 +1100 | [diff] [blame] | 644 | to force remote port forwardings to bind to the wildcard address, or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 645 | .Cm clientspecified |
Damien Miller | f91ee4c | 2005-03-01 21:24:33 +1100 | [diff] [blame] | 646 | to allow the client to select the address to which the forwarding is bound. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 647 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 648 | .Cm no . |
Darren Tucker | 0efd155 | 2003-08-26 11:49:55 +1000 | [diff] [blame] | 649 | .It Cm GSSAPIAuthentication |
Damien Miller | 9b7b03b | 2003-09-02 22:57:05 +1000 | [diff] [blame] | 650 | Specifies whether user authentication based on GSSAPI is allowed. |
Damien Miller | a8e06ce | 2003-11-21 23:48:55 +1100 | [diff] [blame] | 651 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 652 | .Cm no . |
Darren Tucker | 0efd155 | 2003-08-26 11:49:55 +1000 | [diff] [blame] | 653 | .It Cm GSSAPICleanupCredentials |
| 654 | Specifies whether to automatically destroy the user's credentials cache |
| 655 | on logout. |
| 656 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 657 | .Cm yes . |
djm@openbsd.org | d7c31da | 2015-05-22 03:50:02 +0000 | [diff] [blame] | 658 | .It Cm GSSAPIStrictAcceptorCheck |
| 659 | Determines whether to be strict about the identity of the GSSAPI acceptor |
| 660 | a client authenticates against. |
| 661 | If set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 662 | .Cm yes |
| 663 | then the client must authenticate against the host |
djm@openbsd.org | d7c31da | 2015-05-22 03:50:02 +0000 | [diff] [blame] | 664 | service on the current hostname. |
| 665 | If set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 666 | .Cm no |
djm@openbsd.org | d7c31da | 2015-05-22 03:50:02 +0000 | [diff] [blame] | 667 | then the client may authenticate against any service key stored in the |
| 668 | machine's default store. |
| 669 | This facility is provided to assist with operation on multi homed machines. |
| 670 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 671 | .Cm yes . |
djm@openbsd.org | 1f729f0 | 2015-01-13 07:39:19 +0000 | [diff] [blame] | 672 | .It Cm HostbasedAcceptedKeyTypes |
| 673 | Specifies the key types that will be accepted for hostbased authentication |
djm@openbsd.org | 312d2f2 | 2018-07-04 13:49:31 +0000 | [diff] [blame] | 674 | as a list of comma-separated patterns. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 675 | Alternately if the specified list begins with a |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 676 | .Sq + |
| 677 | character, then the specified key types will be appended to the default set |
| 678 | instead of replacing them. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 679 | If the specified list begins with a |
djm@openbsd.org | 68bc8cf | 2017-02-03 23:01:19 +0000 | [diff] [blame] | 680 | .Sq - |
| 681 | character, then the specified key types (including wildcards) will be removed |
| 682 | from the default set instead of replacing them. |
naddy@openbsd.org | 91a2135 | 2019-09-06 14:45:34 +0000 | [diff] [blame] | 683 | If the specified list begins with a |
| 684 | .Sq ^ |
| 685 | character, then the specified key types will be placed at the head of the |
| 686 | default set. |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 687 | The default for this option is: |
| 688 | .Bd -literal -offset 3n |
| 689 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |
| 690 | ecdsa-sha2-nistp384-cert-v01@openssh.com, |
| 691 | ecdsa-sha2-nistp521-cert-v01@openssh.com, |
| 692 | ssh-ed25519-cert-v01@openssh.com, |
naddy@openbsd.org | aa4c640 | 2019-11-07 08:38:38 +0000 | [diff] [blame] | 693 | rsa-sha2-512-cert-v01@openssh.com, |
| 694 | rsa-sha2-256-cert-v01@openssh.com, |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 695 | ssh-rsa-cert-v01@openssh.com, |
| 696 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, |
djm@openbsd.org | 4ba0d54 | 2018-07-03 11:39:54 +0000 | [diff] [blame] | 697 | ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 698 | .Ed |
| 699 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 700 | The list of available key types may also be obtained using |
| 701 | .Qq ssh -Q key . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 702 | .It Cm HostbasedAuthentication |
| 703 | Specifies whether rhosts or /etc/hosts.equiv authentication together |
| 704 | with successful public key client host authentication is allowed |
Damien Miller | 1faa713 | 2006-03-15 11:55:31 +1100 | [diff] [blame] | 705 | (host-based authentication). |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 706 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 707 | .Cm no . |
Damien Miller | b594f38 | 2006-08-30 11:06:34 +1000 | [diff] [blame] | 708 | .It Cm HostbasedUsesNameFromPacketOnly |
| 709 | Specifies whether or not the server will attempt to perform a reverse |
| 710 | name lookup when matching the name in the |
| 711 | .Pa ~/.shosts , |
| 712 | .Pa ~/.rhosts , |
| 713 | and |
| 714 | .Pa /etc/hosts.equiv |
| 715 | files during |
| 716 | .Cm HostbasedAuthentication . |
| 717 | A setting of |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 718 | .Cm yes |
Damien Miller | b594f38 | 2006-08-30 11:06:34 +1000 | [diff] [blame] | 719 | means that |
| 720 | .Xr sshd 8 |
| 721 | uses the name supplied by the client rather than |
| 722 | attempting to resolve the name from the TCP connection itself. |
| 723 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 724 | .Cm no . |
Damien Miller | 0a80ca1 | 2010-02-27 07:55:05 +1100 | [diff] [blame] | 725 | .It Cm HostCertificate |
| 726 | Specifies a file containing a public host certificate. |
| 727 | The certificate's public key must match a private host key already specified |
| 728 | by |
| 729 | .Cm HostKey . |
| 730 | The default behaviour of |
| 731 | .Xr sshd 8 |
| 732 | is not to load any certificates. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 733 | .It Cm HostKey |
| 734 | Specifies a file containing a private host key |
| 735 | used by SSH. |
naddy@openbsd.org | ffe6549 | 2016-08-15 12:32:04 +0000 | [diff] [blame] | 736 | The defaults are |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 737 | .Pa /etc/ssh/ssh_host_ecdsa_key , |
| 738 | .Pa /etc/ssh/ssh_host_ed25519_key |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 739 | and |
naddy@openbsd.org | ffe6549 | 2016-08-15 12:32:04 +0000 | [diff] [blame] | 740 | .Pa /etc/ssh/ssh_host_rsa_key . |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 741 | .Pp |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 742 | Note that |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 743 | .Xr sshd 8 |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 744 | will refuse to use a file if it is group/world-accessible |
| 745 | and that the |
| 746 | .Cm HostKeyAlgorithms |
| 747 | option restricts which of the keys are actually used by |
| 748 | .Xr sshd 8 . |
| 749 | .Pp |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 750 | It is possible to have multiple host key files. |
Damien Miller | 85b45e0 | 2013-07-20 13:21:52 +1000 | [diff] [blame] | 751 | It is also possible to specify public host key files instead. |
| 752 | In this case operations on the private key will be delegated |
| 753 | to an |
| 754 | .Xr ssh-agent 1 . |
| 755 | .It Cm HostKeyAgent |
| 756 | Identifies the UNIX-domain socket used to communicate |
| 757 | with an agent that has access to the private host keys. |
markus@openbsd.org | 1a75d14 | 2016-05-04 14:29:58 +0000 | [diff] [blame] | 758 | If the string |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 759 | .Qq SSH_AUTH_SOCK |
Damien Miller | 85b45e0 | 2013-07-20 13:21:52 +1000 | [diff] [blame] | 760 | is specified, the location of the socket will be read from the |
| 761 | .Ev SSH_AUTH_SOCK |
| 762 | environment variable. |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 763 | .It Cm HostKeyAlgorithms |
jmc@openbsd.org | a685ae8 | 2016-02-17 07:38:19 +0000 | [diff] [blame] | 764 | Specifies the host key algorithms |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 765 | that the server offers. |
| 766 | The default for this option is: |
| 767 | .Bd -literal -offset 3n |
| 768 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |
| 769 | ecdsa-sha2-nistp384-cert-v01@openssh.com, |
| 770 | ecdsa-sha2-nistp521-cert-v01@openssh.com, |
| 771 | ssh-ed25519-cert-v01@openssh.com, |
naddy@openbsd.org | aa4c640 | 2019-11-07 08:38:38 +0000 | [diff] [blame] | 772 | rsa-sha2-512-cert-v01@openssh.com, |
| 773 | rsa-sha2-256-cert-v01@openssh.com, |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 774 | ssh-rsa-cert-v01@openssh.com, |
| 775 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, |
djm@openbsd.org | 4ba0d54 | 2018-07-03 11:39:54 +0000 | [diff] [blame] | 776 | ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 777 | .Ed |
| 778 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 779 | The list of available key types may also be obtained using |
| 780 | .Qq ssh -Q key . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 781 | .It Cm IgnoreRhosts |
| 782 | Specifies that |
| 783 | .Pa .rhosts |
| 784 | and |
| 785 | .Pa .shosts |
| 786 | files will not be used in |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 787 | .Cm HostbasedAuthentication . |
| 788 | .Pp |
| 789 | .Pa /etc/hosts.equiv |
| 790 | and |
| 791 | .Pa /etc/shosts.equiv |
| 792 | are still used. |
| 793 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 794 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 795 | .It Cm IgnoreUserKnownHosts |
| 796 | Specifies whether |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 797 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 798 | should ignore the user's |
Damien Miller | 167ea5d | 2005-05-26 12:04:02 +1000 | [diff] [blame] | 799 | .Pa ~/.ssh/known_hosts |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 800 | during |
djm@openbsd.org | 62562ce | 2018-02-10 06:54:38 +0000 | [diff] [blame] | 801 | .Cm HostbasedAuthentication |
| 802 | and use only the system-wide known hosts file |
| 803 | .Pa /etc/ssh/known_hosts . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 804 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 805 | .Cm no . |
Damien Miller | 0dac6fb | 2010-11-20 15:19:38 +1100 | [diff] [blame] | 806 | .It Cm IPQoS |
| 807 | Specifies the IPv4 type-of-service or DSCP class for the connection. |
| 808 | Accepted values are |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 809 | .Cm af11 , |
| 810 | .Cm af12 , |
| 811 | .Cm af13 , |
| 812 | .Cm af21 , |
| 813 | .Cm af22 , |
| 814 | .Cm af23 , |
| 815 | .Cm af31 , |
| 816 | .Cm af32 , |
| 817 | .Cm af33 , |
| 818 | .Cm af41 , |
| 819 | .Cm af42 , |
| 820 | .Cm af43 , |
| 821 | .Cm cs0 , |
| 822 | .Cm cs1 , |
| 823 | .Cm cs2 , |
| 824 | .Cm cs3 , |
| 825 | .Cm cs4 , |
| 826 | .Cm cs5 , |
| 827 | .Cm cs6 , |
| 828 | .Cm cs7 , |
| 829 | .Cm ef , |
| 830 | .Cm lowdelay , |
| 831 | .Cm throughput , |
| 832 | .Cm reliability , |
djm@openbsd.org | 51676ec | 2017-07-23 23:37:02 +0000 | [diff] [blame] | 833 | a numeric value, or |
| 834 | .Cm none |
| 835 | to use the operating system default. |
Damien Miller | 928362d | 2010-12-26 14:26:45 +1100 | [diff] [blame] | 836 | This option may take one or two arguments, separated by whitespace. |
Damien Miller | 0dac6fb | 2010-11-20 15:19:38 +1100 | [diff] [blame] | 837 | If one argument is specified, it is used as the packet class unconditionally. |
| 838 | If two values are specified, the first is automatically selected for |
| 839 | interactive sessions and the second for non-interactive sessions. |
| 840 | The default is |
job@openbsd.org | 5ee8448 | 2018-04-04 15:12:17 +0000 | [diff] [blame] | 841 | .Cm af21 |
jmc@openbsd.org | 3e36f28 | 2018-04-08 07:36:02 +0000 | [diff] [blame] | 842 | (Low-Latency Data) |
Damien Miller | 0dac6fb | 2010-11-20 15:19:38 +1100 | [diff] [blame] | 843 | for interactive sessions and |
job@openbsd.org | 5ee8448 | 2018-04-04 15:12:17 +0000 | [diff] [blame] | 844 | .Cm cs1 |
jmc@openbsd.org | 3e36f28 | 2018-04-08 07:36:02 +0000 | [diff] [blame] | 845 | (Lower Effort) |
Damien Miller | 0dac6fb | 2010-11-20 15:19:38 +1100 | [diff] [blame] | 846 | for non-interactive sessions. |
Damien Miller | e1e480a | 2014-02-04 11:13:17 +1100 | [diff] [blame] | 847 | .It Cm KbdInteractiveAuthentication |
| 848 | Specifies whether to allow keyboard-interactive authentication. |
| 849 | The argument to this keyword must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 850 | .Cm yes |
Damien Miller | e1e480a | 2014-02-04 11:13:17 +1100 | [diff] [blame] | 851 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 852 | .Cm no . |
Damien Miller | e1e480a | 2014-02-04 11:13:17 +1100 | [diff] [blame] | 853 | The default is to use whatever value |
| 854 | .Cm ChallengeResponseAuthentication |
| 855 | is set to |
| 856 | (by default |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 857 | .Cm yes ) . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 858 | .It Cm KerberosAuthentication |
Damien Miller | 1a0c0b9 | 2003-09-02 22:51:17 +1000 | [diff] [blame] | 859 | Specifies whether the password provided by the user for |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 860 | .Cm PasswordAuthentication |
Damien Miller | 1a0c0b9 | 2003-09-02 22:51:17 +1000 | [diff] [blame] | 861 | will be validated through the Kerberos KDC. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 862 | To use this option, the server needs a |
| 863 | Kerberos servtab which allows the verification of the KDC's identity. |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 864 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 865 | .Cm no . |
Damien Miller | 8448e66 | 2004-03-08 23:13:15 +1100 | [diff] [blame] | 866 | .It Cm KerberosGetAFSToken |
Darren Tucker | e2dd2d5 | 2005-10-03 18:19:06 +1000 | [diff] [blame] | 867 | If AFS is active and the user has a Kerberos 5 TGT, attempt to acquire |
Damien Miller | 8448e66 | 2004-03-08 23:13:15 +1100 | [diff] [blame] | 868 | an AFS token before accessing the user's home directory. |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 869 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 870 | .Cm no . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 871 | .It Cm KerberosOrLocalPasswd |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 872 | If password authentication through Kerberos fails then |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 873 | the password will be validated via any additional local mechanism |
| 874 | such as |
| 875 | .Pa /etc/passwd . |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 876 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 877 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 878 | .It Cm KerberosTicketCleanup |
| 879 | Specifies whether to automatically destroy the user's ticket cache |
| 880 | file on logout. |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 881 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 882 | .Cm yes . |
Damien Miller | d5f62bf | 2010-09-24 22:11:14 +1000 | [diff] [blame] | 883 | .It Cm KexAlgorithms |
| 884 | Specifies the available KEX (Key Exchange) algorithms. |
| 885 | Multiple algorithms must be comma-separated. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 886 | Alternately if the specified list begins with a |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 887 | .Sq + |
| 888 | character, then the specified methods will be appended to the default set |
| 889 | instead of replacing them. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 890 | If the specified list begins with a |
djm@openbsd.org | 68bc8cf | 2017-02-03 23:01:19 +0000 | [diff] [blame] | 891 | .Sq - |
| 892 | character, then the specified methods (including wildcards) will be removed |
| 893 | from the default set instead of replacing them. |
naddy@openbsd.org | 91a2135 | 2019-09-06 14:45:34 +0000 | [diff] [blame] | 894 | If the specified list begins with a |
| 895 | .Sq ^ |
| 896 | character, then the specified methods will be placed at the head of the |
| 897 | default set. |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 898 | The supported algorithms are: |
| 899 | .Pp |
| 900 | .Bl -item -compact -offset indent |
| 901 | .It |
djm@openbsd.org | 16277fc | 2016-09-22 17:55:13 +0000 | [diff] [blame] | 902 | curve25519-sha256 |
| 903 | .It |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 904 | curve25519-sha256@libssh.org |
| 905 | .It |
| 906 | diffie-hellman-group1-sha1 |
| 907 | .It |
| 908 | diffie-hellman-group14-sha1 |
| 909 | .It |
djm@openbsd.org | 680321f | 2018-02-16 02:40:45 +0000 | [diff] [blame] | 910 | diffie-hellman-group14-sha256 |
| 911 | .It |
| 912 | diffie-hellman-group16-sha512 |
| 913 | .It |
| 914 | diffie-hellman-group18-sha512 |
| 915 | .It |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 916 | diffie-hellman-group-exchange-sha1 |
| 917 | .It |
| 918 | diffie-hellman-group-exchange-sha256 |
| 919 | .It |
| 920 | ecdh-sha2-nistp256 |
| 921 | .It |
| 922 | ecdh-sha2-nistp384 |
| 923 | .It |
| 924 | ecdh-sha2-nistp521 |
| 925 | .El |
| 926 | .Pp |
| 927 | The default is: |
Damien Miller | 6575c3a | 2013-12-18 17:47:02 +1100 | [diff] [blame] | 928 | .Bd -literal -offset indent |
djm@openbsd.org | 16277fc | 2016-09-22 17:55:13 +0000 | [diff] [blame] | 929 | curve25519-sha256,curve25519-sha256@libssh.org, |
Damien Miller | 6575c3a | 2013-12-18 17:47:02 +1100 | [diff] [blame] | 930 | ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, |
| 931 | diffie-hellman-group-exchange-sha256, |
djm@openbsd.org | 680321f | 2018-02-16 02:40:45 +0000 | [diff] [blame] | 932 | diffie-hellman-group16-sha512,diffie-hellman-group18-sha512, |
| 933 | diffie-hellman-group14-sha256,diffie-hellman-group14-sha1 |
Damien Miller | 6575c3a | 2013-12-18 17:47:02 +1100 | [diff] [blame] | 934 | .Ed |
djm@openbsd.org | 8f6784f | 2014-12-22 09:05:17 +0000 | [diff] [blame] | 935 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 936 | The list of available key exchange algorithms may also be obtained using |
| 937 | .Qq ssh -Q kex . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 938 | .It Cm ListenAddress |
| 939 | Specifies the local addresses |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 940 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 941 | should listen on. |
| 942 | The following forms may be used: |
| 943 | .Pp |
| 944 | .Bl -item -offset indent -compact |
| 945 | .It |
| 946 | .Cm ListenAddress |
| 947 | .Sm off |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 948 | .Ar hostname | address |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 949 | .Sm on |
jmc@openbsd.org@openbsd.org | 68d3bbb | 2017-10-26 06:44:01 +0000 | [diff] [blame] | 950 | .Op Cm rdomain Ar domain |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 951 | .It |
| 952 | .Cm ListenAddress |
| 953 | .Sm off |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 954 | .Ar hostname : port |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 955 | .Sm on |
jmc@openbsd.org@openbsd.org | 68d3bbb | 2017-10-26 06:44:01 +0000 | [diff] [blame] | 956 | .Op Cm rdomain Ar domain |
djm@openbsd.org | acf559e | 2017-10-25 00:15:35 +0000 | [diff] [blame] | 957 | .It |
| 958 | .Cm ListenAddress |
| 959 | .Sm off |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 960 | .Ar IPv4_address : port |
djm@openbsd.org | acf559e | 2017-10-25 00:15:35 +0000 | [diff] [blame] | 961 | .Sm on |
jmc@openbsd.org@openbsd.org | 68d3bbb | 2017-10-26 06:44:01 +0000 | [diff] [blame] | 962 | .Op Cm rdomain Ar domain |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 963 | .It |
| 964 | .Cm ListenAddress |
| 965 | .Sm off |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 966 | .Oo Ar hostname | address Oc : Ar port |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 967 | .Sm on |
jmc@openbsd.org@openbsd.org | 68d3bbb | 2017-10-26 06:44:01 +0000 | [diff] [blame] | 968 | .Op Cm rdomain Ar domain |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 969 | .El |
| 970 | .Pp |
djm@openbsd.org | acf559e | 2017-10-25 00:15:35 +0000 | [diff] [blame] | 971 | The optional |
| 972 | .Cm rdomain |
| 973 | qualifier requests |
| 974 | .Xr sshd 8 |
| 975 | listen in an explicit routing domain. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 976 | If |
| 977 | .Ar port |
| 978 | is not specified, |
dtucker@openbsd.org | 531a57a | 2015-04-29 03:48:56 +0000 | [diff] [blame] | 979 | sshd will listen on the address and all |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 980 | .Cm Port |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 981 | options specified. |
djm@openbsd.org | acf559e | 2017-10-25 00:15:35 +0000 | [diff] [blame] | 982 | The default is to listen on all local addresses on the current default |
| 983 | routing domain. |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 984 | Multiple |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 985 | .Cm ListenAddress |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 986 | options are permitted. |
djm@openbsd.org | acf559e | 2017-10-25 00:15:35 +0000 | [diff] [blame] | 987 | For more information on routing domains, see |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 988 | .Xr rdomain 4 . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 989 | .It Cm LoginGraceTime |
| 990 | The server disconnects after this time if the user has not |
| 991 | successfully logged in. |
| 992 | If the value is 0, there is no time limit. |
Damien Miller | c134863 | 2002-09-05 14:35:14 +1000 | [diff] [blame] | 993 | The default is 120 seconds. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 994 | .It Cm LogLevel |
| 995 | Gives the verbosity level that is used when logging messages from |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 996 | .Xr sshd 8 . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 997 | The possible values are: |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 998 | QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 999 | The default is INFO. |
| 1000 | DEBUG and DEBUG1 are equivalent. |
| 1001 | DEBUG2 and DEBUG3 each specify higher levels of debugging output. |
| 1002 | Logging with a DEBUG level violates the privacy of users and is not recommended. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1003 | .It Cm MACs |
| 1004 | Specifies the available MAC (message authentication code) algorithms. |
jmc@openbsd.org | a685ae8 | 2016-02-17 07:38:19 +0000 | [diff] [blame] | 1005 | The MAC algorithm is used for data integrity protection. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1006 | Multiple algorithms must be comma-separated. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 1007 | If the specified list begins with a |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 1008 | .Sq + |
| 1009 | character, then the specified algorithms will be appended to the default set |
| 1010 | instead of replacing them. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 1011 | If the specified list begins with a |
djm@openbsd.org | 68bc8cf | 2017-02-03 23:01:19 +0000 | [diff] [blame] | 1012 | .Sq - |
| 1013 | character, then the specified algorithms (including wildcards) will be removed |
| 1014 | from the default set instead of replacing them. |
naddy@openbsd.org | 91a2135 | 2019-09-06 14:45:34 +0000 | [diff] [blame] | 1015 | If the specified list begins with a |
| 1016 | .Sq ^ |
| 1017 | character, then the specified algorithms will be placed at the head of the |
| 1018 | default set. |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 1019 | .Pp |
Damien Miller | af43a7a | 2012-12-12 10:46:31 +1100 | [diff] [blame] | 1020 | The algorithms that contain |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1021 | .Qq -etm |
Damien Miller | af43a7a | 2012-12-12 10:46:31 +1100 | [diff] [blame] | 1022 | calculate the MAC after encryption (encrypt-then-mac). |
| 1023 | These are considered safer and their use recommended. |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 1024 | The supported MACs are: |
| 1025 | .Pp |
| 1026 | .Bl -item -compact -offset indent |
| 1027 | .It |
| 1028 | hmac-md5 |
| 1029 | .It |
| 1030 | hmac-md5-96 |
| 1031 | .It |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 1032 | hmac-sha1 |
| 1033 | .It |
| 1034 | hmac-sha1-96 |
| 1035 | .It |
| 1036 | hmac-sha2-256 |
| 1037 | .It |
| 1038 | hmac-sha2-512 |
| 1039 | .It |
| 1040 | umac-64@openssh.com |
| 1041 | .It |
| 1042 | umac-128@openssh.com |
| 1043 | .It |
| 1044 | hmac-md5-etm@openssh.com |
| 1045 | .It |
| 1046 | hmac-md5-96-etm@openssh.com |
| 1047 | .It |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 1048 | hmac-sha1-etm@openssh.com |
| 1049 | .It |
| 1050 | hmac-sha1-96-etm@openssh.com |
| 1051 | .It |
| 1052 | hmac-sha2-256-etm@openssh.com |
| 1053 | .It |
| 1054 | hmac-sha2-512-etm@openssh.com |
| 1055 | .It |
| 1056 | umac-64-etm@openssh.com |
| 1057 | .It |
| 1058 | umac-128-etm@openssh.com |
| 1059 | .El |
| 1060 | .Pp |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1061 | The default is: |
Damien Miller | 22b7b49 | 2007-06-11 14:07:12 +1000 | [diff] [blame] | 1062 | .Bd -literal -offset indent |
Damien Miller | af43a7a | 2012-12-12 10:46:31 +1100 | [diff] [blame] | 1063 | umac-64-etm@openssh.com,umac-128-etm@openssh.com, |
| 1064 | hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com, |
djm@openbsd.org | e4c918a | 2016-02-11 02:56:32 +0000 | [diff] [blame] | 1065 | hmac-sha1-etm@openssh.com, |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 1066 | umac-64@openssh.com,umac-128@openssh.com, |
djm@openbsd.org | e4c918a | 2016-02-11 02:56:32 +0000 | [diff] [blame] | 1067 | hmac-sha2-256,hmac-sha2-512,hmac-sha1 |
Damien Miller | 22b7b49 | 2007-06-11 14:07:12 +1000 | [diff] [blame] | 1068 | .Ed |
djm@openbsd.org | 8f6784f | 2014-12-22 09:05:17 +0000 | [diff] [blame] | 1069 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1070 | The list of available MAC algorithms may also be obtained using |
| 1071 | .Qq ssh -Q mac . |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1072 | .It Cm Match |
Damien Miller | d04f357 | 2006-07-24 13:46:50 +1000 | [diff] [blame] | 1073 | Introduces a conditional block. |
Damien Miller | 8c23403 | 2006-07-24 14:05:08 +1000 | [diff] [blame] | 1074 | If all of the criteria on the |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1075 | .Cm Match |
Damien Miller | 8c23403 | 2006-07-24 14:05:08 +1000 | [diff] [blame] | 1076 | line are satisfied, the keywords on the following lines override those |
| 1077 | set in the global section of the config file, until either another |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1078 | .Cm Match |
Damien Miller | 8c23403 | 2006-07-24 14:05:08 +1000 | [diff] [blame] | 1079 | line or the end of the file. |
Damien Miller | fc5d675 | 2014-02-28 10:01:28 +1100 | [diff] [blame] | 1080 | If a keyword appears in multiple |
| 1081 | .Cm Match |
sobrado@openbsd.org | 180bcb4 | 2014-08-30 16:32:25 +0000 | [diff] [blame] | 1082 | blocks that are satisfied, only the first instance of the keyword is |
Damien Miller | fc5d675 | 2014-02-28 10:01:28 +1100 | [diff] [blame] | 1083 | applied. |
Darren Tucker | 7a3935d | 2008-06-10 22:59:10 +1000 | [diff] [blame] | 1084 | .Pp |
Damien Miller | d04f357 | 2006-07-24 13:46:50 +1000 | [diff] [blame] | 1085 | The arguments to |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1086 | .Cm Match |
Damien Miller | cf31f38 | 2013-10-24 21:02:56 +1100 | [diff] [blame] | 1087 | are one or more criteria-pattern pairs or the single token |
| 1088 | .Cm All |
| 1089 | which matches all criteria. |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1090 | The available criteria are |
| 1091 | .Cm User , |
Damien Miller | 565ca3f | 2006-08-19 00:23:15 +1000 | [diff] [blame] | 1092 | .Cm Group , |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1093 | .Cm Host , |
Darren Tucker | fbcf827 | 2012-05-19 19:37:01 +1000 | [diff] [blame] | 1094 | .Cm LocalAddress , |
| 1095 | .Cm LocalPort , |
djm@openbsd.org | 68af80e | 2017-10-25 00:19:47 +0000 | [diff] [blame] | 1096 | .Cm RDomain , |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1097 | and |
djm@openbsd.org | 68af80e | 2017-10-25 00:19:47 +0000 | [diff] [blame] | 1098 | .Cm Address |
| 1099 | (with |
| 1100 | .Cm RDomain |
| 1101 | representing the |
| 1102 | .Xr rdomain 4 |
jmc@openbsd.org | 62949c5 | 2019-03-22 20:58:34 +0000 | [diff] [blame] | 1103 | on which the connection was received). |
djm@openbsd.org | 68af80e | 2017-10-25 00:19:47 +0000 | [diff] [blame] | 1104 | .Pp |
Darren Tucker | 7a3935d | 2008-06-10 22:59:10 +1000 | [diff] [blame] | 1105 | The match patterns may consist of single entries or comma-separated |
| 1106 | lists and may use the wildcard and negation operators described in the |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1107 | .Sx PATTERNS |
| 1108 | section of |
Darren Tucker | b06cc4a | 2008-06-10 22:59:53 +1000 | [diff] [blame] | 1109 | .Xr ssh_config 5 . |
Darren Tucker | 7a3935d | 2008-06-10 22:59:10 +1000 | [diff] [blame] | 1110 | .Pp |
| 1111 | The patterns in an |
| 1112 | .Cm Address |
| 1113 | criteria may additionally contain addresses to match in CIDR |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1114 | address/masklen format, |
| 1115 | such as 192.0.2.0/24 or 2001:db8::/32. |
Darren Tucker | 7a3935d | 2008-06-10 22:59:10 +1000 | [diff] [blame] | 1116 | Note that the mask length provided must be consistent with the address - |
| 1117 | it is an error to specify a mask length that is too long for the address |
Darren Tucker | 6a2a400 | 2008-06-10 23:03:04 +1000 | [diff] [blame] | 1118 | or one with bits set in this host portion of the address. |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1119 | For example, 192.0.2.0/33 and 192.0.2.0/8, respectively. |
Darren Tucker | 7a3935d | 2008-06-10 22:59:10 +1000 | [diff] [blame] | 1120 | .Pp |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1121 | Only a subset of keywords may be used on the lines following a |
| 1122 | .Cm Match |
| 1123 | keyword. |
| 1124 | Available keywords are |
Damien Miller | f826850 | 2012-06-20 21:54:15 +1000 | [diff] [blame] | 1125 | .Cm AcceptEnv , |
Damien Miller | 1781901 | 2009-01-28 16:20:17 +1100 | [diff] [blame] | 1126 | .Cm AllowAgentForwarding , |
Damien Miller | f826850 | 2012-06-20 21:54:15 +1000 | [diff] [blame] | 1127 | .Cm AllowGroups , |
djm@openbsd.org | 18a208d | 2015-02-20 22:40:32 +0000 | [diff] [blame] | 1128 | .Cm AllowStreamLocalForwarding , |
Damien Miller | 9b439df | 2006-07-24 14:04:00 +1000 | [diff] [blame] | 1129 | .Cm AllowTcpForwarding , |
Damien Miller | c24da77 | 2012-06-20 21:53:58 +1000 | [diff] [blame] | 1130 | .Cm AllowUsers , |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 1131 | .Cm AuthenticationMethods , |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 1132 | .Cm AuthorizedKeysCommand , |
| 1133 | .Cm AuthorizedKeysCommandUser , |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 1134 | .Cm AuthorizedKeysFile , |
djm@openbsd.org | b6b9108 | 2015-11-13 02:57:46 +0000 | [diff] [blame] | 1135 | .Cm AuthorizedPrincipalsCommand , |
| 1136 | .Cm AuthorizedPrincipalsCommandUser , |
Damien Miller | ab6de35 | 2010-06-26 09:38:45 +1000 | [diff] [blame] | 1137 | .Cm AuthorizedPrincipalsFile , |
Darren Tucker | 1629c07 | 2007-02-19 22:25:37 +1100 | [diff] [blame] | 1138 | .Cm Banner , |
Damien Miller | 797e3d1 | 2008-05-19 14:27:42 +1000 | [diff] [blame] | 1139 | .Cm ChrootDirectory , |
markus@openbsd.org | f0ddede | 2016-11-23 23:14:15 +0000 | [diff] [blame] | 1140 | .Cm ClientAliveCountMax , |
| 1141 | .Cm ClientAliveInterval , |
Damien Miller | c24da77 | 2012-06-20 21:53:58 +1000 | [diff] [blame] | 1142 | .Cm DenyGroups , |
| 1143 | .Cm DenyUsers , |
Damien Miller | e275443 | 2006-07-24 14:06:47 +1000 | [diff] [blame] | 1144 | .Cm ForceCommand , |
djm@openbsd.org | 18a208d | 2015-02-20 22:40:32 +0000 | [diff] [blame] | 1145 | .Cm GatewayPorts , |
djm@openbsd.org | bd49da2 | 2015-02-20 23:46:01 +0000 | [diff] [blame] | 1146 | .Cm GSSAPIAuthentication , |
djm@openbsd.org | 1f729f0 | 2015-01-13 07:39:19 +0000 | [diff] [blame] | 1147 | .Cm HostbasedAcceptedKeyTypes , |
Damien Miller | 25434de | 2008-05-19 14:29:08 +1000 | [diff] [blame] | 1148 | .Cm HostbasedAuthentication , |
Damien Miller | ab6de35 | 2010-06-26 09:38:45 +1000 | [diff] [blame] | 1149 | .Cm HostbasedUsesNameFromPacketOnly , |
djm@openbsd.org | 18a208d | 2015-02-20 22:40:32 +0000 | [diff] [blame] | 1150 | .Cm IPQoS , |
Darren Tucker | 1d75f22 | 2007-03-01 21:31:28 +1100 | [diff] [blame] | 1151 | .Cm KbdInteractiveAuthentication , |
Damien Miller | 5737e36 | 2007-03-06 21:21:18 +1100 | [diff] [blame] | 1152 | .Cm KerberosAuthentication , |
djm@openbsd.org | 54cd41a | 2017-05-17 01:24:17 +0000 | [diff] [blame] | 1153 | .Cm LogLevel , |
Damien Miller | 307c1d1 | 2008-06-16 07:56:20 +1000 | [diff] [blame] | 1154 | .Cm MaxAuthTries , |
Damien Miller | c62a5af | 2008-06-16 07:55:46 +1000 | [diff] [blame] | 1155 | .Cm MaxSessions , |
Darren Tucker | 1629c07 | 2007-02-19 22:25:37 +1100 | [diff] [blame] | 1156 | .Cm PasswordAuthentication , |
Damien Miller | 51bde60 | 2008-11-03 19:23:10 +1100 | [diff] [blame] | 1157 | .Cm PermitEmptyPasswords , |
djm@openbsd.org | 04df432 | 2018-06-06 18:24:00 +0000 | [diff] [blame] | 1158 | .Cm PermitListen , |
Damien Miller | d1de995 | 2006-07-24 14:05:48 +1000 | [diff] [blame] | 1159 | .Cm PermitOpen , |
Darren Tucker | 15f9427 | 2008-01-01 20:36:56 +1100 | [diff] [blame] | 1160 | .Cm PermitRootLogin , |
Damien Miller | 5ff30c6 | 2013-10-30 22:21:50 +1100 | [diff] [blame] | 1161 | .Cm PermitTTY , |
Damien Miller | ab6de35 | 2010-06-26 09:38:45 +1000 | [diff] [blame] | 1162 | .Cm PermitTunnel , |
Damien Miller | 72e6b5c | 2014-07-04 09:00:04 +1000 | [diff] [blame] | 1163 | .Cm PermitUserRC , |
djm@openbsd.org | 1f729f0 | 2015-01-13 07:39:19 +0000 | [diff] [blame] | 1164 | .Cm PubkeyAcceptedKeyTypes , |
Darren Tucker | 1477ea1 | 2009-10-07 08:36:05 +1100 | [diff] [blame] | 1165 | .Cm PubkeyAuthentication , |
djm@openbsd.org | 18a208d | 2015-02-20 22:40:32 +0000 | [diff] [blame] | 1166 | .Cm RekeyLimit , |
| 1167 | .Cm RevokedKeys , |
djm@openbsd.org | 35eb33f | 2017-10-25 00:17:08 +0000 | [diff] [blame] | 1168 | .Cm RDomain , |
djm@openbsd.org | 2801375 | 2018-06-09 03:03:10 +0000 | [diff] [blame] | 1169 | .Cm SetEnv , |
djm@openbsd.org | 18a208d | 2015-02-20 22:40:32 +0000 | [diff] [blame] | 1170 | .Cm StreamLocalBindMask , |
| 1171 | .Cm StreamLocalBindUnlink , |
| 1172 | .Cm TrustedUserCAKeys , |
Damien Miller | d1de995 | 2006-07-24 14:05:48 +1000 | [diff] [blame] | 1173 | .Cm X11DisplayOffset , |
Damien Miller | 1991384 | 2009-02-23 10:53:58 +1100 | [diff] [blame] | 1174 | .Cm X11Forwarding |
Darren Tucker | 4515047 | 2006-07-12 22:34:17 +1000 | [diff] [blame] | 1175 | and |
jmc@openbsd.org | 76af9c5 | 2019-06-12 05:53:21 +0000 | [diff] [blame] | 1176 | .Cm X11UseLocalhost . |
Darren Tucker | 89413db | 2004-05-24 10:36:23 +1000 | [diff] [blame] | 1177 | .It Cm MaxAuthTries |
| 1178 | Specifies the maximum number of authentication attempts permitted per |
Damien Miller | 26213e5 | 2004-06-30 22:39:34 +1000 | [diff] [blame] | 1179 | connection. |
| 1180 | Once the number of failures reaches half this value, |
| 1181 | additional failures are logged. |
| 1182 | The default is 6. |
Damien Miller | 7207f64 | 2008-05-19 15:34:50 +1000 | [diff] [blame] | 1183 | .It Cm MaxSessions |
djm@openbsd.org | cac3b66 | 2016-02-05 02:37:56 +0000 | [diff] [blame] | 1184 | Specifies the maximum number of open shell, login or subsystem (e.g. sftp) |
| 1185 | sessions permitted per network connection. |
| 1186 | Multiple sessions may be established by clients that support connection |
| 1187 | multiplexing. |
| 1188 | Setting |
| 1189 | .Cm MaxSessions |
| 1190 | to 1 will effectively disable session multiplexing, whereas setting it to 0 |
| 1191 | will prevent all shell, login and subsystem sessions while still permitting |
| 1192 | forwarding. |
Damien Miller | 7207f64 | 2008-05-19 15:34:50 +1000 | [diff] [blame] | 1193 | The default is 10. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1194 | .It Cm MaxStartups |
| 1195 | Specifies the maximum number of concurrent unauthenticated connections to the |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1196 | SSH daemon. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1197 | Additional connections will be dropped until authentication succeeds or the |
| 1198 | .Cm LoginGraceTime |
| 1199 | expires for a connection. |
Damien Miller | 1f583df | 2013-02-12 11:02:08 +1100 | [diff] [blame] | 1200 | The default is 10:30:100. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1201 | .Pp |
| 1202 | Alternatively, random early drop can be enabled by specifying |
| 1203 | the three colon separated values |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1204 | start:rate:full (e.g. "10:30:60"). |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 1205 | .Xr sshd 8 |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1206 | will refuse connection attempts with a probability of rate/100 (30%) |
| 1207 | if there are currently start (10) unauthenticated connections. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1208 | The probability increases linearly and all connection attempts |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1209 | are refused if the number of unauthenticated connections reaches full (60). |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1210 | .It Cm PasswordAuthentication |
| 1211 | Specifies whether password authentication is allowed. |
| 1212 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1213 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1214 | .It Cm PermitEmptyPasswords |
| 1215 | When password authentication is allowed, it specifies whether the |
| 1216 | server allows login to accounts with empty password strings. |
| 1217 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1218 | .Cm no . |
djm@openbsd.org | 04df432 | 2018-06-06 18:24:00 +0000 | [diff] [blame] | 1219 | .It Cm PermitListen |
| 1220 | Specifies the addresses/ports on which a remote TCP port forwarding may listen. |
| 1221 | The listen specification must be one of the following forms: |
| 1222 | .Pp |
| 1223 | .Bl -item -offset indent -compact |
| 1224 | .It |
| 1225 | .Cm PermitListen |
| 1226 | .Sm off |
djm@openbsd.org | 87ddd67 | 2018-06-19 02:59:41 +0000 | [diff] [blame] | 1227 | .Ar port |
| 1228 | .Sm on |
| 1229 | .It |
| 1230 | .Cm PermitListen |
| 1231 | .Sm off |
djm@openbsd.org | 04df432 | 2018-06-06 18:24:00 +0000 | [diff] [blame] | 1232 | .Ar host : port |
| 1233 | .Sm on |
djm@openbsd.org | 04df432 | 2018-06-06 18:24:00 +0000 | [diff] [blame] | 1234 | .El |
| 1235 | .Pp |
| 1236 | Multiple permissions may be specified by separating them with whitespace. |
| 1237 | An argument of |
| 1238 | .Cm any |
| 1239 | can be used to remove all restrictions and permit any listen requests. |
| 1240 | An argument of |
| 1241 | .Cm none |
| 1242 | can be used to prohibit all listen requests. |
| 1243 | The host name may contain wildcards as described in the PATTERNS section in |
| 1244 | .Xr ssh_config 5 . |
| 1245 | The wildcard |
| 1246 | .Sq * |
| 1247 | can also be used in place of a port number to allow all ports. |
| 1248 | By default all port forwarding listen requests are permitted. |
jmc@openbsd.org | 6ff6fda | 2018-06-07 11:26:14 +0000 | [diff] [blame] | 1249 | Note that the |
djm@openbsd.org | 04df432 | 2018-06-06 18:24:00 +0000 | [diff] [blame] | 1250 | .Cm GatewayPorts |
| 1251 | option may further restrict which addresses may be listened on. |
djm@openbsd.org | 87ddd67 | 2018-06-19 02:59:41 +0000 | [diff] [blame] | 1252 | Note also that |
| 1253 | .Xr ssh 1 |
| 1254 | will request a listen host of |
| 1255 | .Dq localhost |
dtucker@openbsd.org | 177d6c8 | 2019-01-23 20:48:52 +0000 | [diff] [blame] | 1256 | if no listen host was specifically requested, and this name is |
jmc@openbsd.org | f535ff9 | 2018-06-19 05:36:57 +0000 | [diff] [blame] | 1257 | treated differently to explicit localhost addresses of |
djm@openbsd.org | 87ddd67 | 2018-06-19 02:59:41 +0000 | [diff] [blame] | 1258 | .Dq 127.0.0.1 |
| 1259 | and |
| 1260 | .Dq ::1 . |
Damien Miller | 9b439df | 2006-07-24 14:04:00 +1000 | [diff] [blame] | 1261 | .It Cm PermitOpen |
| 1262 | Specifies the destinations to which TCP port forwarding is permitted. |
| 1263 | The forwarding specification must be one of the following forms: |
| 1264 | .Pp |
| 1265 | .Bl -item -offset indent -compact |
| 1266 | .It |
| 1267 | .Cm PermitOpen |
| 1268 | .Sm off |
| 1269 | .Ar host : port |
| 1270 | .Sm on |
| 1271 | .It |
| 1272 | .Cm PermitOpen |
| 1273 | .Sm off |
| 1274 | .Ar IPv4_addr : port |
| 1275 | .Sm on |
| 1276 | .It |
| 1277 | .Cm PermitOpen |
| 1278 | .Sm off |
| 1279 | .Ar \&[ IPv6_addr \&] : port |
| 1280 | .Sm on |
| 1281 | .El |
| 1282 | .Pp |
Damien Miller | a765cf4 | 2006-07-24 14:08:13 +1000 | [diff] [blame] | 1283 | Multiple forwards may be specified by separating them with whitespace. |
Damien Miller | 9b439df | 2006-07-24 14:04:00 +1000 | [diff] [blame] | 1284 | An argument of |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1285 | .Cm any |
Damien Miller | 9b439df | 2006-07-24 14:04:00 +1000 | [diff] [blame] | 1286 | can be used to remove all restrictions and permit any forwarding requests. |
Darren Tucker | ba9ea32 | 2012-05-19 19:37:33 +1000 | [diff] [blame] | 1287 | An argument of |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1288 | .Cm none |
Darren Tucker | ba9ea32 | 2012-05-19 19:37:33 +1000 | [diff] [blame] | 1289 | can be used to prohibit all forwarding requests. |
jmc@openbsd.org | 32d921c | 2016-07-19 12:59:16 +0000 | [diff] [blame] | 1290 | The wildcard |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1291 | .Sq * |
jmc@openbsd.org | 32d921c | 2016-07-19 12:59:16 +0000 | [diff] [blame] | 1292 | can be used for host or port to allow all hosts or ports, respectively. |
Damien Miller | 65bc2c4 | 2006-07-24 14:04:16 +1000 | [diff] [blame] | 1293 | By default all port forwarding requests are permitted. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1294 | .It Cm PermitRootLogin |
Darren Tucker | b350901 | 2005-01-20 11:01:46 +1100 | [diff] [blame] | 1295 | Specifies whether root can log in using |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1296 | .Xr ssh 1 . |
| 1297 | The argument must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1298 | .Cm yes , |
| 1299 | .Cm prohibit-password , |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1300 | .Cm forced-commands-only , |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1301 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1302 | .Cm no . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1303 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1304 | .Cm prohibit-password . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1305 | .Pp |
| 1306 | If this option is set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1307 | .Cm prohibit-password |
jmc@openbsd.org | 071325f | 2017-10-13 16:50:45 +0000 | [diff] [blame] | 1308 | (or its deprecated alias, |
| 1309 | .Cm without-password ) , |
deraadt@openbsd.org | 1dc8d93 | 2015-08-06 14:53:21 +0000 | [diff] [blame] | 1310 | password and keyboard-interactive authentication are disabled for root. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1311 | .Pp |
| 1312 | If this option is set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1313 | .Cm forced-commands-only , |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1314 | root login with public key authentication will be allowed, |
| 1315 | but only if the |
| 1316 | .Ar command |
| 1317 | option has been specified |
| 1318 | (which may be useful for taking remote backups even if root login is |
Damien Miller | fbf486b | 2003-05-23 18:44:23 +1000 | [diff] [blame] | 1319 | normally not allowed). |
| 1320 | All other authentication methods are disabled for root. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1321 | .Pp |
| 1322 | If this option is set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1323 | .Cm no , |
Darren Tucker | b350901 | 2005-01-20 11:01:46 +1100 | [diff] [blame] | 1324 | root is not allowed to log in. |
jmc@openbsd.org | f219fc8 | 2016-09-07 18:39:24 +0000 | [diff] [blame] | 1325 | .It Cm PermitTTY |
| 1326 | Specifies whether |
| 1327 | .Xr pty 4 |
| 1328 | allocation is permitted. |
| 1329 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1330 | .Cm yes . |
Damien Miller | d27b947 | 2005-12-13 19:29:02 +1100 | [diff] [blame] | 1331 | .It Cm PermitTunnel |
| 1332 | Specifies whether |
| 1333 | .Xr tun 4 |
| 1334 | device forwarding is allowed. |
Damien Miller | 7b58e80 | 2005-12-13 19:33:19 +1100 | [diff] [blame] | 1335 | The argument must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1336 | .Cm yes , |
| 1337 | .Cm point-to-point |
Damien Miller | 991dba4 | 2006-07-10 20:16:27 +1000 | [diff] [blame] | 1338 | (layer 3), |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1339 | .Cm ethernet |
Damien Miller | 991dba4 | 2006-07-10 20:16:27 +1000 | [diff] [blame] | 1340 | (layer 2), or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1341 | .Cm no . |
Damien Miller | 991dba4 | 2006-07-10 20:16:27 +1000 | [diff] [blame] | 1342 | Specifying |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1343 | .Cm yes |
Damien Miller | 991dba4 | 2006-07-10 20:16:27 +1000 | [diff] [blame] | 1344 | permits both |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1345 | .Cm point-to-point |
Damien Miller | 991dba4 | 2006-07-10 20:16:27 +1000 | [diff] [blame] | 1346 | and |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1347 | .Cm ethernet . |
Damien Miller | d27b947 | 2005-12-13 19:29:02 +1100 | [diff] [blame] | 1348 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1349 | .Cm no . |
djm@openbsd.org | 48dffd5 | 2014-09-09 09:45:36 +0000 | [diff] [blame] | 1350 | .Pp |
| 1351 | Independent of this setting, the permissions of the selected |
| 1352 | .Xr tun 4 |
| 1353 | device must allow access to the user. |
Ben Lindstrom | 5d860f0 | 2002-08-01 01:28:38 +0000 | [diff] [blame] | 1354 | .It Cm PermitUserEnvironment |
| 1355 | Specifies whether |
| 1356 | .Pa ~/.ssh/environment |
Ben Lindstrom | bd9bf38 | 2002-08-20 18:54:20 +0000 | [diff] [blame] | 1357 | and |
Ben Lindstrom | 5d860f0 | 2002-08-01 01:28:38 +0000 | [diff] [blame] | 1358 | .Cm environment= |
| 1359 | options in |
| 1360 | .Pa ~/.ssh/authorized_keys |
Ben Lindstrom | bd9bf38 | 2002-08-20 18:54:20 +0000 | [diff] [blame] | 1361 | are processed by |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1362 | .Xr sshd 8 . |
djm@openbsd.org | 95344c2 | 2018-07-03 10:59:35 +0000 | [diff] [blame] | 1363 | Valid options are |
| 1364 | .Cm yes , |
| 1365 | .Cm no |
| 1366 | or a pattern-list specifying which environment variable names to accept |
| 1367 | (for example |
| 1368 | .Qq LANG,LC_* ) . |
Ben Lindstrom | 5d860f0 | 2002-08-01 01:28:38 +0000 | [diff] [blame] | 1369 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1370 | .Cm no . |
Ben Lindstrom | bd9bf38 | 2002-08-20 18:54:20 +0000 | [diff] [blame] | 1371 | Enabling environment processing may enable users to bypass access |
| 1372 | restrictions in some configurations using mechanisms such as |
| 1373 | .Ev LD_PRELOAD . |
Damien Miller | 72e6b5c | 2014-07-04 09:00:04 +1000 | [diff] [blame] | 1374 | .It Cm PermitUserRC |
| 1375 | Specifies whether any |
| 1376 | .Pa ~/.ssh/rc |
| 1377 | file is executed. |
| 1378 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1379 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1380 | .It Cm PidFile |
Ben Lindstrom | 959de99 | 2002-06-23 00:35:25 +0000 | [diff] [blame] | 1381 | Specifies the file that contains the process ID of the |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1382 | SSH daemon, or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1383 | .Cm none |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1384 | to not write one. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1385 | The default is |
| 1386 | .Pa /var/run/sshd.pid . |
| 1387 | .It Cm Port |
| 1388 | Specifies the port number that |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1389 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1390 | listens on. |
| 1391 | The default is 22. |
| 1392 | Multiple options of this type are permitted. |
| 1393 | See also |
| 1394 | .Cm ListenAddress . |
| 1395 | .It Cm PrintLastLog |
| 1396 | Specifies whether |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1397 | .Xr sshd 8 |
Darren Tucker | 7cc5c23 | 2004-11-05 20:06:59 +1100 | [diff] [blame] | 1398 | should print the date and time of the last user login when a user logs |
| 1399 | in interactively. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1400 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1401 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1402 | .It Cm PrintMotd |
| 1403 | Specifies whether |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1404 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1405 | should print |
| 1406 | .Pa /etc/motd |
| 1407 | when a user logs in interactively. |
| 1408 | (On some systems it is also printed by the shell, |
| 1409 | .Pa /etc/profile , |
| 1410 | or equivalent.) |
| 1411 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1412 | .Cm yes . |
djm@openbsd.org | 1f729f0 | 2015-01-13 07:39:19 +0000 | [diff] [blame] | 1413 | .It Cm PubkeyAcceptedKeyTypes |
| 1414 | Specifies the key types that will be accepted for public key authentication |
djm@openbsd.org | 312d2f2 | 2018-07-04 13:49:31 +0000 | [diff] [blame] | 1415 | as a list of comma-separated patterns. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 1416 | Alternately if the specified list begins with a |
djm@openbsd.org | f9eca24 | 2015-07-30 00:01:34 +0000 | [diff] [blame] | 1417 | .Sq + |
| 1418 | character, then the specified key types will be appended to the default set |
| 1419 | instead of replacing them. |
naddy@openbsd.org | 4f9d75f | 2019-09-04 20:31:15 +0000 | [diff] [blame] | 1420 | If the specified list begins with a |
djm@openbsd.org | 68bc8cf | 2017-02-03 23:01:19 +0000 | [diff] [blame] | 1421 | .Sq - |
| 1422 | character, then the specified key types (including wildcards) will be removed |
| 1423 | from the default set instead of replacing them. |
naddy@openbsd.org | 91a2135 | 2019-09-06 14:45:34 +0000 | [diff] [blame] | 1424 | If the specified list begins with a |
| 1425 | .Sq ^ |
| 1426 | character, then the specified key types will be placed at the head of the |
| 1427 | default set. |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 1428 | The default for this option is: |
| 1429 | .Bd -literal -offset 3n |
naddy@openbsd.org | aa4c640 | 2019-11-07 08:38:38 +0000 | [diff] [blame] | 1430 | sk-ecdsa-sha2-nistp256-cert-v01@openssh.com, |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 1431 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |
| 1432 | ecdsa-sha2-nistp384-cert-v01@openssh.com, |
| 1433 | ecdsa-sha2-nistp521-cert-v01@openssh.com, |
djm@openbsd.org | e2e1283 | 2019-11-18 04:55:02 +0000 | [diff] [blame] | 1434 | sk-ssh-ed25519-cert-v01@openssh.com, |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 1435 | ssh-ed25519-cert-v01@openssh.com, |
naddy@openbsd.org | aa4c640 | 2019-11-07 08:38:38 +0000 | [diff] [blame] | 1436 | rsa-sha2-512-cert-v01@openssh.com, |
| 1437 | rsa-sha2-256-cert-v01@openssh.com, |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 1438 | ssh-rsa-cert-v01@openssh.com, |
naddy@openbsd.org | aa4c640 | 2019-11-07 08:38:38 +0000 | [diff] [blame] | 1439 | sk-ecdsa-sha2-nistp256@openssh.com, |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 1440 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, |
djm@openbsd.org | e2e1283 | 2019-11-18 04:55:02 +0000 | [diff] [blame] | 1441 | sk-ssh-ed25519@openssh.com, |
djm@openbsd.org | 4ba0d54 | 2018-07-03 11:39:54 +0000 | [diff] [blame] | 1442 | ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa |
markus@openbsd.org | 3a1638d | 2015-07-10 06:21:53 +0000 | [diff] [blame] | 1443 | .Ed |
| 1444 | .Pp |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1445 | The list of available key types may also be obtained using |
| 1446 | .Qq ssh -Q key . |
djm@openbsd.org | 0fddf29 | 2019-11-25 00:52:46 +0000 | [diff] [blame] | 1447 | .It Cm PubkeyAuthOptions |
| 1448 | Sets one or more public key authentication options. |
| 1449 | Two option keywords are currently supported: |
jmc@openbsd.org | 8635afa | 2019-11-26 22:42:26 +0000 | [diff] [blame^] | 1450 | .Cm none |
| 1451 | (the default; indicating no additional options are enabled) |
djm@openbsd.org | 0fddf29 | 2019-11-25 00:52:46 +0000 | [diff] [blame] | 1452 | and |
| 1453 | .Cm touch-required . |
| 1454 | .Pp |
| 1455 | The |
| 1456 | .Cm touch-required |
| 1457 | option causes public key authentication using a security key algorithm |
jmc@openbsd.org | 8635afa | 2019-11-26 22:42:26 +0000 | [diff] [blame^] | 1458 | (i.e.\& |
djm@openbsd.org | 0fddf29 | 2019-11-25 00:52:46 +0000 | [diff] [blame] | 1459 | .Cm ecdsa-sk |
| 1460 | or |
| 1461 | .Cm ed25519-sk ) |
| 1462 | to always require the signature to attest that a physically present user |
| 1463 | explicitly confirmed the authentication (usually by touching the security key). |
| 1464 | By default, |
| 1465 | .Xr sshd 8 |
| 1466 | requires key touch unless overridden with an authorized_keys option. |
| 1467 | The |
| 1468 | .Cm touch-required |
| 1469 | flag disables this override. |
jmc@openbsd.org | 8635afa | 2019-11-26 22:42:26 +0000 | [diff] [blame^] | 1470 | This option has no effect for other, non-security key, public key types. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1471 | .It Cm PubkeyAuthentication |
| 1472 | Specifies whether public key authentication is allowed. |
| 1473 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1474 | .Cm yes . |
Darren Tucker | 5f96f3b | 2013-05-16 20:29:28 +1000 | [diff] [blame] | 1475 | .It Cm RekeyLimit |
| 1476 | Specifies the maximum amount of data that may be transmitted before the |
| 1477 | session key is renegotiated, optionally followed a maximum amount of |
| 1478 | time that may pass before the session key is renegotiated. |
| 1479 | The first argument is specified in bytes and may have a suffix of |
| 1480 | .Sq K , |
| 1481 | .Sq M , |
| 1482 | or |
| 1483 | .Sq G |
| 1484 | to indicate Kilobytes, Megabytes, or Gigabytes, respectively. |
| 1485 | The default is between |
| 1486 | .Sq 1G |
| 1487 | and |
| 1488 | .Sq 4G , |
| 1489 | depending on the cipher. |
| 1490 | The optional second value is specified in seconds and may use any of the |
| 1491 | units documented in the |
| 1492 | .Sx TIME FORMATS |
Darren Tucker | 64d2294 | 2013-05-16 20:31:29 +1000 | [diff] [blame] | 1493 | section. |
Darren Tucker | 5f96f3b | 2013-05-16 20:29:28 +1000 | [diff] [blame] | 1494 | The default value for |
| 1495 | .Cm RekeyLimit |
| 1496 | is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1497 | .Cm default none , |
Darren Tucker | 5f96f3b | 2013-05-16 20:29:28 +1000 | [diff] [blame] | 1498 | which means that rekeying is performed after the cipher's default amount |
| 1499 | of data has been sent or received and no time based rekeying is done. |
Damien Miller | 1aed65e | 2010-03-04 21:53:35 +1100 | [diff] [blame] | 1500 | .It Cm RevokedKeys |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1501 | Specifies revoked public keys file, or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1502 | .Cm none |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1503 | to not use one. |
Damien Miller | 1aed65e | 2010-03-04 21:53:35 +1100 | [diff] [blame] | 1504 | Keys listed in this file will be refused for public key authentication. |
| 1505 | Note that if this file is not readable, then public key authentication will |
| 1506 | be refused for all users. |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 1507 | Keys may be specified as a text file, listing one public key per line, or as |
| 1508 | an OpenSSH Key Revocation List (KRL) as generated by |
Damien Miller | 72abeb7 | 2013-01-20 22:33:44 +1100 | [diff] [blame] | 1509 | .Xr ssh-keygen 1 . |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 1510 | For more information on KRLs, see the KEY REVOCATION LISTS section in |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 1511 | .Xr ssh-keygen 1 . |
djm@openbsd.org | 35eb33f | 2017-10-25 00:17:08 +0000 | [diff] [blame] | 1512 | .It Cm RDomain |
| 1513 | Specifies an explicit routing domain that is applied after authentication |
| 1514 | has completed. |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 1515 | The user session, as well and any forwarded or listening IP sockets, |
| 1516 | will be bound to this |
djm@openbsd.org | 35eb33f | 2017-10-25 00:17:08 +0000 | [diff] [blame] | 1517 | .Xr rdomain 4 . |
| 1518 | If the routing domain is set to |
| 1519 | .Cm \&%D , |
jmc@openbsd.org@openbsd.org | 7530e77 | 2017-10-25 06:18:06 +0000 | [diff] [blame] | 1520 | then the domain in which the incoming connection was received will be applied. |
djm@openbsd.org | 2801375 | 2018-06-09 03:03:10 +0000 | [diff] [blame] | 1521 | .It Cm SetEnv |
| 1522 | Specifies one or more environment variables to set in child sessions started |
| 1523 | by |
| 1524 | .Xr sshd 8 |
| 1525 | as |
| 1526 | .Dq NAME=VALUE . |
| 1527 | The environment value may be quoted (e.g. if it contains whitespace |
| 1528 | characters). |
| 1529 | Environment variables set by |
| 1530 | .Cm SetEnv |
| 1531 | override the default environment and any variables specified by the user |
| 1532 | via |
| 1533 | .Cm AcceptEnv |
| 1534 | or |
| 1535 | .Cm PermitUserEnvironment . |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 1536 | .It Cm StreamLocalBindMask |
| 1537 | Sets the octal file creation mode mask |
| 1538 | .Pq umask |
| 1539 | used when creating a Unix-domain socket file for local or remote |
| 1540 | port forwarding. |
| 1541 | This option is only used for port forwarding to a Unix-domain socket file. |
| 1542 | .Pp |
| 1543 | The default value is 0177, which creates a Unix-domain socket file that is |
| 1544 | readable and writable only by the owner. |
| 1545 | Note that not all operating systems honor the file mode on Unix-domain |
| 1546 | socket files. |
| 1547 | .It Cm StreamLocalBindUnlink |
| 1548 | Specifies whether to remove an existing Unix-domain socket file for local |
| 1549 | or remote port forwarding before creating a new one. |
| 1550 | If the socket file already exists and |
| 1551 | .Cm StreamLocalBindUnlink |
| 1552 | is not enabled, |
| 1553 | .Nm sshd |
| 1554 | will be unable to forward the port to the Unix-domain socket file. |
| 1555 | This option is only used for port forwarding to a Unix-domain socket file. |
| 1556 | .Pp |
| 1557 | The argument must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1558 | .Cm yes |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 1559 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1560 | .Cm no . |
Damien Miller | 7acefbb | 2014-07-18 14:11:24 +1000 | [diff] [blame] | 1561 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1562 | .Cm no . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1563 | .It Cm StrictModes |
| 1564 | Specifies whether |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1565 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1566 | should check file modes and ownership of the |
| 1567 | user's files and home directory before accepting login. |
| 1568 | This is normally desirable because novices sometimes accidentally leave their |
| 1569 | directory or files world-writable. |
| 1570 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1571 | .Cm yes . |
Darren Tucker | f788a91 | 2010-01-08 17:06:47 +1100 | [diff] [blame] | 1572 | Note that this does not apply to |
| 1573 | .Cm ChrootDirectory , |
| 1574 | whose permissions and ownership are checked unconditionally. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1575 | .It Cm Subsystem |
Damien Miller | 208f1ed | 2006-03-15 11:56:03 +1100 | [diff] [blame] | 1576 | Configures an external subsystem (e.g. file transfer daemon). |
Damien Miller | 917f9b6 | 2006-07-10 20:36:47 +1000 | [diff] [blame] | 1577 | Arguments should be a subsystem name and a command (with optional arguments) |
| 1578 | to execute upon subsystem request. |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 1579 | .Pp |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1580 | The command |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1581 | .Cm sftp-server |
| 1582 | implements the SFTP file transfer subsystem. |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 1583 | .Pp |
| 1584 | Alternately the name |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1585 | .Cm internal-sftp |
| 1586 | implements an in-process SFTP server. |
Damien Miller | d8cb1f1 | 2008-02-10 22:40:12 +1100 | [diff] [blame] | 1587 | This may simplify configurations using |
| 1588 | .Cm ChrootDirectory |
| 1589 | to force a different filesystem root on clients. |
| 1590 | .Pp |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1591 | By default no subsystems are defined. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1592 | .It Cm SyslogFacility |
| 1593 | Gives the facility code that is used when logging messages from |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 1594 | .Xr sshd 8 . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1595 | The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2, |
| 1596 | LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7. |
| 1597 | The default is AUTH. |
Damien Miller | 12c150e | 2003-12-17 16:31:10 +1100 | [diff] [blame] | 1598 | .It Cm TCPKeepAlive |
| 1599 | Specifies whether the system should send TCP keepalive messages to the |
| 1600 | other side. |
| 1601 | If they are sent, death of the connection or crash of one |
| 1602 | of the machines will be properly noticed. |
| 1603 | However, this means that |
| 1604 | connections will die if the route is down temporarily, and some people |
| 1605 | find it annoying. |
| 1606 | On the other hand, if TCP keepalives are not sent, |
| 1607 | sessions may hang indefinitely on the server, leaving |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1608 | .Qq ghost |
Damien Miller | 12c150e | 2003-12-17 16:31:10 +1100 | [diff] [blame] | 1609 | users and consuming server resources. |
| 1610 | .Pp |
| 1611 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1612 | .Cm yes |
Damien Miller | 12c150e | 2003-12-17 16:31:10 +1100 | [diff] [blame] | 1613 | (to send TCP keepalive messages), and the server will notice |
| 1614 | if the network goes down or the client host crashes. |
| 1615 | This avoids infinitely hanging sessions. |
| 1616 | .Pp |
| 1617 | To disable TCP keepalive messages, the value should be set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1618 | .Cm no . |
Damien Miller | 1aed65e | 2010-03-04 21:53:35 +1100 | [diff] [blame] | 1619 | .It Cm TrustedUserCAKeys |
| 1620 | Specifies a file containing public keys of certificate authorities that are |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1621 | trusted to sign user certificates for authentication, or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1622 | .Cm none |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1623 | to not use one. |
Damien Miller | 72b3382 | 2010-03-05 07:39:01 +1100 | [diff] [blame] | 1624 | Keys are listed one per line; empty lines and comments starting with |
Damien Miller | 1aed65e | 2010-03-04 21:53:35 +1100 | [diff] [blame] | 1625 | .Ql # |
| 1626 | are allowed. |
| 1627 | If a certificate is presented for authentication and has its signing CA key |
| 1628 | listed in this file, then it may be used for authentication for any user |
| 1629 | listed in the certificate's principals list. |
| 1630 | Note that certificates that lack a list of principals will not be permitted |
| 1631 | for authentication using |
| 1632 | .Cm TrustedUserCAKeys . |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 1633 | For more details on certificates, see the CERTIFICATES section in |
Damien Miller | 1aed65e | 2010-03-04 21:53:35 +1100 | [diff] [blame] | 1634 | .Xr ssh-keygen 1 . |
Damien Miller | 3a961dc | 2003-06-03 10:25:48 +1000 | [diff] [blame] | 1635 | .It Cm UseDNS |
| 1636 | Specifies whether |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1637 | .Xr sshd 8 |
djm@openbsd.org | c63c9a6 | 2015-07-20 00:30:01 +0000 | [diff] [blame] | 1638 | should look up the remote host name, and to check that |
Damien Miller | 3a961dc | 2003-06-03 10:25:48 +1000 | [diff] [blame] | 1639 | the resolved host name for the remote IP address maps back to the |
| 1640 | very same IP address. |
djm@openbsd.org | c63c9a6 | 2015-07-20 00:30:01 +0000 | [diff] [blame] | 1641 | .Pp |
| 1642 | If this option is set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1643 | .Cm no |
djm@openbsd.org | c63c9a6 | 2015-07-20 00:30:01 +0000 | [diff] [blame] | 1644 | (the default) then only addresses and not host names may be used in |
djm@openbsd.org | 0235a5f | 2016-03-17 17:19:43 +0000 | [diff] [blame] | 1645 | .Pa ~/.ssh/authorized_keys |
djm@openbsd.org | c63c9a6 | 2015-07-20 00:30:01 +0000 | [diff] [blame] | 1646 | .Cm from |
| 1647 | and |
jmc@openbsd.org | 1f8d3d6 | 2015-08-14 15:32:41 +0000 | [diff] [blame] | 1648 | .Nm |
djm@openbsd.org | c63c9a6 | 2015-07-20 00:30:01 +0000 | [diff] [blame] | 1649 | .Cm Match |
| 1650 | .Cm Host |
| 1651 | directives. |
Damien Miller | 2e193e2 | 2003-05-14 15:13:03 +1000 | [diff] [blame] | 1652 | .It Cm UsePAM |
Darren Tucker | 1dcff9a | 2004-05-13 16:51:40 +1000 | [diff] [blame] | 1653 | Enables the Pluggable Authentication Module interface. |
| 1654 | If set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1655 | .Cm yes |
Darren Tucker | 1dcff9a | 2004-05-13 16:51:40 +1000 | [diff] [blame] | 1656 | this will enable PAM authentication using |
| 1657 | .Cm ChallengeResponseAuthentication |
Darren Tucker | a4904f7 | 2006-02-23 21:35:30 +1100 | [diff] [blame] | 1658 | and |
| 1659 | .Cm PasswordAuthentication |
| 1660 | in addition to PAM account and session module processing for all |
| 1661 | authentication types. |
Darren Tucker | 1dcff9a | 2004-05-13 16:51:40 +1000 | [diff] [blame] | 1662 | .Pp |
| 1663 | Because PAM challenge-response authentication usually serves an equivalent |
| 1664 | role to password authentication, you should disable either |
| 1665 | .Cm PasswordAuthentication |
| 1666 | or |
| 1667 | .Cm ChallengeResponseAuthentication. |
| 1668 | .Pp |
| 1669 | If |
| 1670 | .Cm UsePAM |
| 1671 | is enabled, you will not be able to run |
| 1672 | .Xr sshd 8 |
| 1673 | as a non-root user. |
| 1674 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1675 | .Cm no . |
Damien Miller | 2352881 | 2012-04-22 11:24:43 +1000 | [diff] [blame] | 1676 | .It Cm VersionAddendum |
| 1677 | Optionally specifies additional text to append to the SSH protocol banner |
| 1678 | sent by the server upon connection. |
| 1679 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1680 | .Cm none . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1681 | .It Cm X11DisplayOffset |
| 1682 | Specifies the first display number available for |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1683 | .Xr sshd 8 Ns 's |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1684 | X11 forwarding. |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1685 | This prevents sshd from interfering with real X11 servers. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1686 | The default is 10. |
| 1687 | .It Cm X11Forwarding |
| 1688 | Specifies whether X11 forwarding is permitted. |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1689 | The argument must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1690 | .Cm yes |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1691 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1692 | .Cm no . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1693 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1694 | .Cm no . |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1695 | .Pp |
| 1696 | When X11 forwarding is enabled, there may be additional exposure to |
| 1697 | the server and to client displays if the |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1698 | .Xr sshd 8 |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1699 | proxy display is configured to listen on the wildcard address (see |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1700 | .Cm X11UseLocalhost ) , |
| 1701 | though this is not the default. |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1702 | Additionally, the authentication spoofing and authentication data |
| 1703 | verification and substitution occur on the client side. |
| 1704 | The security risk of using X11 forwarding is that the client's X11 |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1705 | display server may be exposed to attack when the SSH client requests |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1706 | forwarding (see the warnings for |
| 1707 | .Cm ForwardX11 |
| 1708 | in |
Damien Miller | f1ce505 | 2003-06-11 22:04:39 +1000 | [diff] [blame] | 1709 | .Xr ssh_config 5 ) . |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1710 | A system administrator may have a stance in which they want to |
| 1711 | protect clients that may expose themselves to attack by unwittingly |
| 1712 | requesting X11 forwarding, which can warrant a |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1713 | .Cm no |
Damien Miller | 101c4a7 | 2002-09-19 11:51:21 +1000 | [diff] [blame] | 1714 | setting. |
| 1715 | .Pp |
| 1716 | Note that disabling X11 forwarding does not prevent users from |
| 1717 | forwarding X11 traffic, as users can always install their own forwarders. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1718 | .It Cm X11UseLocalhost |
| 1719 | Specifies whether |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1720 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1721 | should bind the X11 forwarding server to the loopback address or to |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 1722 | the wildcard address. |
| 1723 | By default, |
Damien Miller | 5b0d63f | 2006-03-15 11:56:56 +1100 | [diff] [blame] | 1724 | sshd binds the forwarding server to the loopback address and sets the |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1725 | hostname part of the |
| 1726 | .Ev DISPLAY |
| 1727 | environment variable to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1728 | .Cm localhost . |
Ben Lindstrom | 15b6120 | 2002-08-20 18:44:24 +0000 | [diff] [blame] | 1729 | This prevents remote hosts from connecting to the proxy display. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1730 | However, some older X11 clients may not function with this |
| 1731 | configuration. |
| 1732 | .Cm X11UseLocalhost |
| 1733 | may be set to |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1734 | .Cm no |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1735 | to specify that the forwarding server should be bound to the wildcard |
| 1736 | address. |
| 1737 | The argument must be |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1738 | .Cm yes |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1739 | or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1740 | .Cm no . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1741 | The default is |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1742 | .Cm yes . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1743 | .It Cm XAuthLocation |
Damien Miller | 05913ba | 2002-09-04 16:51:03 +1000 | [diff] [blame] | 1744 | Specifies the full pathname of the |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1745 | .Xr xauth 1 |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1746 | program, or |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1747 | .Cm none |
dtucker@openbsd.org | 6cc7cfa | 2015-04-16 23:25:50 +0000 | [diff] [blame] | 1748 | to not use one. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1749 | The default is |
| 1750 | .Pa /usr/X11R6/bin/xauth . |
| 1751 | .El |
Damien Miller | e3beba2 | 2006-03-15 11:59:25 +1100 | [diff] [blame] | 1752 | .Sh TIME FORMATS |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 1753 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1754 | command-line arguments and configuration file options that specify time |
| 1755 | may be expressed using a sequence of the form: |
| 1756 | .Sm off |
Ben Lindstrom | 1f8cf4f | 2002-08-20 18:43:27 +0000 | [diff] [blame] | 1757 | .Ar time Op Ar qualifier , |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1758 | .Sm on |
| 1759 | where |
| 1760 | .Ar time |
| 1761 | is a positive integer value and |
| 1762 | .Ar qualifier |
| 1763 | is one of the following: |
| 1764 | .Pp |
| 1765 | .Bl -tag -width Ds -compact -offset indent |
Damien Miller | 393821a | 2006-07-24 14:04:53 +1000 | [diff] [blame] | 1766 | .It Aq Cm none |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1767 | seconds |
| 1768 | .It Cm s | Cm S |
| 1769 | seconds |
| 1770 | .It Cm m | Cm M |
| 1771 | minutes |
| 1772 | .It Cm h | Cm H |
| 1773 | hours |
| 1774 | .It Cm d | Cm D |
| 1775 | days |
| 1776 | .It Cm w | Cm W |
| 1777 | weeks |
| 1778 | .El |
| 1779 | .Pp |
| 1780 | Each member of the sequence is added together to calculate |
| 1781 | the total time value. |
| 1782 | .Pp |
| 1783 | Time format examples: |
| 1784 | .Pp |
| 1785 | .Bl -tag -width Ds -compact -offset indent |
| 1786 | .It 600 |
| 1787 | 600 seconds (10 minutes) |
| 1788 | .It 10m |
| 1789 | 10 minutes |
| 1790 | .It 1h30m |
| 1791 | 1 hour 30 minutes (90 minutes) |
| 1792 | .El |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1793 | .Sh TOKENS |
| 1794 | Arguments to some keywords can make use of tokens, |
| 1795 | which are expanded at runtime: |
| 1796 | .Pp |
| 1797 | .Bl -tag -width XXXX -offset indent -compact |
| 1798 | .It %% |
| 1799 | A literal |
| 1800 | .Sq % . |
djm@openbsd.org | 35eb33f | 2017-10-25 00:17:08 +0000 | [diff] [blame] | 1801 | .It \&%D |
| 1802 | The routing domain in which the incoming connection was received. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1803 | .It %F |
| 1804 | The fingerprint of the CA key. |
| 1805 | .It %f |
| 1806 | The fingerprint of the key or certificate. |
| 1807 | .It %h |
| 1808 | The home directory of the user. |
| 1809 | .It %i |
| 1810 | The key ID in the certificate. |
| 1811 | .It %K |
| 1812 | The base64-encoded CA key. |
| 1813 | .It %k |
| 1814 | The base64-encoded key or certificate for authentication. |
| 1815 | .It %s |
| 1816 | The serial number of the certificate. |
| 1817 | .It \&%T |
| 1818 | The type of the CA key. |
| 1819 | .It %t |
| 1820 | The key or certificate type. |
jmc@openbsd.org | 2940284 | 2018-06-01 05:50:18 +0000 | [diff] [blame] | 1821 | .It \&%U |
| 1822 | The numeric user ID of the target user. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1823 | .It %u |
| 1824 | The username. |
| 1825 | .El |
| 1826 | .Pp |
| 1827 | .Cm AuthorizedKeysCommand |
jmc@openbsd.org | e8d59fe | 2018-06-01 06:23:10 +0000 | [diff] [blame] | 1828 | accepts the tokens %%, %f, %h, %k, %t, %U, and %u. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1829 | .Pp |
| 1830 | .Cm AuthorizedKeysFile |
jmc@openbsd.org | e8d59fe | 2018-06-01 06:23:10 +0000 | [diff] [blame] | 1831 | accepts the tokens %%, %h, %U, and %u. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1832 | .Pp |
| 1833 | .Cm AuthorizedPrincipalsCommand |
jmc@openbsd.org | e8d59fe | 2018-06-01 06:23:10 +0000 | [diff] [blame] | 1834 | accepts the tokens %%, %F, %f, %h, %i, %K, %k, %s, %T, %t, %U, and %u. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1835 | .Pp |
| 1836 | .Cm AuthorizedPrincipalsFile |
jmc@openbsd.org | e8d59fe | 2018-06-01 06:23:10 +0000 | [diff] [blame] | 1837 | accepts the tokens %%, %h, %U, and %u. |
jmc@openbsd.org | de6a175 | 2016-09-22 19:19:01 +0000 | [diff] [blame] | 1838 | .Pp |
| 1839 | .Cm ChrootDirectory |
jmc@openbsd.org | e8d59fe | 2018-06-01 06:23:10 +0000 | [diff] [blame] | 1840 | accepts the tokens %%, %h, %U, and %u. |
djm@openbsd.org | 35eb33f | 2017-10-25 00:17:08 +0000 | [diff] [blame] | 1841 | .Pp |
| 1842 | .Cm RoutingDomain |
| 1843 | accepts the token %D. |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1844 | .Sh FILES |
| 1845 | .Bl -tag -width Ds |
| 1846 | .It Pa /etc/ssh/sshd_config |
| 1847 | Contains configuration data for |
Damien Miller | f4f22b5 | 2006-03-15 11:57:25 +1100 | [diff] [blame] | 1848 | .Xr sshd 8 . |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1849 | This file should be writable by root only, but it is recommended |
| 1850 | (though not necessary) that it be world-readable. |
| 1851 | .El |
Damien Miller | f1ce505 | 2003-06-11 22:04:39 +1000 | [diff] [blame] | 1852 | .Sh SEE ALSO |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1853 | .Xr sftp-server 8 , |
Damien Miller | f1ce505 | 2003-06-11 22:04:39 +1000 | [diff] [blame] | 1854 | .Xr sshd 8 |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1855 | .Sh AUTHORS |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1856 | .An -nosplit |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1857 | OpenSSH is a derivative of the original and free |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1858 | ssh 1.2.12 release by |
| 1859 | .An Tatu Ylonen . |
| 1860 | .An Aaron Campbell , Bob Beck , Markus Friedl , Niels Provos , |
| 1861 | .An Theo de Raadt |
| 1862 | and |
| 1863 | .An Dug Song |
Ben Lindstrom | 9f04903 | 2002-06-21 00:59:05 +0000 | [diff] [blame] | 1864 | removed many bugs, re-added newer features and |
| 1865 | created OpenSSH. |
jmc@openbsd.org | aae4dbd | 2016-10-07 14:41:52 +0000 | [diff] [blame] | 1866 | .An Markus Friedl |
| 1867 | contributed the support for SSH protocol versions 1.5 and 2.0. |
| 1868 | .An Niels Provos |
| 1869 | and |
| 1870 | .An Markus Friedl |
| 1871 | contributed support for privilege separation. |