]> andersk Git - openssh.git/blame - sshd_config.5
- dtucker@cvs.openbsd.org 2004/05/13 02:47:50
[openssh.git] / sshd_config.5
CommitLineData
588df31a 1.\" -*- nroff -*-
2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose. Any derived versions of this
9.\" software must be clearly marked as such, and if the derived work is
10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell".
12.\"
13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
16.\"
17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions
19.\" are met:
20.\" 1. Redistributions of source code must retain the above copyright
21.\" notice, this list of conditions and the following disclaimer.
22.\" 2. Redistributions in binary form must reproduce the above copyright
23.\" notice, this list of conditions and the following disclaimer in the
24.\" documentation and/or other materials provided with the distribution.
25.\"
26.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
27.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
29.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\"
a040b9ee 37.\" $OpenBSD: sshd_config.5,v 1.32 2004/04/28 07:02:56 jmc Exp $
588df31a 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5
40.Os
41.Sh NAME
42.Nm sshd_config
43.Nd OpenSSH SSH daemon configuration file
44.Sh SYNOPSIS
45.Bl -tag -width Ds -compact
46.It Pa /etc/ssh/sshd_config
47.El
48.Sh DESCRIPTION
49.Nm sshd
50reads configuration data from
51.Pa /etc/ssh/sshd_config
52(or the file specified with
53.Fl f
54on the command line).
55The file contains keyword-argument pairs, one per line.
56Lines starting with
57.Ql #
58and empty lines are interpreted as comments.
59.Pp
60The possible
61keywords and their meanings are as follows (note that
62keywords are case-insensitive and arguments are case-sensitive):
63.Bl -tag -width Ds
61a2c1da 64.It Cm AcceptEnv
65Specifies what environment variables sent by the client will be copied into
66the session's
67.Xr environ 7 .
68See
69.Cm SendEnv
70in
71.Xr ssh_config 5
72for how to configure the client.
b8b9f2e6 73Note that environment passing is only supported for protocol 2.
61a2c1da 74Variables are specified by name, which may contain the wildcard characters
75.Ql \&*
76and
77.Ql \&? .
b8b9f2e6 78Multiple environment variables may be separated by whitespace or spread
61a2c1da 79across multiple
80.Cm AcceptEnv
81directives.
b8b9f2e6 82Be warned that some environment variables could be used to bypass restricted
61a2c1da 83user environments.
84For this reason, care should be taken in the use of this directive.
85The default is not to accept any environment variables.
588df31a 86.It Cm AllowGroups
87This keyword can be followed by a list of group name patterns, separated
88by spaces.
89If specified, login is allowed only for users whose primary
90group or supplementary group list matches one of the patterns.
91.Ql \&*
92and
9a26a6e2 93.Ql \&?
588df31a 94can be used as
95wildcards in the patterns.
96Only group names are valid; a numerical group ID is not recognized.
97By default, login is allowed for all groups.
588df31a 98.It Cm AllowTcpForwarding
99Specifies whether TCP forwarding is permitted.
100The default is
101.Dq yes .
102Note that disabling TCP forwarding does not improve security unless
103users are also denied shell access, as they can always install their
104own forwarders.
588df31a 105.It Cm AllowUsers
106This keyword can be followed by a list of user name patterns, separated
107by spaces.
1be697b6 108If specified, login is allowed only for user names that
588df31a 109match one of the patterns.
110.Ql \&*
111and
9a26a6e2 112.Ql \&?
588df31a 113can be used as
114wildcards in the patterns.
115Only user names are valid; a numerical user ID is not recognized.
116By default, login is allowed for all users.
117If the pattern takes the form USER@HOST then USER and HOST
118are separately checked, restricting logins to particular
119users from particular hosts.
588df31a 120.It Cm AuthorizedKeysFile
121Specifies the file that contains the public keys that can be used
122for user authentication.
123.Cm AuthorizedKeysFile
124may contain tokens of the form %T which are substituted during connection
3cbc677d 125set-up.
126The following tokens are defined: %% is replaced by a literal '%',
588df31a 127%h is replaced by the home directory of the user being authenticated and
128%u is replaced by the username of that user.
129After expansion,
130.Cm AuthorizedKeysFile
131is taken to be an absolute path or one relative to the user's home
132directory.
133The default is
134.Dq .ssh/authorized_keys .
135.It Cm Banner
136In some jurisdictions, sending a warning message before authentication
137may be relevant for getting legal protection.
138The contents of the specified file are sent to the remote user before
139authentication is allowed.
140This option is only available for protocol version 2.
141By default, no banner is displayed.
588df31a 142.It Cm ChallengeResponseAuthentication
143Specifies whether challenge response authentication is allowed.
144All authentication styles from
145.Xr login.conf 5
146are supported.
147The default is
148.Dq yes .
149.It Cm Ciphers
150Specifies the ciphers allowed for protocol version 2.
151Multiple ciphers must be comma-separated.
152The default is
588df31a 153.Bd -literal
154 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
1891396b 155 aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr''
588df31a 156.Ed
157.It Cm ClientAliveInterval
158Sets a timeout interval in seconds after which if no data has been received
159from the client,
160.Nm sshd
161will send a message through the encrypted
162channel to request a response from the client.
163The default
164is 0, indicating that these messages will not be sent to the client.
165This option applies to protocol version 2 only.
166.It Cm ClientAliveCountMax
167Sets the number of client alive messages (see above) which may be
168sent without
169.Nm sshd
3cbc677d 170receiving any messages back from the client.
171If this threshold is reached while client alive messages are being sent,
588df31a 172.Nm sshd
3cbc677d 173will disconnect the client, terminating the session.
174It is important to note that the use of client alive messages is very
175different from
fd573618 176.Cm TCPKeepAlive
3cbc677d 177(below).
178The client alive messages are sent through the encrypted channel
179and therefore will not be spoofable.
180The TCP keepalive option enabled by
fd573618 181.Cm TCPKeepAlive
3cbc677d 182is spoofable.
183The client alive mechanism is valuable when the client or
588df31a 184server depend on knowing when a connection has become inactive.
185.Pp
3cbc677d 186The default value is 3.
187If
588df31a 188.Cm ClientAliveInterval
189(above) is set to 15, and
190.Cm ClientAliveCountMax
191is left at the default, unresponsive ssh clients
192will be disconnected after approximately 45 seconds.
193.It Cm Compression
194Specifies whether compression is allowed.
195The argument must be
196.Dq yes
197or
198.Dq no .
199The default is
200.Dq yes .
201.It Cm DenyGroups
202This keyword can be followed by a list of group name patterns, separated
203by spaces.
204Login is disallowed for users whose primary group or supplementary
205group list matches one of the patterns.
206.Ql \&*
207and
9a26a6e2 208.Ql \&?
588df31a 209can be used as
210wildcards in the patterns.
211Only group names are valid; a numerical group ID is not recognized.
212By default, login is allowed for all groups.
588df31a 213.It Cm DenyUsers
214This keyword can be followed by a list of user name patterns, separated
215by spaces.
216Login is disallowed for user names that match one of the patterns.
217.Ql \&*
218and
9a26a6e2 219.Ql \&?
588df31a 220can be used as wildcards in the patterns.
221Only user names are valid; a numerical user ID is not recognized.
222By default, login is allowed for all users.
223If the pattern takes the form USER@HOST then USER and HOST
224are separately checked, restricting logins to particular
225users from particular hosts.
226.It Cm GatewayPorts
227Specifies whether remote hosts are allowed to connect to ports
228forwarded for the client.
229By default,
230.Nm sshd
a4e5acef 231binds remote port forwardings to the loopback address.
232This prevents other remote hosts from connecting to forwarded ports.
588df31a 233.Cm GatewayPorts
234can be used to specify that
235.Nm sshd
236should bind remote port forwardings to the wildcard address,
237thus allowing remote hosts to connect to forwarded ports.
238The argument must be
239.Dq yes
240or
241.Dq no .
242The default is
243.Dq no .
7364bd04 244.It Cm GSSAPIAuthentication
105b07db 245Specifies whether user authentication based on GSSAPI is allowed.
aff51935 246The default is
7364bd04 247.Dq no .
248Note that this option applies to protocol version 2 only.
249.It Cm GSSAPICleanupCredentials
250Specifies whether to automatically destroy the user's credentials cache
251on logout.
252The default is
253.Dq yes .
254Note that this option applies to protocol version 2 only.
588df31a 255.It Cm HostbasedAuthentication
256Specifies whether rhosts or /etc/hosts.equiv authentication together
257with successful public key client host authentication is allowed
258(hostbased authentication).
259This option is similar to
260.Cm RhostsRSAAuthentication
261and applies to protocol version 2 only.
262The default is
263.Dq no .
264.It Cm HostKey
265Specifies a file containing a private host key
266used by SSH.
267The default is
268.Pa /etc/ssh/ssh_host_key
269for protocol version 1, and
270.Pa /etc/ssh/ssh_host_rsa_key
271and
272.Pa /etc/ssh/ssh_host_dsa_key
273for protocol version 2.
274Note that
275.Nm sshd
276will refuse to use a file if it is group/world-accessible.
277It is possible to have multiple host key files.
278.Dq rsa1
279keys are used for version 1 and
280.Dq dsa
281or
282.Dq rsa
283are used for version 2 of the SSH protocol.
284.It Cm IgnoreRhosts
285Specifies that
286.Pa .rhosts
287and
288.Pa .shosts
289files will not be used in
588df31a 290.Cm RhostsRSAAuthentication
291or
292.Cm HostbasedAuthentication .
293.Pp
294.Pa /etc/hosts.equiv
295and
296.Pa /etc/shosts.equiv
297are still used.
298The default is
299.Dq yes .
300.It Cm IgnoreUserKnownHosts
301Specifies whether
302.Nm sshd
303should ignore the user's
304.Pa $HOME/.ssh/known_hosts
305during
306.Cm RhostsRSAAuthentication
307or
308.Cm HostbasedAuthentication .
309The default is
310.Dq no .
588df31a 311.It Cm KerberosAuthentication
8f73f7bb 312Specifies whether the password provided by the user for
588df31a 313.Cm PasswordAuthentication
8f73f7bb 314will be validated through the Kerberos KDC.
588df31a 315To use this option, the server needs a
316Kerberos servtab which allows the verification of the KDC's identity.
317Default is
318.Dq no .
24f37810 319.It Cm KerberosGetAFSToken
320If AFS is active and the user has a Kerberos 5 TGT, attempt to aquire
321an AFS token before accessing the user's home directory.
322Default is
323.Dq no .
588df31a 324.It Cm KerberosOrLocalPasswd
325If set then if password authentication through Kerberos fails then
326the password will be validated via any additional local mechanism
327such as
328.Pa /etc/passwd .
329Default is
330.Dq yes .
588df31a 331.It Cm KerberosTicketCleanup
332Specifies whether to automatically destroy the user's ticket cache
333file on logout.
334Default is
335.Dq yes .
336.It Cm KeyRegenerationInterval
337In protocol version 1, the ephemeral server key is automatically regenerated
338after this many seconds (if it has been used).
339The purpose of regeneration is to prevent
340decrypting captured sessions by later breaking into the machine and
341stealing the keys.
342The key is never stored anywhere.
343If the value is 0, the key is never regenerated.
344The default is 3600 (seconds).
345.It Cm ListenAddress
346Specifies the local addresses
347.Nm sshd
348should listen on.
349The following forms may be used:
350.Pp
351.Bl -item -offset indent -compact
352.It
353.Cm ListenAddress
354.Sm off
355.Ar host No | Ar IPv4_addr No | Ar IPv6_addr
356.Sm on
357.It
358.Cm ListenAddress
359.Sm off
360.Ar host No | Ar IPv4_addr No : Ar port
361.Sm on
362.It
363.Cm ListenAddress
364.Sm off
365.Oo
366.Ar host No | Ar IPv6_addr Oc : Ar port
367.Sm on
368.El
369.Pp
370If
371.Ar port
372is not specified,
373.Nm sshd
374will listen on the address and all prior
375.Cm Port
3cbc677d 376options specified.
377The default is to listen on all local addresses.
a4e5acef 378Multiple
588df31a 379.Cm ListenAddress
3cbc677d 380options are permitted.
381Additionally, any
588df31a 382.Cm Port
383options must precede this option for non port qualified addresses.
384.It Cm LoginGraceTime
385The server disconnects after this time if the user has not
386successfully logged in.
387If the value is 0, there is no time limit.
3445ca02 388The default is 120 seconds.
588df31a 389.It Cm LogLevel
390Gives the verbosity level that is used when logging messages from
391.Nm sshd .
392The possible values are:
393QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3.
a4e5acef 394The default is INFO.
395DEBUG and DEBUG1 are equivalent.
396DEBUG2 and DEBUG3 each specify higher levels of debugging output.
397Logging with a DEBUG level violates the privacy of users and is not recommended.
588df31a 398.It Cm MACs
399Specifies the available MAC (message authentication code) algorithms.
400The MAC algorithm is used in protocol version 2
401for data integrity protection.
402Multiple algorithms must be comma-separated.
403The default is
404.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
405.It Cm MaxStartups
406Specifies the maximum number of concurrent unauthenticated connections to the
407.Nm sshd
408daemon.
409Additional connections will be dropped until authentication succeeds or the
410.Cm LoginGraceTime
411expires for a connection.
412The default is 10.
413.Pp
414Alternatively, random early drop can be enabled by specifying
415the three colon separated values
416.Dq start:rate:full
417(e.g., "10:30:60").
418.Nm sshd
419will refuse connection attempts with a probability of
420.Dq rate/100
421(30%)
422if there are currently
423.Dq start
424(10)
425unauthenticated connections.
426The probability increases linearly and all connection attempts
427are refused if the number of unauthenticated connections reaches
428.Dq full
429(60).
430.It Cm PasswordAuthentication
431Specifies whether password authentication is allowed.
432The default is
433.Dq yes .
434.It Cm PermitEmptyPasswords
435When password authentication is allowed, it specifies whether the
436server allows login to accounts with empty password strings.
437The default is
438.Dq no .
439.It Cm PermitRootLogin
440Specifies whether root can login using
441.Xr ssh 1 .
442The argument must be
443.Dq yes ,
444.Dq without-password ,
445.Dq forced-commands-only
446or
447.Dq no .
448The default is
449.Dq yes .
450.Pp
451If this option is set to
452.Dq without-password
d1d10baa 453password authentication is disabled for root. Note that other authentication
454methods (e.g., keyboard-interactive/PAM) may still allow root to login using
455a password.
588df31a 456.Pp
457If this option is set to
458.Dq forced-commands-only
459root login with public key authentication will be allowed,
460but only if the
461.Ar command
462option has been specified
463(which may be useful for taking remote backups even if root login is
3cbc677d 464normally not allowed).
465All other authentication methods are disabled for root.
588df31a 466.Pp
467If this option is set to
468.Dq no
469root is not allowed to login.
f00bab84 470.It Cm PermitUserEnvironment
471Specifies whether
472.Pa ~/.ssh/environment
35453849 473and
f00bab84 474.Cm environment=
475options in
476.Pa ~/.ssh/authorized_keys
35453849 477are processed by
478.Nm sshd .
f00bab84 479The default is
480.Dq no .
35453849 481Enabling environment processing may enable users to bypass access
482restrictions in some configurations using mechanisms such as
483.Ev LD_PRELOAD .
588df31a 484.It Cm PidFile
baa08b92 485Specifies the file that contains the process ID of the
588df31a 486.Nm sshd
487daemon.
488The default is
489.Pa /var/run/sshd.pid .
490.It Cm Port
491Specifies the port number that
492.Nm sshd
493listens on.
494The default is 22.
495Multiple options of this type are permitted.
496See also
497.Cm ListenAddress .
498.It Cm PrintLastLog
499Specifies whether
500.Nm sshd
501should print the date and time when the user last logged in.
502The default is
503.Dq yes .
504.It Cm PrintMotd
505Specifies whether
506.Nm sshd
507should print
508.Pa /etc/motd
509when a user logs in interactively.
510(On some systems it is also printed by the shell,
511.Pa /etc/profile ,
512or equivalent.)
513The default is
514.Dq yes .
515.It Cm Protocol
516Specifies the protocol versions
517.Nm sshd
94ad46d1 518supports.
588df31a 519The possible values are
520.Dq 1
521and
522.Dq 2 .
523Multiple versions must be comma-separated.
524The default is
525.Dq 2,1 .
94ad46d1 526Note that the order of the protocol list does not indicate preference,
527because the client selects among multiple protocol versions offered
528by the server.
529Specifying
530.Dq 2,1
531is identical to
532.Dq 1,2 .
588df31a 533.It Cm PubkeyAuthentication
534Specifies whether public key authentication is allowed.
535The default is
536.Dq yes .
537Note that this option applies to protocol version 2 only.
588df31a 538.It Cm RhostsRSAAuthentication
539Specifies whether rhosts or /etc/hosts.equiv authentication together
540with successful RSA host authentication is allowed.
541The default is
542.Dq no .
543This option applies to protocol version 1 only.
544.It Cm RSAAuthentication
545Specifies whether pure RSA authentication is allowed.
546The default is
547.Dq yes .
548This option applies to protocol version 1 only.
549.It Cm ServerKeyBits
550Defines the number of bits in the ephemeral protocol version 1 server key.
551The minimum value is 512, and the default is 768.
552.It Cm StrictModes
553Specifies whether
554.Nm sshd
555should check file modes and ownership of the
556user's files and home directory before accepting login.
557This is normally desirable because novices sometimes accidentally leave their
558directory or files world-writable.
559The default is
560.Dq yes .
561.It Cm Subsystem
562Configures an external subsystem (e.g., file transfer daemon).
563Arguments should be a subsystem name and a command to execute upon subsystem
564request.
565The command
566.Xr sftp-server 8
567implements the
568.Dq sftp
569file transfer subsystem.
570By default no subsystems are defined.
571Note that this option applies to protocol version 2 only.
572.It Cm SyslogFacility
573Gives the facility code that is used when logging messages from
574.Nm sshd .
575The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
576LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
577The default is AUTH.
fd573618 578.It Cm TCPKeepAlive
579Specifies whether the system should send TCP keepalive messages to the
580other side.
581If they are sent, death of the connection or crash of one
582of the machines will be properly noticed.
583However, this means that
584connections will die if the route is down temporarily, and some people
585find it annoying.
586On the other hand, if TCP keepalives are not sent,
587sessions may hang indefinitely on the server, leaving
588.Dq ghost
589users and consuming server resources.
590.Pp
591The default is
592.Dq yes
593(to send TCP keepalive messages), and the server will notice
594if the network goes down or the client host crashes.
595This avoids infinitely hanging sessions.
596.Pp
597To disable TCP keepalive messages, the value should be set to
598.Dq no .
c5a7d788 599.It Cm UseDNS
600Specifies whether
601.Nm sshd
602should lookup the remote host name and check that
603the resolved host name for the remote IP address maps back to the
604very same IP address.
605The default is
606.Dq yes .
588df31a 607.It Cm UseLogin
608Specifies whether
609.Xr login 1
610is used for interactive login sessions.
611The default is
612.Dq no .
613Note that
614.Xr login 1
615is never used for remote command execution.
616Note also, that if this is enabled,
617.Cm X11Forwarding
618will be disabled because
619.Xr login 1
620does not know how to handle
621.Xr xauth 1
a4e5acef 622cookies.
623If
588df31a 624.Cm UsePrivilegeSeparation
625is specified, it will be disabled after authentication.
72c35df7 626.It Cm UsePAM
aff51935 627Enables PAM authentication (via challenge-response) and session set up.
628If you enable this, you should probably disable
72c35df7 629.Cm PasswordAuthentication .
aff51935 630If you enable
72c35df7 631.CM UsePAM
a83a3125 632then you will not be able to run sshd as a non-root user. The default is
633.Dq no .
588df31a 634.It Cm UsePrivilegeSeparation
635Specifies whether
636.Nm sshd
637separates privileges by creating an unprivileged child process
a4e5acef 638to deal with incoming network traffic.
639After successful authentication, another process will be created that has
640the privilege of the authenticated user.
641The goal of privilege separation is to prevent privilege
588df31a 642escalation by containing any corruption within the unprivileged processes.
643The default is
644.Dq yes .
588df31a 645.It Cm X11DisplayOffset
646Specifies the first display number available for
647.Nm sshd Ns 's
648X11 forwarding.
649This prevents
650.Nm sshd
651from interfering with real X11 servers.
652The default is 10.
653.It Cm X11Forwarding
654Specifies whether X11 forwarding is permitted.
e6fe1bab 655The argument must be
656.Dq yes
657or
658.Dq no .
588df31a 659The default is
660.Dq no .
e6fe1bab 661.Pp
662When X11 forwarding is enabled, there may be additional exposure to
663the server and to client displays if the
664.Nm sshd
665proxy display is configured to listen on the wildcard address (see
666.Cm X11UseLocalhost
667below), however this is not the default.
668Additionally, the authentication spoofing and authentication data
669verification and substitution occur on the client side.
670The security risk of using X11 forwarding is that the client's X11
671display server may be exposed to attack when the ssh client requests
672forwarding (see the warnings for
673.Cm ForwardX11
674in
be193d89 675.Xr ssh_config 5 ) .
e6fe1bab 676A system administrator may have a stance in which they want to
677protect clients that may expose themselves to attack by unwittingly
678requesting X11 forwarding, which can warrant a
679.Dq no
680setting.
681.Pp
682Note that disabling X11 forwarding does not prevent users from
683forwarding X11 traffic, as users can always install their own forwarders.
588df31a 684X11 forwarding is automatically disabled if
685.Cm UseLogin
686is enabled.
687.It Cm X11UseLocalhost
688Specifies whether
689.Nm sshd
690should bind the X11 forwarding server to the loopback address or to
a4e5acef 691the wildcard address.
692By default,
588df31a 693.Nm sshd
694binds the forwarding server to the loopback address and sets the
695hostname part of the
696.Ev DISPLAY
697environment variable to
698.Dq localhost .
b3641662 699This prevents remote hosts from connecting to the proxy display.
588df31a 700However, some older X11 clients may not function with this
701configuration.
702.Cm X11UseLocalhost
703may be set to
704.Dq no
705to specify that the forwarding server should be bound to the wildcard
706address.
707The argument must be
708.Dq yes
709or
710.Dq no .
711The default is
712.Dq yes .
713.It Cm XAuthLocation
57ff5eeb 714Specifies the full pathname of the
588df31a 715.Xr xauth 1
716program.
717The default is
718.Pa /usr/X11R6/bin/xauth .
719.El
720.Ss Time Formats
588df31a 721.Nm sshd
722command-line arguments and configuration file options that specify time
723may be expressed using a sequence of the form:
724.Sm off
36535ee6 725.Ar time Op Ar qualifier ,
588df31a 726.Sm on
727where
728.Ar time
729is a positive integer value and
730.Ar qualifier
731is one of the following:
732.Pp
733.Bl -tag -width Ds -compact -offset indent
734.It Cm <none>
735seconds
736.It Cm s | Cm S
737seconds
738.It Cm m | Cm M
739minutes
740.It Cm h | Cm H
741hours
742.It Cm d | Cm D
743days
744.It Cm w | Cm W
745weeks
746.El
747.Pp
748Each member of the sequence is added together to calculate
749the total time value.
750.Pp
751Time format examples:
752.Pp
753.Bl -tag -width Ds -compact -offset indent
754.It 600
755600 seconds (10 minutes)
756.It 10m
75710 minutes
758.It 1h30m
7591 hour 30 minutes (90 minutes)
760.El
761.Sh FILES
762.Bl -tag -width Ds
763.It Pa /etc/ssh/sshd_config
764Contains configuration data for
765.Nm sshd .
766This file should be writable by root only, but it is recommended
767(though not necessary) that it be world-readable.
768.El
be193d89 769.Sh SEE ALSO
770.Xr sshd 8
588df31a 771.Sh AUTHORS
772OpenSSH is a derivative of the original and free
773ssh 1.2.12 release by Tatu Ylonen.
774Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
775Theo de Raadt and Dug Song
776removed many bugs, re-added newer features and
777created OpenSSH.
778Markus Friedl contributed the support for SSH
779protocol versions 1.5 and 2.0.
780Niels Provos and Markus Friedl contributed support
781for privilege separation.
This page took 1.004267 seconds and 5 git commands to generate.