]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/sshd.8
Merge libc++ trunk r338150, and resolve conflicts.
[FreeBSD/FreeBSD.git] / crypto / openssh / sshd.8
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 .\"
36 .\" $OpenBSD: sshd.8,v 1.299 2018/03/14 06:56:20 jmc Exp $
37 .\" $FreeBSD$
38 .Dd $Mdocdate: March 14 2018 $
39 .Dt SSHD 8
40 .Os
41 .Sh NAME
42 .Nm sshd
43 .Nd OpenSSH SSH daemon
44 .Sh SYNOPSIS
45 .Nm sshd
46 .Bk -words
47 .Op Fl 46DdeiqTt
48 .Op Fl C Ar connection_spec
49 .Op Fl c Ar host_certificate_file
50 .Op Fl E Ar log_file
51 .Op Fl f Ar config_file
52 .Op Fl g Ar login_grace_time
53 .Op Fl h Ar host_key_file
54 .Op Fl o Ar option
55 .Op Fl p Ar port
56 .Op Fl u Ar len
57 .Ek
58 .Sh DESCRIPTION
59 .Nm
60 (OpenSSH Daemon) is the daemon program for
61 .Xr ssh 1 .
62 Together these programs replace rlogin and rsh,
63 and provide secure encrypted communications between two untrusted hosts
64 over an insecure network.
65 .Pp
66 .Nm
67 listens for connections from clients.
68 It is normally started at boot from
69 .Pa /etc/rc.d/sshd .
70 It forks a new
71 daemon for each incoming connection.
72 The forked daemons handle
73 key exchange, encryption, authentication, command execution,
74 and data exchange.
75 .Pp
76 .Nm
77 can be configured using command-line options or a configuration file
78 (by default
79 .Xr sshd_config 5 ) ;
80 command-line options override values specified in the
81 configuration file.
82 .Nm
83 rereads its configuration file when it receives a hangup signal,
84 .Dv SIGHUP ,
85 by executing itself with the name and options it was started with, e.g.\&
86 .Pa /usr/sbin/sshd .
87 .Pp
88 The options are as follows:
89 .Bl -tag -width Ds
90 .It Fl 4
91 Forces
92 .Nm
93 to use IPv4 addresses only.
94 .It Fl 6
95 Forces
96 .Nm
97 to use IPv6 addresses only.
98 .It Fl C Ar connection_spec
99 Specify the connection parameters to use for the
100 .Fl T
101 extended test mode.
102 If provided, any
103 .Cm Match
104 directives in the configuration file that would apply are applied before the
105 configuration is written to standard output.
106 The connection parameters are supplied as keyword=value pairs and may be
107 supplied in any order, either with multiple
108 .Fl C
109 options or as a comma-separated list.
110 The keywords are
111 .Dq addr,
112 .Dq user ,
113 .Dq host ,
114 .Dq laddr ,
115 .Dq lport ,
116 and
117 .Dq rdomain
118 and correspond to source address, user, resolved source host name,
119 local address, local port number and routing domain respectively.
120 .It Fl c Ar host_certificate_file
121 Specifies a path to a certificate file to identify
122 .Nm
123 during key exchange.
124 The certificate file must match a host key file specified using the
125 .Fl h
126 option or the
127 .Cm HostKey
128 configuration directive.
129 .It Fl D
130 When this option is specified,
131 .Nm
132 will not detach and does not become a daemon.
133 This allows easy monitoring of
134 .Nm sshd .
135 .It Fl d
136 Debug mode.
137 The server sends verbose debug output to standard error,
138 and does not put itself in the background.
139 The server also will not fork and will only process one connection.
140 This option is only intended for debugging for the server.
141 Multiple
142 .Fl d
143 options increase the debugging level.
144 Maximum is 3.
145 .It Fl E Ar log_file
146 Append debug logs to
147 .Ar log_file
148 instead of the system log.
149 .It Fl e
150 Write debug logs to standard error instead of the system log.
151 .It Fl f Ar config_file
152 Specifies the name of the configuration file.
153 The default is
154 .Pa /etc/ssh/sshd_config .
155 .Nm
156 refuses to start if there is no configuration file.
157 .It Fl g Ar login_grace_time
158 Gives the grace time for clients to authenticate themselves (default
159 120 seconds).
160 If the client fails to authenticate the user within
161 this many seconds, the server disconnects and exits.
162 A value of zero indicates no limit.
163 .It Fl h Ar host_key_file
164 Specifies a file from which a host key is read.
165 This option must be given if
166 .Nm
167 is not run as root (as the normal
168 host key files are normally not readable by anyone but root).
169 The default is
170 .Pa /etc/ssh/ssh_host_ecdsa_key ,
171 .Pa /etc/ssh/ssh_host_ed25519_key
172 and
173 .Pa /etc/ssh/ssh_host_rsa_key .
174 It is possible to have multiple host key files for
175 the different host key algorithms.
176 .It Fl i
177 Specifies that
178 .Nm
179 is being run from
180 .Xr inetd 8 .
181 .It Fl o Ar option
182 Can be used to give options in the format used in the configuration file.
183 This is useful for specifying options for which there is no separate
184 command-line flag.
185 For full details of the options, and their values, see
186 .Xr sshd_config 5 .
187 .It Fl p Ar port
188 Specifies the port on which the server listens for connections
189 (default 22).
190 Multiple port options are permitted.
191 Ports specified in the configuration file with the
192 .Cm Port
193 option are ignored when a command-line port is specified.
194 Ports specified using the
195 .Cm ListenAddress
196 option override command-line ports.
197 .It Fl q
198 Quiet mode.
199 Nothing is sent to the system log.
200 Normally the beginning,
201 authentication, and termination of each connection is logged.
202 .It Fl T
203 Extended test mode.
204 Check the validity of the configuration file, output the effective configuration
205 to stdout and then exit.
206 Optionally,
207 .Cm Match
208 rules may be applied by specifying the connection parameters using one or more
209 .Fl C
210 options.
211 .It Fl t
212 Test mode.
213 Only check the validity of the configuration file and sanity of the keys.
214 This is useful for updating
215 .Nm
216 reliably as configuration options may change.
217 .It Fl u Ar len
218 This option is used to specify the size of the field
219 in the
220 .Li utmp
221 structure that holds the remote host name.
222 If the resolved host name is longer than
223 .Ar len ,
224 the dotted decimal value will be used instead.
225 This allows hosts with very long host names that
226 overflow this field to still be uniquely identified.
227 Specifying
228 .Fl u0
229 indicates that only dotted decimal addresses
230 should be put into the
231 .Pa utmp
232 file.
233 .Fl u0
234 may also be used to prevent
235 .Nm
236 from making DNS requests unless the authentication
237 mechanism or configuration requires it.
238 Authentication mechanisms that may require DNS include
239 .Cm HostbasedAuthentication
240 and using a
241 .Cm from="pattern-list"
242 option in a key file.
243 Configuration options that require DNS include using a
244 USER@HOST pattern in
245 .Cm AllowUsers
246 or
247 .Cm DenyUsers .
248 .El
249 .Sh AUTHENTICATION
250 The OpenSSH SSH daemon supports SSH protocol 2 only.
251 Each host has a host-specific key,
252 used to identify the host.
253 Whenever a client connects, the daemon responds with its public
254 host key.
255 The client compares the
256 host key against its own database to verify that it has not changed.
257 Forward security is provided through a Diffie-Hellman key agreement.
258 This key agreement results in a shared session key.
259 The rest of the session is encrypted using a symmetric cipher, currently
260 128-bit AES, Blowfish, 3DES, CAST128, Arcfour, 192-bit AES, or 256-bit AES.
261 The client selects the encryption algorithm
262 to use from those offered by the server.
263 Additionally, session integrity is provided
264 through a cryptographic message authentication code
265 (hmac-md5, hmac-sha1, umac-64, umac-128,
266 hmac-sha2-256 or hmac-sha2-512).
267 .Pp
268 Finally, the server and the client enter an authentication dialog.
269 The client tries to authenticate itself using
270 host-based authentication,
271 public key authentication,
272 challenge-response authentication,
273 or password authentication.
274 .Pp
275 Regardless of the authentication type, the account is checked to
276 ensure that it is accessible.  An account is not accessible if it is
277 locked, listed in
278 .Cm DenyUsers
279 or its group is listed in
280 .Cm DenyGroups
281 \&.  The definition of a locked account is system dependant. Some platforms
282 have their own account database (eg AIX) and some modify the passwd field (
283 .Ql \&*LK\&*
284 on Solaris and UnixWare,
285 .Ql \&*
286 on HP-UX, containing
287 .Ql Nologin
288 on Tru64,
289 a leading
290 .Ql \&*LOCKED\&*
291 on FreeBSD and a leading
292 .Ql \&!
293 on most Linuxes).
294 If there is a requirement to disable password authentication
295 for the account while allowing still public-key, then the passwd field
296 should be set to something other than these values (eg
297 .Ql NP
298 or
299 .Ql \&*NP\&*
300 ).
301 .Pp
302 If the client successfully authenticates itself, a dialog for
303 preparing the session is entered.
304 At this time the client may request
305 things like allocating a pseudo-tty, forwarding X11 connections,
306 forwarding TCP connections, or forwarding the authentication agent
307 connection over the secure channel.
308 .Pp
309 After this, the client either requests a shell or execution of a command.
310 The sides then enter session mode.
311 In this mode, either side may send
312 data at any time, and such data is forwarded to/from the shell or
313 command on the server side, and the user terminal in the client side.
314 .Pp
315 When the user program terminates and all forwarded X11 and other
316 connections have been closed, the server sends command exit status to
317 the client, and both sides exit.
318 .Sh LOGIN PROCESS
319 When a user successfully logs in,
320 .Nm
321 does the following:
322 .Bl -enum -offset indent
323 .It
324 If the login is on a tty, and no command has been specified,
325 prints last login time and
326 .Pa /etc/motd
327 (unless prevented in the configuration file or by
328 .Pa ~/.hushlogin ;
329 see the
330 .Sx FILES
331 section).
332 .It
333 If the login is on a tty, records login time.
334 .It
335 Checks
336 .Pa /etc/nologin and
337 .Pa /var/run/nologin ;
338 if one exists, it prints the contents and quits
339 (unless root).
340 .It
341 Changes to run with normal user privileges.
342 .It
343 Sets up basic environment.
344 .It
345 Reads the file
346 .Pa ~/.ssh/environment ,
347 if it exists, and users are allowed to change their environment.
348 See the
349 .Cm PermitUserEnvironment
350 option in
351 .Xr sshd_config 5 .
352 .It
353 Changes to user's home directory.
354 .It
355 If
356 .Pa ~/.ssh/rc
357 exists and the
358 .Xr sshd_config 5
359 .Cm PermitUserRC
360 option is set, runs it; else if
361 .Pa /etc/ssh/sshrc
362 exists, runs
363 it; otherwise runs
364 .Xr xauth 1 .
365 The
366 .Dq rc
367 files are given the X11
368 authentication protocol and cookie in standard input.
369 See
370 .Sx SSHRC ,
371 below.
372 .It
373 Runs user's shell or command.
374 All commands are run under the user's login shell as specified in the
375 system password database.
376 .El
377 .Sh SSHRC
378 If the file
379 .Pa ~/.ssh/rc
380 exists,
381 .Xr sh 1
382 runs it after reading the
383 environment files but before starting the user's shell or command.
384 It must not produce any output on stdout; stderr must be used
385 instead.
386 If X11 forwarding is in use, it will receive the "proto cookie" pair in
387 its standard input (and
388 .Ev DISPLAY
389 in its environment).
390 The script must call
391 .Xr xauth 1
392 because
393 .Nm
394 will not run xauth automatically to add X11 cookies.
395 .Pp
396 The primary purpose of this file is to run any initialization routines
397 which may be needed before the user's home directory becomes
398 accessible; AFS is a particular example of such an environment.
399 .Pp
400 This file will probably contain some initialization code followed by
401 something similar to:
402 .Bd -literal -offset 3n
403 if read proto cookie && [ -n "$DISPLAY" ]; then
404         if [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then
405                 # X11UseLocalhost=yes
406                 echo add unix:`echo $DISPLAY |
407                     cut -c11-` $proto $cookie
408         else
409                 # X11UseLocalhost=no
410                 echo add $DISPLAY $proto $cookie
411         fi | xauth -q -
412 fi
413 .Ed
414 .Pp
415 If this file does not exist,
416 .Pa /etc/ssh/sshrc
417 is run, and if that
418 does not exist either, xauth is used to add the cookie.
419 .Sh AUTHORIZED_KEYS FILE FORMAT
420 .Cm AuthorizedKeysFile
421 specifies the files containing public keys for
422 public key authentication;
423 if this option is not specified, the default is
424 .Pa ~/.ssh/authorized_keys
425 and
426 .Pa ~/.ssh/authorized_keys2 .
427 Each line of the file contains one
428 key (empty lines and lines starting with a
429 .Ql #
430 are ignored as
431 comments).
432 Public keys consist of the following space-separated fields:
433 options, keytype, base64-encoded key, comment.
434 The options field is optional.
435 The keytype is
436 .Dq ecdsa-sha2-nistp256 ,
437 .Dq ecdsa-sha2-nistp384 ,
438 .Dq ecdsa-sha2-nistp521 ,
439 .Dq ssh-ed25519 ,
440 .Dq ssh-dss
441 or
442 .Dq ssh-rsa ;
443 the comment field is not used for anything (but may be convenient for the
444 user to identify the key).
445 .Pp
446 Note that lines in this file can be several hundred bytes long
447 (because of the size of the public key encoding) up to a limit of
448 8 kilobytes, which permits DSA keys up to 8 kilobits and RSA
449 keys up to 16 kilobits.
450 You don't want to type them in; instead, copy the
451 .Pa id_dsa.pub ,
452 .Pa id_ecdsa.pub ,
453 .Pa id_ed25519.pub ,
454 or the
455 .Pa id_rsa.pub
456 file and edit it.
457 .Pp
458 .Nm
459 enforces a minimum RSA key modulus size of 1024 bits.
460 .Pp
461 The options (if present) consist of comma-separated option
462 specifications.
463 No spaces are permitted, except within double quotes.
464 The following option specifications are supported (note
465 that option keywords are case-insensitive):
466 .Bl -tag -width Ds
467 .It Cm agent-forwarding
468 Enable authentication agent forwarding previously disabled by the
469 .Cm restrict
470 option.
471 .It Cm cert-authority
472 Specifies that the listed key is a certification authority (CA) that is
473 trusted to validate signed certificates for user authentication.
474 .Pp
475 Certificates may encode access restrictions similar to these key options.
476 If both certificate restrictions and key options are present, the most
477 restrictive union of the two is applied.
478 .It Cm command="command"
479 Specifies that the command is executed whenever this key is used for
480 authentication.
481 The command supplied by the user (if any) is ignored.
482 The command is run on a pty if the client requests a pty;
483 otherwise it is run without a tty.
484 If an 8-bit clean channel is required,
485 one must not request a pty or should specify
486 .Cm no-pty .
487 A quote may be included in the command by quoting it with a backslash.
488 .Pp
489 This option might be useful
490 to restrict certain public keys to perform just a specific operation.
491 An example might be a key that permits remote backups but nothing else.
492 Note that the client may specify TCP and/or X11
493 forwarding unless they are explicitly prohibited, e.g. using the
494 .Cm restrict
495 key option.
496 .Pp
497 The command originally supplied by the client is available in the
498 .Ev SSH_ORIGINAL_COMMAND
499 environment variable.
500 Note that this option applies to shell, command or subsystem execution.
501 Also note that this command may be superseded by a
502 .Xr sshd_config 5
503 .Cm ForceCommand
504 directive.
505 .Pp
506 If a command is specified and a forced-command is embedded in a certificate
507 used for authentication, then the certificate will be accepted only if the
508 two commands are identical.
509 .It Cm environment="NAME=value"
510 Specifies that the string is to be added to the environment when
511 logging in using this key.
512 Environment variables set this way
513 override other default environment values.
514 Multiple options of this type are permitted.
515 Environment processing is disabled by default and is
516 controlled via the
517 .Cm PermitUserEnvironment
518 option.
519 .It Cm expiry-time="timespec"
520 Specifies a time after which the key will not be accepted.
521 The time may be specified as a YYYYMMDD date or a YYYYMMDDHHMM[SS] time
522 in the system time-zone.
523 .It Cm from="pattern-list"
524 Specifies that in addition to public key authentication, either the canonical
525 name of the remote host or its IP address must be present in the
526 comma-separated list of patterns.
527 See PATTERNS in
528 .Xr ssh_config 5
529 for more information on patterns.
530 .Pp
531 In addition to the wildcard matching that may be applied to hostnames or
532 addresses, a
533 .Cm from
534 stanza may match IP addresses using CIDR address/masklen notation.
535 .Pp
536 The purpose of this option is to optionally increase security: public key
537 authentication by itself does not trust the network or name servers or
538 anything (but the key); however, if somebody somehow steals the key, the key
539 permits an intruder to log in from anywhere in the world.
540 This additional option makes using a stolen key more difficult (name
541 servers and/or routers would have to be compromised in addition to
542 just the key).
543 .It Cm no-agent-forwarding
544 Forbids authentication agent forwarding when this key is used for
545 authentication.
546 .It Cm no-port-forwarding
547 Forbids TCP forwarding when this key is used for authentication.
548 Any port forward requests by the client will return an error.
549 This might be used, e.g. in connection with the
550 .Cm command
551 option.
552 .It Cm no-pty
553 Prevents tty allocation (a request to allocate a pty will fail).
554 .It Cm no-user-rc
555 Disables execution of
556 .Pa ~/.ssh/rc .
557 .It Cm no-X11-forwarding
558 Forbids X11 forwarding when this key is used for authentication.
559 Any X11 forward requests by the client will return an error.
560 .It Cm permitopen="host:port"
561 Limit local port forwarding with
562 .Xr ssh 1
563 .Fl L
564 such that it may only connect to the specified host and port.
565 IPv6 addresses can be specified by enclosing the address in square brackets.
566 Multiple
567 .Cm permitopen
568 options may be applied separated by commas.
569 No pattern matching is performed on the specified hostnames,
570 they must be literal domains or addresses.
571 A port specification of
572 .Cm *
573 matches any port.
574 .It Cm port-forwarding
575 Enable port forwarding previously disabled by the
576 .Cm restrict
577 option.
578 .It Cm principals="principals"
579 On a
580 .Cm cert-authority
581 line, specifies allowed principals for certificate authentication as a
582 comma-separated list.
583 At least one name from the list must appear in the certificate's
584 list of principals for the certificate to be accepted.
585 This option is ignored for keys that are not marked as trusted certificate
586 signers using the
587 .Cm cert-authority
588 option.
589 .It Cm pty
590 Permits tty allocation previously disabled by the
591 .Cm restrict
592 option.
593 .It Cm restrict
594 Enable all restrictions, i.e. disable port, agent and X11 forwarding,
595 as well as disabling PTY allocation
596 and execution of
597 .Pa ~/.ssh/rc .
598 If any future restriction capabilities are added to authorized_keys files
599 they will be included in this set.
600 .It Cm tunnel="n"
601 Force a
602 .Xr tun 4
603 device on the server.
604 Without this option, the next available device will be used if
605 the client requests a tunnel.
606 .It Cm user-rc
607 Enables execution of
608 .Pa ~/.ssh/rc
609 previously disabled by the
610 .Cm restrict
611 option.
612 .It Cm X11-forwarding
613 Permits X11 forwarding previously disabled by the
614 .Cm restrict
615 option.
616 .El
617 .Pp
618 An example authorized_keys file:
619 .Bd -literal -offset 3n
620 # Comments allowed at start of line
621 ssh-rsa AAAAB3Nza...LiPk== user@example.net
622 from="*.sales.example.net,!pc.sales.example.net" ssh-rsa
623 AAAAB2...19Q== john@example.net
624 command="dump /home",no-pty,no-port-forwarding ssh-dss
625 AAAAC3...51R== example.net
626 permitopen="192.0.2.1:80",permitopen="192.0.2.2:25" ssh-dss
627 AAAAB5...21S==
628 tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...==
629 jane@example.net
630 restrict,command="uptime" ssh-rsa AAAA1C8...32Tv==
631 user@example.net
632 restrict,pty,command="nethack" ssh-rsa AAAA1f8...IrrC5==
633 user@example.net
634 .Ed
635 .Sh SSH_KNOWN_HOSTS FILE FORMAT
636 The
637 .Pa /etc/ssh/ssh_known_hosts
638 and
639 .Pa ~/.ssh/known_hosts
640 files contain host public keys for all known hosts.
641 The global file should
642 be prepared by the administrator (optional), and the per-user file is
643 maintained automatically: whenever the user connects to an unknown host,
644 its key is added to the per-user file.
645 .Pp
646 Each line in these files contains the following fields: markers (optional),
647 hostnames, keytype, base64-encoded key, comment.
648 The fields are separated by spaces.
649 .Pp
650 The marker is optional, but if it is present then it must be one of
651 .Dq @cert-authority ,
652 to indicate that the line contains a certification authority (CA) key,
653 or
654 .Dq @revoked ,
655 to indicate that the key contained on the line is revoked and must not ever
656 be accepted.
657 Only one marker should be used on a key line.
658 .Pp
659 Hostnames is a comma-separated list of patterns
660 .Pf ( Ql *
661 and
662 .Ql \&?
663 act as
664 wildcards); each pattern in turn is matched against the host name.
665 When
666 .Nm sshd
667 is authenticating a client, such as when using
668 .Cm HostbasedAuthentication ,
669 this will be the canonical client host name.
670 When
671 .Xr ssh 1
672 is authenticating a server, this will be the host name
673 given by the user, the value of the
674 .Xr ssh 1
675 .Cm HostkeyAlias
676 if it was specified, or the canonical server hostname if the
677 .Xr ssh 1
678 .Cm CanonicalizeHostname
679 option was used.
680 .Pp
681 A pattern may also be preceded by
682 .Ql \&!
683 to indicate negation: if the host name matches a negated
684 pattern, it is not accepted (by that line) even if it matched another
685 pattern on the line.
686 A hostname or address may optionally be enclosed within
687 .Ql \&[
688 and
689 .Ql \&]
690 brackets then followed by
691 .Ql \&:
692 and a non-standard port number.
693 .Pp
694 Alternately, hostnames may be stored in a hashed form which hides host names
695 and addresses should the file's contents be disclosed.
696 Hashed hostnames start with a
697 .Ql |
698 character.
699 Only one hashed hostname may appear on a single line and none of the above
700 negation or wildcard operators may be applied.
701 .Pp
702 The keytype and base64-encoded key are taken directly from the host key; they
703 can be obtained, for example, from
704 .Pa /etc/ssh/ssh_host_rsa_key.pub .
705 The optional comment field continues to the end of the line, and is not used.
706 .Pp
707 Lines starting with
708 .Ql #
709 and empty lines are ignored as comments.
710 .Pp
711 When performing host authentication, authentication is accepted if any
712 matching line has the proper key; either one that matches exactly or,
713 if the server has presented a certificate for authentication, the key
714 of the certification authority that signed the certificate.
715 For a key to be trusted as a certification authority, it must use the
716 .Dq @cert-authority
717 marker described above.
718 .Pp
719 The known hosts file also provides a facility to mark keys as revoked,
720 for example when it is known that the associated private key has been
721 stolen.
722 Revoked keys are specified by including the
723 .Dq @revoked
724 marker at the beginning of the key line, and are never accepted for
725 authentication or as certification authorities, but instead will
726 produce a warning from
727 .Xr ssh 1
728 when they are encountered.
729 .Pp
730 It is permissible (but not
731 recommended) to have several lines or different host keys for the same
732 names.
733 This will inevitably happen when short forms of host names
734 from different domains are put in the file.
735 It is possible
736 that the files contain conflicting information; authentication is
737 accepted if valid information can be found from either file.
738 .Pp
739 Note that the lines in these files are typically hundreds of characters
740 long, and you definitely don't want to type in the host keys by hand.
741 Rather, generate them by a script,
742 .Xr ssh-keyscan 1
743 or by taking, for example,
744 .Pa /etc/ssh/ssh_host_rsa_key.pub
745 and adding the host names at the front.
746 .Xr ssh-keygen 1
747 also offers some basic automated editing for
748 .Pa ~/.ssh/known_hosts
749 including removing hosts matching a host name and converting all host
750 names to their hashed representations.
751 .Pp
752 An example ssh_known_hosts file:
753 .Bd -literal -offset 3n
754 # Comments allowed at start of line
755 closenet,...,192.0.2.53 1024 37 159...93 closenet.example.net
756 cvs.example.net,192.0.2.10 ssh-rsa AAAA1234.....=
757 # A hashed hostname
758 |1|JfKTdBh7rNbXkVAQCRp4OQoPfmI=|USECr3SWf1JUPsms5AqfD5QfxkM= ssh-rsa
759 AAAA1234.....=
760 # A revoked key
761 @revoked * ssh-rsa AAAAB5W...
762 # A CA key, accepted for any host in *.mydomain.com or *.mydomain.org
763 @cert-authority *.mydomain.org,*.mydomain.com ssh-rsa AAAAB5W...
764 .Ed
765 .Sh FILES
766 .Bl -tag -width Ds -compact
767 .It Pa ~/.hushlogin
768 This file is used to suppress printing the last login time and
769 .Pa /etc/motd ,
770 if
771 .Cm PrintLastLog
772 and
773 .Cm PrintMotd ,
774 respectively,
775 are enabled.
776 It does not suppress printing of the banner specified by
777 .Cm Banner .
778 .Pp
779 .It Pa ~/.rhosts
780 This file is used for host-based authentication (see
781 .Xr ssh 1
782 for more information).
783 On some machines this file may need to be
784 world-readable if the user's home directory is on an NFS partition,
785 because
786 .Nm
787 reads it as root.
788 Additionally, this file must be owned by the user,
789 and must not have write permissions for anyone else.
790 The recommended
791 permission for most machines is read/write for the user, and not
792 accessible by others.
793 .Pp
794 .It Pa ~/.shosts
795 This file is used in exactly the same way as
796 .Pa .rhosts ,
797 but allows host-based authentication without permitting login with
798 rlogin/rsh.
799 .Pp
800 .It Pa ~/.ssh/
801 This directory is the default location for all user-specific configuration
802 and authentication information.
803 There is no general requirement to keep the entire contents of this directory
804 secret, but the recommended permissions are read/write/execute for the user,
805 and not accessible by others.
806 .Pp
807 .It Pa ~/.ssh/authorized_keys
808 Lists the public keys (DSA, ECDSA, Ed25519, RSA)
809 that can be used for logging in as this user.
810 The format of this file is described above.
811 The content of the file is not highly sensitive, but the recommended
812 permissions are read/write for the user, and not accessible by others.
813 .Pp
814 If this file, the
815 .Pa ~/.ssh
816 directory, or the user's home directory are writable
817 by other users, then the file could be modified or replaced by unauthorized
818 users.
819 In this case,
820 .Nm
821 will not allow it to be used unless the
822 .Cm StrictModes
823 option has been set to
824 .Dq no .
825 .Pp
826 .It Pa ~/.ssh/environment
827 This file is read into the environment at login (if it exists).
828 It can only contain empty lines, comment lines (that start with
829 .Ql # ) ,
830 and assignment lines of the form name=value.
831 The file should be writable
832 only by the user; it need not be readable by anyone else.
833 Environment processing is disabled by default and is
834 controlled via the
835 .Cm PermitUserEnvironment
836 option.
837 .Pp
838 .It Pa ~/.ssh/known_hosts
839 Contains a list of host keys for all hosts the user has logged into
840 that are not already in the systemwide list of known host keys.
841 The format of this file is described above.
842 This file should be writable only by root/the owner and
843 can, but need not be, world-readable.
844 .Pp
845 .It Pa ~/.ssh/rc
846 Contains initialization routines to be run before
847 the user's home directory becomes accessible.
848 This file should be writable only by the user, and need not be
849 readable by anyone else.
850 .Pp
851 .It Pa /etc/hosts.allow
852 .It Pa /etc/hosts.deny
853 Access controls that should be enforced by tcp-wrappers are defined here.
854 Further details are described in
855 .Xr hosts_access 5 .
856 .Pp
857 .It Pa /etc/hosts.equiv
858 This file is for host-based authentication (see
859 .Xr ssh 1 ) .
860 It should only be writable by root.
861 .Pp
862 .It Pa /etc/moduli
863 Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange"
864 key exchange method.
865 The file format is described in
866 .Xr moduli 5 .
867 If no usable groups are found in this file then fixed internal groups will
868 be used.
869 .Pp
870 .It Pa /etc/motd
871 See
872 .Xr motd 5 .
873 .Pp
874 .It Pa /etc/nologin
875 If this file exists,
876 .Nm
877 refuses to let anyone except root log in.
878 The contents of the file
879 are displayed to anyone trying to log in, and non-root connections are
880 refused.
881 The file should be world-readable.
882 .Pp
883 .It Pa /etc/shosts.equiv
884 This file is used in exactly the same way as
885 .Pa hosts.equiv ,
886 but allows host-based authentication without permitting login with
887 rlogin/rsh.
888 .Pp
889 .It Pa /etc/ssh/ssh_host_ecdsa_key
890 .It Pa /etc/ssh/ssh_host_ed25519_key
891 .It Pa /etc/ssh/ssh_host_rsa_key
892 These files contain the private parts of the host keys.
893 These files should only be owned by root, readable only by root, and not
894 accessible to others.
895 Note that
896 .Nm
897 does not start if these files are group/world-accessible.
898 .Pp
899 .It Pa /etc/ssh/ssh_host_ecdsa_key.pub
900 .It Pa /etc/ssh/ssh_host_ed25519_key.pub
901 .It Pa /etc/ssh/ssh_host_rsa_key.pub
902 These files contain the public parts of the host keys.
903 These files should be world-readable but writable only by
904 root.
905 Their contents should match the respective private parts.
906 These files are not
907 really used for anything; they are provided for the convenience of
908 the user so their contents can be copied to known hosts files.
909 These files are created using
910 .Xr ssh-keygen 1 .
911 .Pp
912 .It Pa /etc/ssh/ssh_known_hosts
913 Systemwide list of known host keys.
914 This file should be prepared by the
915 system administrator to contain the public host keys of all machines in the
916 organization.
917 The format of this file is described above.
918 This file should be writable only by root/the owner and
919 should be world-readable.
920 .Pp
921 .It Pa /etc/ssh/sshd_config
922 Contains configuration data for
923 .Nm sshd .
924 The file format and configuration options are described in
925 .Xr sshd_config 5 .
926 .Pp
927 .It Pa /etc/ssh/sshrc
928 Similar to
929 .Pa ~/.ssh/rc ,
930 it can be used to specify
931 machine-specific login-time initializations globally.
932 This file should be writable only by root, and should be world-readable.
933 .Pp
934 .It Pa /var/empty
935 .Xr chroot 2
936 directory used by
937 .Nm
938 during privilege separation in the pre-authentication phase.
939 The directory should not contain any files and must be owned by root
940 and not group or world-writable.
941 .Pp
942 .It Pa /var/run/sshd.pid
943 Contains the process ID of the
944 .Nm
945 listening for connections (if there are several daemons running
946 concurrently for different ports, this contains the process ID of the one
947 started last).
948 The content of this file is not sensitive; it can be world-readable.
949 .El
950 .Sh SEE ALSO
951 .Xr scp 1 ,
952 .Xr sftp 1 ,
953 .Xr ssh 1 ,
954 .Xr ssh-add 1 ,
955 .Xr ssh-agent 1 ,
956 .Xr ssh-keygen 1 ,
957 .Xr ssh-keyscan 1 ,
958 .Xr chroot 2 ,
959 .Xr hosts_access 5 ,
960 .Xr login.conf 5 ,
961 .Xr moduli 5 ,
962 .Xr sshd_config 5 ,
963 .Xr inetd 8 ,
964 .Xr sftp-server 8
965 .Sh AUTHORS
966 OpenSSH is a derivative of the original and free
967 ssh 1.2.12 release by Tatu Ylonen.
968 Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
969 Theo de Raadt and Dug Song
970 removed many bugs, re-added newer features and
971 created OpenSSH.
972 Markus Friedl contributed the support for SSH
973 protocol versions 1.5 and 2.0.
974 Niels Provos and Markus Friedl contributed support
975 for privilege separation.