]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - crypto/openssh/ssh_config.5
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / crypto / openssh / ssh_config.5
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: ssh_config.5,v 1.215 2015/08/14 15:32:41 jmc Exp $
37 .\" $FreeBSD$
38 .Dd $Mdocdate: August 14 2015 $
39 .Dt SSH_CONFIG 5
40 .Os
41 .Sh NAME
42 .Nm ssh_config
43 .Nd OpenSSH SSH client configuration files
44 .Sh SYNOPSIS
45 .Nm ~/.ssh/config
46 .Nm /etc/ssh/ssh_config
47 .Sh DESCRIPTION
48 .Xr ssh 1
49 obtains configuration data from the following sources in
50 the following order:
51 .Pp
52 .Bl -enum -offset indent -compact
53 .It
54 command-line options
55 .It
56 user's configuration file
57 .Pq Pa ~/.ssh/config
58 .It
59 system-wide configuration file
60 .Pq Pa /etc/ssh/ssh_config
61 .El
62 .Pp
63 For each parameter, the first obtained value
64 will be used.
65 The configuration files contain sections separated by
66 .Dq Host
67 specifications, and that section is only applied for hosts that
68 match one of the patterns given in the specification.
69 The matched host name is usually the one given on the command line
70 (see the
71 .Cm CanonicalizeHostname
72 option for exceptions.)
73 .Pp
74 Since the first obtained value for each parameter is used, more
75 host-specific declarations should be given near the beginning of the
76 file, and general defaults at the end.
77 .Pp
78 The configuration file has the following format:
79 .Pp
80 Empty lines and lines starting with
81 .Ql #
82 are comments.
83 Otherwise a line is of the format
84 .Dq keyword arguments .
85 Configuration options may be separated by whitespace or
86 optional whitespace and exactly one
87 .Ql = ;
88 the latter format is useful to avoid the need to quote whitespace
89 when specifying configuration options using the
90 .Nm ssh ,
91 .Nm scp ,
92 and
93 .Nm sftp
94 .Fl o
95 option.
96 Arguments may optionally be enclosed in double quotes
97 .Pq \&"
98 in order to represent arguments containing spaces.
99 .Pp
100 The possible
101 keywords and their meanings are as follows (note that
102 keywords are case-insensitive and arguments are case-sensitive):
103 .Bl -tag -width Ds
104 .It Cm Host
105 Restricts the following declarations (up to the next
106 .Cm Host
107 or
108 .Cm Match
109 keyword) to be only for those hosts that match one of the patterns
110 given after the keyword.
111 If more than one pattern is provided, they should be separated by whitespace.
112 A single
113 .Ql *
114 as a pattern can be used to provide global
115 defaults for all hosts.
116 The host is usually the
117 .Ar hostname
118 argument given on the command line
119 (see the
120 .Cm CanonicalizeHostname
121 option for exceptions.)
122 .Pp
123 A pattern entry may be negated by prefixing it with an exclamation mark
124 .Pq Sq !\& .
125 If a negated entry is matched, then the
126 .Cm Host
127 entry is ignored, regardless of whether any other patterns on the line
128 match.
129 Negated matches are therefore useful to provide exceptions for wildcard
130 matches.
131 .Pp
132 See
133 .Sx PATTERNS
134 for more information on patterns.
135 .It Cm Match
136 Restricts the following declarations (up to the next
137 .Cm Host
138 or
139 .Cm Match
140 keyword) to be used only when the conditions following the
141 .Cm Match
142 keyword are satisfied.
143 Match conditions are specified using one or more critera
144 or the single token
145 .Cm all
146 which always matches.
147 The available criteria keywords are:
148 .Cm canonical ,
149 .Cm exec ,
150 .Cm host ,
151 .Cm originalhost ,
152 .Cm user ,
153 and
154 .Cm localuser .
155 The
156 .Cm all
157 criteria must appear alone or immediately after
158 .Cm canonical .
159 Other criteria may be combined arbitrarily.
160 All criteria but
161 .Cm all
162 and
163 .Cm canonical
164 require an argument.
165 Criteria may be negated by prepending an exclamation mark
166 .Pq Sq !\& .
167 .Pp
168 The
169 .Cm canonical
170 keyword matches only when the configuration file is being re-parsed
171 after hostname canonicalization (see the
172 .Cm CanonicalizeHostname
173 option.)
174 This may be useful to specify conditions that work with canonical host
175 names only.
176 The
177 .Cm exec
178 keyword executes the specified command under the user's shell.
179 If the command returns a zero exit status then the condition is considered true.
180 Commands containing whitespace characters must be quoted.
181 The following character sequences in the command will be expanded prior to
182 execution:
183 .Ql %L
184 will be substituted by the first component of the local host name,
185 .Ql %l
186 will be substituted by the local host name (including any domain name),
187 .Ql %h
188 will be substituted by the target host name,
189 .Ql %n
190 will be substituted by the original target host name
191 specified on the command-line,
192 .Ql %p
193 the destination port,
194 .Ql %r
195 by the remote login username, and
196 .Ql %u
197 by the username of the user running
198 .Xr ssh 1 .
199 .Pp
200 The other keywords' criteria must be single entries or comma-separated
201 lists and may use the wildcard and negation operators described in the
202 .Sx PATTERNS
203 section.
204 The criteria for the
205 .Cm host
206 keyword are matched against the target hostname, after any substitution
207 by the
208 .Cm Hostname
209 or
210 .Cm CanonicalizeHostname
211 options.
212 The
213 .Cm originalhost
214 keyword matches against the hostname as it was specified on the command-line.
215 The
216 .Cm user
217 keyword matches against the target username on the remote host.
218 The
219 .Cm localuser
220 keyword matches against the name of the local user running
221 .Xr ssh 1
222 (this keyword may be useful in system-wide
223 .Nm
224 files).
225 .It Cm AddressFamily
226 Specifies which address family to use when connecting.
227 Valid arguments are
228 .Dq any ,
229 .Dq inet
230 (use IPv4 only), or
231 .Dq inet6
232 (use IPv6 only).
233 .It Cm BatchMode
234 If set to
235 .Dq yes ,
236 passphrase/password querying will be disabled.
237 This option is useful in scripts and other batch jobs where no user
238 is present to supply the password.
239 The argument must be
240 .Dq yes
241 or
242 .Dq no .
243 The default is
244 .Dq no .
245 .It Cm BindAddress
246 Use the specified address on the local machine as the source address of
247 the connection.
248 Only useful on systems with more than one address.
249 Note that this option does not work if
250 .Cm UsePrivilegedPort
251 is set to
252 .Dq yes .
253 .It Cm CanonicalDomains
254 When
255 .Cm CanonicalizeHostname
256 is enabled, this option specifies the list of domain suffixes in which to
257 search for the specified destination host.
258 .It Cm CanonicalizeFallbackLocal
259 Specifies whether to fail with an error when hostname canonicalization fails.
260 The default,
261 .Dq yes ,
262 will attempt to look up the unqualified hostname using the system resolver's
263 search rules.
264 A value of
265 .Dq no
266 will cause
267 .Xr ssh 1
268 to fail instantly if
269 .Cm CanonicalizeHostname
270 is enabled and the target hostname cannot be found in any of the domains
271 specified by
272 .Cm CanonicalDomains .
273 .It Cm CanonicalizeHostname
274 Controls whether explicit hostname canonicalization is performed.
275 The default,
276 .Dq no ,
277 is not to perform any name rewriting and let the system resolver handle all
278 hostname lookups.
279 If set to
280 .Dq yes
281 then, for connections that do not use a
282 .Cm ProxyCommand ,
283 .Xr ssh 1
284 will attempt to canonicalize the hostname specified on the command line
285 using the
286 .Cm CanonicalDomains
287 suffixes and
288 .Cm CanonicalizePermittedCNAMEs
289 rules.
290 If
291 .Cm CanonicalizeHostname
292 is set to
293 .Dq always ,
294 then canonicalization is applied to proxied connections too.
295 .Pp
296 If this option is enabled, then the configuration files are processed
297 again using the new target name to pick up any new configuration in matching
298 .Cm Host
299 and
300 .Cm Match
301 stanzas.
302 .It Cm CanonicalizeMaxDots
303 Specifies the maximum number of dot characters in a hostname before
304 canonicalization is disabled.
305 The default,
306 .Dq 1 ,
307 allows a single dot (i.e. hostname.subdomain).
308 .It Cm CanonicalizePermittedCNAMEs
309 Specifies rules to determine whether CNAMEs should be followed when
310 canonicalizing hostnames.
311 The rules consist of one or more arguments of
312 .Ar source_domain_list : Ns Ar target_domain_list ,
313 where
314 .Ar source_domain_list
315 is a pattern-list of domains that may follow CNAMEs in canonicalization,
316 and
317 .Ar target_domain_list
318 is a pattern-list of domains that they may resolve to.
319 .Pp
320 For example,
321 .Dq *.a.example.com:*.b.example.com,*.c.example.com
322 will allow hostnames matching
323 .Dq *.a.example.com
324 to be canonicalized to names in the
325 .Dq *.b.example.com
326 or
327 .Dq *.c.example.com
328 domains.
329 .It Cm ChallengeResponseAuthentication
330 Specifies whether to use challenge-response authentication.
331 The argument to this keyword must be
332 .Dq yes
333 or
334 .Dq no .
335 The default is
336 .Dq yes .
337 .It Cm CheckHostIP
338 If this flag is set to
339 .Dq yes ,
340 .Xr ssh 1
341 will additionally check the host IP address in the
342 .Pa known_hosts
343 file.
344 This allows ssh to detect if a host key changed due to DNS spoofing
345 and will add addresses of destination hosts to
346 .Pa ~/.ssh/known_hosts
347 in the process, regardless of the setting of
348 .Cm StrictHostKeyChecking .
349 If the option is set to
350 .Dq no ,
351 the check will not be executed.
352 The default is
353 .Dq no .
354 .It Cm Cipher
355 Specifies the cipher to use for encrypting the session
356 in protocol version 1.
357 Currently,
358 .Dq blowfish ,
359 .Dq 3des ,
360 and
361 .Dq des
362 are supported.
363 .Ar des
364 is only supported in the
365 .Xr ssh 1
366 client for interoperability with legacy protocol 1 implementations
367 that do not support the
368 .Ar 3des
369 cipher.
370 Its use is strongly discouraged due to cryptographic weaknesses.
371 The default is
372 .Dq 3des .
373 .It Cm Ciphers
374 Specifies the ciphers allowed for protocol version 2
375 in order of preference.
376 Multiple ciphers must be comma-separated.
377 If the specified value begins with a
378 .Sq +
379 character, then the specified ciphers will be appended to the default set
380 instead of replacing them.
381 .Pp
382 The supported ciphers are:
383 .Pp
384 .Bl -item -compact -offset indent
385 .It
386 3des-cbc
387 .It
388 aes128-cbc
389 .It
390 aes192-cbc
391 .It
392 aes256-cbc
393 .It
394 aes128-ctr
395 .It
396 aes192-ctr
397 .It
398 aes256-ctr
399 .It
400 aes128-gcm@openssh.com
401 .It
402 aes256-gcm@openssh.com
403 .It
404 arcfour
405 .It
406 arcfour128
407 .It
408 arcfour256
409 .It
410 blowfish-cbc
411 .It
412 cast128-cbc
413 .It
414 chacha20-poly1305@openssh.com
415 .El
416 .Pp
417 The default is:
418 .Bd -literal -offset indent
419 chacha20-poly1305@openssh.com,
420 aes128-ctr,aes192-ctr,aes256-ctr,
421 aes128-gcm@openssh.com,aes256-gcm@openssh.com,
422 arcfour256,arcfour128,
423 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,
424 aes192-cbc,aes256-cbc,arcfour
425 .Ed
426 .Pp
427 The list of available ciphers may also be obtained using the
428 .Fl Q
429 option of
430 .Xr ssh 1
431 with an argument of
432 .Dq cipher .
433 .It Cm ClearAllForwardings
434 Specifies that all local, remote, and dynamic port forwardings
435 specified in the configuration files or on the command line be
436 cleared.
437 This option is primarily useful when used from the
438 .Xr ssh 1
439 command line to clear port forwardings set in
440 configuration files, and is automatically set by
441 .Xr scp 1
442 and
443 .Xr sftp 1 .
444 The argument must be
445 .Dq yes
446 or
447 .Dq no .
448 The default is
449 .Dq no .
450 .It Cm Compression
451 Specifies whether to use compression.
452 The argument must be
453 .Dq yes
454 or
455 .Dq no .
456 The default is
457 .Dq no .
458 .It Cm CompressionLevel
459 Specifies the compression level to use if compression is enabled.
460 The argument must be an integer from 1 (fast) to 9 (slow, best).
461 The default level is 6, which is good for most applications.
462 The meaning of the values is the same as in
463 .Xr gzip 1 .
464 Note that this option applies to protocol version 1 only.
465 .It Cm ConnectionAttempts
466 Specifies the number of tries (one per second) to make before exiting.
467 The argument must be an integer.
468 This may be useful in scripts if the connection sometimes fails.
469 The default is 1.
470 .It Cm ConnectTimeout
471 Specifies the timeout (in seconds) used when connecting to the
472 SSH server, instead of using the default system TCP timeout.
473 This value is used only when the target is down or really unreachable,
474 not when it refuses the connection.
475 .It Cm ControlMaster
476 Enables the sharing of multiple sessions over a single network connection.
477 When set to
478 .Dq yes ,
479 .Xr ssh 1
480 will listen for connections on a control socket specified using the
481 .Cm ControlPath
482 argument.
483 Additional sessions can connect to this socket using the same
484 .Cm ControlPath
485 with
486 .Cm ControlMaster
487 set to
488 .Dq no
489 (the default).
490 These sessions will try to reuse the master instance's network connection
491 rather than initiating new ones, but will fall back to connecting normally
492 if the control socket does not exist, or is not listening.
493 .Pp
494 Setting this to
495 .Dq ask
496 will cause ssh
497 to listen for control connections, but require confirmation using
498 .Xr ssh-askpass 1 .
499 If the
500 .Cm ControlPath
501 cannot be opened,
502 ssh will continue without connecting to a master instance.
503 .Pp
504 X11 and
505 .Xr ssh-agent 1
506 forwarding is supported over these multiplexed connections, however the
507 display and agent forwarded will be the one belonging to the master
508 connection i.e. it is not possible to forward multiple displays or agents.
509 .Pp
510 Two additional options allow for opportunistic multiplexing: try to use a
511 master connection but fall back to creating a new one if one does not already
512 exist.
513 These options are:
514 .Dq auto
515 and
516 .Dq autoask .
517 The latter requires confirmation like the
518 .Dq ask
519 option.
520 .It Cm ControlPath
521 Specify the path to the control socket used for connection sharing as described
522 in the
523 .Cm ControlMaster
524 section above or the string
525 .Dq none
526 to disable connection sharing.
527 In the path,
528 .Ql %L
529 will be substituted by the first component of the local host name,
530 .Ql %l
531 will be substituted by the local host name (including any domain name),
532 .Ql %h
533 will be substituted by the target host name,
534 .Ql %n
535 will be substituted by the original target host name
536 specified on the command line,
537 .Ql %p
538 the destination port,
539 .Ql %r
540 by the remote login username,
541 .Ql %u
542 by the username of the user running
543 .Xr ssh 1 , and
544 .Ql \&%C
545 by a hash of the concatenation: %l%h%p%r.
546 It is recommended that any
547 .Cm ControlPath
548 used for opportunistic connection sharing include
549 at least %h, %p, and %r (or alternatively %C) and be placed in a directory
550 that is not writable by other users.
551 This ensures that shared connections are uniquely identified.
552 .It Cm ControlPersist
553 When used in conjunction with
554 .Cm ControlMaster ,
555 specifies that the master connection should remain open
556 in the background (waiting for future client connections)
557 after the initial client connection has been closed.
558 If set to
559 .Dq no ,
560 then the master connection will not be placed into the background,
561 and will close as soon as the initial client connection is closed.
562 If set to
563 .Dq yes
564 or
565 .Dq 0 ,
566 then the master connection will remain in the background indefinitely
567 (until killed or closed via a mechanism such as the
568 .Xr ssh 1
569 .Dq Fl O No exit
570 option).
571 If set to a time in seconds, or a time in any of the formats documented in
572 .Xr sshd_config 5 ,
573 then the backgrounded master connection will automatically terminate
574 after it has remained idle (with no client connections) for the
575 specified time.
576 .It Cm DynamicForward
577 Specifies that a TCP port on the local machine be forwarded
578 over the secure channel, and the application
579 protocol is then used to determine where to connect to from the
580 remote machine.
581 .Pp
582 The argument must be
583 .Sm off
584 .Oo Ar bind_address : Oc Ar port .
585 .Sm on
586 IPv6 addresses can be specified by enclosing addresses in square brackets.
587 By default, the local port is bound in accordance with the
588 .Cm GatewayPorts
589 setting.
590 However, an explicit
591 .Ar bind_address
592 may be used to bind the connection to a specific address.
593 The
594 .Ar bind_address
595 of
596 .Dq localhost
597 indicates that the listening port be bound for local use only, while an
598 empty address or
599 .Sq *
600 indicates that the port should be available from all interfaces.
601 .Pp
602 Currently the SOCKS4 and SOCKS5 protocols are supported, and
603 .Xr ssh 1
604 will act as a SOCKS server.
605 Multiple forwardings may be specified, and
606 additional forwardings can be given on the command line.
607 Only the superuser can forward privileged ports.
608 .It Cm EnableSSHKeysign
609 Setting this option to
610 .Dq yes
611 in the global client configuration file
612 .Pa /etc/ssh/ssh_config
613 enables the use of the helper program
614 .Xr ssh-keysign 8
615 during
616 .Cm HostbasedAuthentication .
617 The argument must be
618 .Dq yes
619 or
620 .Dq no .
621 The default is
622 .Dq no .
623 This option should be placed in the non-hostspecific section.
624 See
625 .Xr ssh-keysign 8
626 for more information.
627 .It Cm EscapeChar
628 Sets the escape character (default:
629 .Ql ~ ) .
630 The escape character can also
631 be set on the command line.
632 The argument should be a single character,
633 .Ql ^
634 followed by a letter, or
635 .Dq none
636 to disable the escape
637 character entirely (making the connection transparent for binary
638 data).
639 .It Cm ExitOnForwardFailure
640 Specifies whether
641 .Xr ssh 1
642 should terminate the connection if it cannot set up all requested
643 dynamic, tunnel, local, and remote port forwardings.
644 The argument must be
645 .Dq yes
646 or
647 .Dq no .
648 The default is
649 .Dq no .
650 .It Cm FingerprintHash
651 Specifies the hash algorithm used when displaying key fingerprints.
652 Valid options are:
653 .Dq md5
654 and
655 .Dq sha256 .
656 The default is
657 .Dq sha256 .
658 .It Cm ForwardAgent
659 Specifies whether the connection to the authentication agent (if any)
660 will be forwarded to the remote machine.
661 The argument must be
662 .Dq yes
663 or
664 .Dq no .
665 The default is
666 .Dq no .
667 .Pp
668 Agent forwarding should be enabled with caution.
669 Users with the ability to bypass file permissions on the remote host
670 (for the agent's Unix-domain socket)
671 can access the local agent through the forwarded connection.
672 An attacker cannot obtain key material from the agent,
673 however they can perform operations on the keys that enable them to
674 authenticate using the identities loaded into the agent.
675 .It Cm ForwardX11
676 Specifies whether X11 connections will be automatically redirected
677 over the secure channel and
678 .Ev DISPLAY
679 set.
680 The argument must be
681 .Dq yes
682 or
683 .Dq no .
684 The default is
685 .Dq no .
686 .Pp
687 X11 forwarding should be enabled with caution.
688 Users with the ability to bypass file permissions on the remote host
689 (for the user's X11 authorization database)
690 can access the local X11 display through the forwarded connection.
691 An attacker may then be able to perform activities such as keystroke monitoring
692 if the
693 .Cm ForwardX11Trusted
694 option is also enabled.
695 .It Cm ForwardX11Timeout
696 Specify a timeout for untrusted X11 forwarding
697 using the format described in the
698 TIME FORMATS section of
699 .Xr sshd_config 5 .
700 X11 connections received by
701 .Xr ssh 1
702 after this time will be refused.
703 The default is to disable untrusted X11 forwarding after twenty minutes has
704 elapsed.
705 .It Cm ForwardX11Trusted
706 If this option is set to
707 .Dq yes ,
708 remote X11 clients will have full access to the original X11 display.
709 .Pp
710 If this option is set to
711 .Dq no ,
712 remote X11 clients will be considered untrusted and prevented
713 from stealing or tampering with data belonging to trusted X11
714 clients.
715 Furthermore, the
716 .Xr xauth 1
717 token used for the session will be set to expire after 20 minutes.
718 Remote clients will be refused access after this time.
719 .Pp
720 The default is
721 .Dq no .
722 .Pp
723 See the X11 SECURITY extension specification for full details on
724 the restrictions imposed on untrusted clients.
725 .It Cm GatewayPorts
726 Specifies whether remote hosts are allowed to connect to local
727 forwarded ports.
728 By default,
729 .Xr ssh 1
730 binds local port forwardings to the loopback address.
731 This prevents other remote hosts from connecting to forwarded ports.
732 .Cm GatewayPorts
733 can be used to specify that ssh
734 should bind local port forwardings to the wildcard address,
735 thus allowing remote hosts to connect to forwarded ports.
736 The argument must be
737 .Dq yes
738 or
739 .Dq no .
740 The default is
741 .Dq no .
742 .It Cm GlobalKnownHostsFile
743 Specifies one or more files to use for the global
744 host key database, separated by whitespace.
745 The default is
746 .Pa /etc/ssh/ssh_known_hosts ,
747 .Pa /etc/ssh/ssh_known_hosts2 .
748 .It Cm GSSAPIAuthentication
749 Specifies whether user authentication based on GSSAPI is allowed.
750 The default is
751 .Dq no .
752 Note that this option applies to protocol version 2 only.
753 .It Cm GSSAPIDelegateCredentials
754 Forward (delegate) credentials to the server.
755 The default is
756 .Dq no .
757 Note that this option applies to protocol version 2 only.
758 .It Cm HashKnownHosts
759 Indicates that
760 .Xr ssh 1
761 should hash host names and addresses when they are added to
762 .Pa ~/.ssh/known_hosts .
763 These hashed names may be used normally by
764 .Xr ssh 1
765 and
766 .Xr sshd 8 ,
767 but they do not reveal identifying information should the file's contents
768 be disclosed.
769 The default is
770 .Dq no .
771 Note that existing names and addresses in known hosts files
772 will not be converted automatically,
773 but may be manually hashed using
774 .Xr ssh-keygen 1 .
775 .It Cm HostbasedAuthentication
776 Specifies whether to try rhosts based authentication with public key
777 authentication.
778 The argument must be
779 .Dq yes
780 or
781 .Dq no .
782 The default is
783 .Dq no .
784 This option applies to protocol version 2 only and
785 is similar to
786 .Cm RhostsRSAAuthentication .
787 .It Cm HostbasedKeyTypes
788 Specifies the key types that will be used for hostbased authentication
789 as a comma-separated pattern list.
790 Alternately if the specified value begins with a
791 .Sq +
792 character, then the specified key types will be appended to the default set
793 instead of replacing them.
794 The default for this option is:
795 .Bd -literal -offset 3n
796 ecdsa-sha2-nistp256-cert-v01@openssh.com,
797 ecdsa-sha2-nistp384-cert-v01@openssh.com,
798 ecdsa-sha2-nistp521-cert-v01@openssh.com,
799 ssh-ed25519-cert-v01@openssh.com,
800 ssh-rsa-cert-v01@openssh.com,
801 ssh-dss-cert-v01@openssh.com,
802 ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,
803 ecdsa-sha2-nistp521,ssh-ed25519,
804 ssh-rsa,ssh-dss
805 .Ed
806 .Pp
807 The
808 .Fl Q
809 option of
810 .Xr ssh 1
811 may be used to list supported key types.
812 .It Cm HostKeyAlgorithms
813 Specifies the protocol version 2 host key algorithms
814 that the client wants to use in order of preference.
815 Alternately if the specified value begins with a
816 .Sq +
817 character, then the specified key types will be appended to the default set
818 instead of replacing them.
819 The default for this option is:
820 .Bd -literal -offset 3n
821 ecdsa-sha2-nistp256-cert-v01@openssh.com,
822 ecdsa-sha2-nistp384-cert-v01@openssh.com,
823 ecdsa-sha2-nistp521-cert-v01@openssh.com,
824 ssh-ed25519-cert-v01@openssh.com,
825 ssh-rsa-cert-v01@openssh.com,
826 ssh-dss-cert-v01@openssh.com,
827 ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,
828 ecdsa-sha2-nistp521,ssh-ed25519,
829 ssh-rsa,ssh-dss
830 .Ed
831 .Pp
832 If hostkeys are known for the destination host then this default is modified
833 to prefer their algorithms.
834 .Pp
835 The list of available key types may also be obtained using the
836 .Fl Q
837 option of
838 .Xr ssh 1
839 with an argument of
840 .Dq key .
841 .It Cm HostKeyAlias
842 Specifies an alias that should be used instead of the
843 real host name when looking up or saving the host key
844 in the host key database files.
845 This option is useful for tunneling SSH connections
846 or for multiple servers running on a single host.
847 .It Cm HostName
848 Specifies the real host name to log into.
849 This can be used to specify nicknames or abbreviations for hosts.
850 If the hostname contains the character sequence
851 .Ql %h ,
852 then this will be replaced with the host name specified on the command line
853 (this is useful for manipulating unqualified names).
854 The character sequence
855 .Ql %%
856 will be replaced by a single
857 .Ql %
858 character, which may be used when specifying IPv6 link-local addresses.
859 .Pp
860 The default is the name given on the command line.
861 Numeric IP addresses are also permitted (both on the command line and in
862 .Cm HostName
863 specifications).
864 .It Cm IdentitiesOnly
865 Specifies that
866 .Xr ssh 1
867 should only use the authentication identity files configured in the
868 .Nm
869 files,
870 even if
871 .Xr ssh-agent 1
872 or a
873 .Cm PKCS11Provider
874 offers more identities.
875 The argument to this keyword must be
876 .Dq yes
877 or
878 .Dq no .
879 This option is intended for situations where ssh-agent
880 offers many different identities.
881 The default is
882 .Dq no .
883 .It Cm IdentityFile
884 Specifies a file from which the user's DSA, ECDSA, Ed25519 or RSA authentication
885 identity is read.
886 The default is
887 .Pa ~/.ssh/identity
888 for protocol version 1, and
889 .Pa ~/.ssh/id_dsa ,
890 .Pa ~/.ssh/id_ecdsa ,
891 .Pa ~/.ssh/id_ed25519
892 and
893 .Pa ~/.ssh/id_rsa
894 for protocol version 2.
895 Additionally, any identities represented by the authentication agent
896 will be used for authentication unless
897 .Cm IdentitiesOnly
898 is set.
899 .Xr ssh 1
900 will try to load certificate information from the filename obtained by
901 appending
902 .Pa -cert.pub
903 to the path of a specified
904 .Cm IdentityFile .
905 .Pp
906 The file name may use the tilde
907 syntax to refer to a user's home directory or one of the following
908 escape characters:
909 .Ql %d
910 (local user's home directory),
911 .Ql %u
912 (local user name),
913 .Ql %l
914 (local host name),
915 .Ql %h
916 (remote host name) or
917 .Ql %r
918 (remote user name).
919 .Pp
920 It is possible to have
921 multiple identity files specified in configuration files; all these
922 identities will be tried in sequence.
923 Multiple
924 .Cm IdentityFile
925 directives will add to the list of identities tried (this behaviour
926 differs from that of other configuration directives).
927 .Pp
928 .Cm IdentityFile
929 may be used in conjunction with
930 .Cm IdentitiesOnly
931 to select which identities in an agent are offered during authentication.
932 .It Cm IgnoreUnknown
933 Specifies a pattern-list of unknown options to be ignored if they are
934 encountered in configuration parsing.
935 This may be used to suppress errors if
936 .Nm
937 contains options that are unrecognised by
938 .Xr ssh 1 .
939 It is recommended that
940 .Cm IgnoreUnknown
941 be listed early in the configuration file as it will not be applied
942 to unknown options that appear before it.
943 .It Cm IPQoS
944 Specifies the IPv4 type-of-service or DSCP class for connections.
945 Accepted values are
946 .Dq af11 ,
947 .Dq af12 ,
948 .Dq af13 ,
949 .Dq af21 ,
950 .Dq af22 ,
951 .Dq af23 ,
952 .Dq af31 ,
953 .Dq af32 ,
954 .Dq af33 ,
955 .Dq af41 ,
956 .Dq af42 ,
957 .Dq af43 ,
958 .Dq cs0 ,
959 .Dq cs1 ,
960 .Dq cs2 ,
961 .Dq cs3 ,
962 .Dq cs4 ,
963 .Dq cs5 ,
964 .Dq cs6 ,
965 .Dq cs7 ,
966 .Dq ef ,
967 .Dq lowdelay ,
968 .Dq throughput ,
969 .Dq reliability ,
970 or a numeric value.
971 This option may take one or two arguments, separated by whitespace.
972 If one argument is specified, it is used as the packet class unconditionally.
973 If two values are specified, the first is automatically selected for
974 interactive sessions and the second for non-interactive sessions.
975 The default is
976 .Dq lowdelay
977 for interactive sessions and
978 .Dq throughput
979 for non-interactive sessions.
980 .It Cm KbdInteractiveAuthentication
981 Specifies whether to use keyboard-interactive authentication.
982 The argument to this keyword must be
983 .Dq yes
984 or
985 .Dq no .
986 The default is
987 .Dq yes .
988 .It Cm KbdInteractiveDevices
989 Specifies the list of methods to use in keyboard-interactive authentication.
990 Multiple method names must be comma-separated.
991 The default is to use the server specified list.
992 The methods available vary depending on what the server supports.
993 For an OpenSSH server,
994 it may be zero or more of:
995 .Dq bsdauth ,
996 .Dq pam ,
997 and
998 .Dq skey .
999 .It Cm KexAlgorithms
1000 Specifies the available KEX (Key Exchange) algorithms.
1001 Multiple algorithms must be comma-separated.
1002 Alternately if the specified value begins with a
1003 .Sq +
1004 character, then the specified methods will be appended to the default set
1005 instead of replacing them.
1006 The default is:
1007 .Bd -literal -offset indent
1008 curve25519-sha256@libssh.org,
1009 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
1010 diffie-hellman-group-exchange-sha256,
1011 diffie-hellman-group-exchange-sha1,
1012 diffie-hellman-group14-sha1
1013 .Ed
1014 .Pp
1015 The list of available key exchange algorithms may also be obtained using the
1016 .Fl Q
1017 option of
1018 .Xr ssh 1
1019 with an argument of
1020 .Dq kex .
1021 .It Cm LocalCommand
1022 Specifies a command to execute on the local machine after successfully
1023 connecting to the server.
1024 The command string extends to the end of the line, and is executed with
1025 the user's shell.
1026 The following escape character substitutions will be performed:
1027 .Ql %d
1028 (local user's home directory),
1029 .Ql %h
1030 (remote host name),
1031 .Ql %l
1032 (local host name),
1033 .Ql %n
1034 (host name as provided on the command line),
1035 .Ql %p
1036 (remote port),
1037 .Ql %r
1038 (remote user name) or
1039 .Ql %u
1040 (local user name) or
1041 .Ql \&%C
1042 by a hash of the concatenation: %l%h%p%r.
1043 .Pp
1044 The command is run synchronously and does not have access to the
1045 session of the
1046 .Xr ssh 1
1047 that spawned it.
1048 It should not be used for interactive commands.
1049 .Pp
1050 This directive is ignored unless
1051 .Cm PermitLocalCommand
1052 has been enabled.
1053 .It Cm LocalForward
1054 Specifies that a TCP port on the local machine be forwarded over
1055 the secure channel to the specified host and port from the remote machine.
1056 The first argument must be
1057 .Sm off
1058 .Oo Ar bind_address : Oc Ar port
1059 .Sm on
1060 and the second argument must be
1061 .Ar host : Ns Ar hostport .
1062 IPv6 addresses can be specified by enclosing addresses in square brackets.
1063 Multiple forwardings may be specified, and additional forwardings can be
1064 given on the command line.
1065 Only the superuser can forward privileged ports.
1066 By default, the local port is bound in accordance with the
1067 .Cm GatewayPorts
1068 setting.
1069 However, an explicit
1070 .Ar bind_address
1071 may be used to bind the connection to a specific address.
1072 The
1073 .Ar bind_address
1074 of
1075 .Dq localhost
1076 indicates that the listening port be bound for local use only, while an
1077 empty address or
1078 .Sq *
1079 indicates that the port should be available from all interfaces.
1080 .It Cm LogLevel
1081 Gives the verbosity level that is used when logging messages from
1082 .Xr ssh 1 .
1083 The possible values are:
1084 QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
1085 The default is INFO.
1086 DEBUG and DEBUG1 are equivalent.
1087 DEBUG2 and DEBUG3 each specify higher levels of verbose output.
1088 .It Cm MACs
1089 Specifies the MAC (message authentication code) algorithms
1090 in order of preference.
1091 The MAC algorithm is used in protocol version 2
1092 for data integrity protection.
1093 Multiple algorithms must be comma-separated.
1094 If the specified value begins with a
1095 .Sq +
1096 character, then the specified algorithms will be appended to the default set
1097 instead of replacing them.
1098 .Pp
1099 The algorithms that contain
1100 .Dq -etm
1101 calculate the MAC after encryption (encrypt-then-mac).
1102 These are considered safer and their use recommended.
1103 .Pp
1104 The default is:
1105 .Bd -literal -offset indent
1106 umac-64-etm@openssh.com,umac-128-etm@openssh.com,
1107 hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
1108 umac-64@openssh.com,umac-128@openssh.com,
1109 hmac-sha2-256,hmac-sha2-512,
1110 hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,
1111 hmac-ripemd160-etm@openssh.com,
1112 hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,
1113 hmac-md5,hmac-sha1,hmac-ripemd160,
1114 hmac-sha1-96,hmac-md5-96
1115 .Ed
1116 .Pp
1117 The list of available MAC algorithms may also be obtained using the
1118 .Fl Q
1119 option of
1120 .Xr ssh 1
1121 with an argument of
1122 .Dq mac .
1123 .It Cm NoHostAuthenticationForLocalhost
1124 This option can be used if the home directory is shared across machines.
1125 In this case localhost will refer to a different machine on each of
1126 the machines and the user will get many warnings about changed host keys.
1127 However, this option disables host authentication for localhost.
1128 The argument to this keyword must be
1129 .Dq yes
1130 or
1131 .Dq no .
1132 The default is to check the host key for localhost.
1133 .It Cm NumberOfPasswordPrompts
1134 Specifies the number of password prompts before giving up.
1135 The argument to this keyword must be an integer.
1136 The default is 3.
1137 .It Cm PasswordAuthentication
1138 Specifies whether to use password authentication.
1139 The argument to this keyword must be
1140 .Dq yes
1141 or
1142 .Dq no .
1143 The default is
1144 .Dq yes .
1145 .It Cm PermitLocalCommand
1146 Allow local command execution via the
1147 .Ic LocalCommand
1148 option or using the
1149 .Ic !\& Ns Ar command
1150 escape sequence in
1151 .Xr ssh 1 .
1152 The argument must be
1153 .Dq yes
1154 or
1155 .Dq no .
1156 The default is
1157 .Dq no .
1158 .It Cm PKCS11Provider
1159 Specifies which PKCS#11 provider to use.
1160 The argument to this keyword is the PKCS#11 shared library
1161 .Xr ssh 1
1162 should use to communicate with a PKCS#11 token providing the user's
1163 private RSA key.
1164 .It Cm Port
1165 Specifies the port number to connect on the remote host.
1166 The default is 22.
1167 .It Cm PreferredAuthentications
1168 Specifies the order in which the client should try protocol 2
1169 authentication methods.
1170 This allows a client to prefer one method (e.g.\&
1171 .Cm keyboard-interactive )
1172 over another method (e.g.\&
1173 .Cm password ) .
1174 The default is:
1175 .Bd -literal -offset indent
1176 gssapi-with-mic,hostbased,publickey,
1177 keyboard-interactive,password
1178 .Ed
1179 .It Cm Protocol
1180 Specifies the protocol versions
1181 .Xr ssh 1
1182 should support in order of preference.
1183 The possible values are
1184 .Sq 1
1185 and
1186 .Sq 2 .
1187 Multiple versions must be comma-separated.
1188 When this option is set to
1189 .Dq 2,1
1190 .Nm ssh
1191 will try version 2 and fall back to version 1
1192 if version 2 is not available.
1193 The default is
1194 .Sq 2 .
1195 .It Cm ProxyCommand
1196 Specifies the command to use to connect to the server.
1197 The command
1198 string extends to the end of the line, and is executed
1199 using the user's shell
1200 .Ql exec
1201 directive to avoid a lingering shell process.
1202 .Pp
1203 In the command string, any occurrence of
1204 .Ql %h
1205 will be substituted by the host name to
1206 connect,
1207 .Ql %p
1208 by the port, and
1209 .Ql %r
1210 by the remote user name.
1211 The command can be basically anything,
1212 and should read from its standard input and write to its standard output.
1213 It should eventually connect an
1214 .Xr sshd 8
1215 server running on some machine, or execute
1216 .Ic sshd -i
1217 somewhere.
1218 Host key management will be done using the
1219 HostName of the host being connected (defaulting to the name typed by
1220 the user).
1221 Setting the command to
1222 .Dq none
1223 disables this option entirely.
1224 Note that
1225 .Cm CheckHostIP
1226 is not available for connects with a proxy command.
1227 .Pp
1228 This directive is useful in conjunction with
1229 .Xr nc 1
1230 and its proxy support.
1231 For example, the following directive would connect via an HTTP proxy at
1232 192.0.2.0:
1233 .Bd -literal -offset 3n
1234 ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
1235 .Ed
1236 .It Cm ProxyUseFdpass
1237 Specifies that
1238 .Cm ProxyCommand
1239 will pass a connected file descriptor back to
1240 .Xr ssh 1
1241 instead of continuing to execute and pass data.
1242 The default is
1243 .Dq no .
1244 .It Cm PubkeyAcceptedKeyTypes
1245 Specifies the key types that will be used for public key authentication
1246 as a comma-separated pattern list.
1247 Alternately if the specified value begins with a
1248 .Sq +
1249 character, then the key types after it will be appended to the default
1250 instead of replacing it.
1251 The default for this option is:
1252 .Bd -literal -offset 3n
1253 ecdsa-sha2-nistp256-cert-v01@openssh.com,
1254 ecdsa-sha2-nistp384-cert-v01@openssh.com,
1255 ecdsa-sha2-nistp521-cert-v01@openssh.com,
1256 ssh-ed25519-cert-v01@openssh.com,
1257 ssh-rsa-cert-v01@openssh.com,
1258 ssh-dss-cert-v01@openssh.com,
1259 ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,
1260 ecdsa-sha2-nistp521,ssh-ed25519,
1261 ssh-rsa,ssh-dss
1262 .Ed
1263 .Pp
1264 The
1265 .Fl Q
1266 option of
1267 .Xr ssh 1
1268 may be used to list supported key types.
1269 .It Cm PubkeyAuthentication
1270 Specifies whether to try public key authentication.
1271 The argument to this keyword must be
1272 .Dq yes
1273 or
1274 .Dq no .
1275 The default is
1276 .Dq yes .
1277 This option applies to protocol version 2 only.
1278 .It Cm RekeyLimit
1279 Specifies the maximum amount of data that may be transmitted before the
1280 session key is renegotiated, optionally followed a maximum amount of
1281 time that may pass before the session key is renegotiated.
1282 The first argument is specified in bytes and may have a suffix of
1283 .Sq K ,
1284 .Sq M ,
1285 or
1286 .Sq G
1287 to indicate Kilobytes, Megabytes, or Gigabytes, respectively.
1288 The default is between
1289 .Sq 1G
1290 and
1291 .Sq 4G ,
1292 depending on the cipher.
1293 The optional second value is specified in seconds and may use any of the
1294 units documented in the
1295 TIME FORMATS section of
1296 .Xr sshd_config 5 .
1297 The default value for
1298 .Cm RekeyLimit
1299 is
1300 .Dq default none ,
1301 which means that rekeying is performed after the cipher's default amount
1302 of data has been sent or received and no time based rekeying is done.
1303 This option applies to protocol version 2 only.
1304 .It Cm RemoteForward
1305 Specifies that a TCP port on the remote machine be forwarded over
1306 the secure channel to the specified host and port from the local machine.
1307 The first argument must be
1308 .Sm off
1309 .Oo Ar bind_address : Oc Ar port
1310 .Sm on
1311 and the second argument must be
1312 .Ar host : Ns Ar hostport .
1313 IPv6 addresses can be specified by enclosing addresses in square brackets.
1314 Multiple forwardings may be specified, and additional
1315 forwardings can be given on the command line.
1316 Privileged ports can be forwarded only when
1317 logging in as root on the remote machine.
1318 .Pp
1319 If the
1320 .Ar port
1321 argument is
1322 .Ql 0 ,
1323 the listen port will be dynamically allocated on the server and reported
1324 to the client at run time.
1325 .Pp
1326 If the
1327 .Ar bind_address
1328 is not specified, the default is to only bind to loopback addresses.
1329 If the
1330 .Ar bind_address
1331 is
1332 .Ql *
1333 or an empty string, then the forwarding is requested to listen on all
1334 interfaces.
1335 Specifying a remote
1336 .Ar bind_address
1337 will only succeed if the server's
1338 .Cm GatewayPorts
1339 option is enabled (see
1340 .Xr sshd_config 5 ) .
1341 .It Cm RequestTTY
1342 Specifies whether to request a pseudo-tty for the session.
1343 The argument may be one of:
1344 .Dq no
1345 (never request a TTY),
1346 .Dq yes
1347 (always request a TTY when standard input is a TTY),
1348 .Dq force
1349 (always request a TTY) or
1350 .Dq auto
1351 (request a TTY when opening a login session).
1352 This option mirrors the
1353 .Fl t
1354 and
1355 .Fl T
1356 flags for
1357 .Xr ssh 1 .
1358 .It Cm RevokedHostKeys
1359 Specifies revoked host public keys.
1360 Keys listed in this file will be refused for host authentication.
1361 Note that if this file does not exist or is not readable,
1362 then host authentication will be refused for all hosts.
1363 Keys may be specified as a text file, listing one public key per line, or as
1364 an OpenSSH Key Revocation List (KRL) as generated by
1365 .Xr ssh-keygen 1 .
1366 For more information on KRLs, see the KEY REVOCATION LISTS section in
1367 .Xr ssh-keygen 1 .
1368 .It Cm RhostsRSAAuthentication
1369 Specifies whether to try rhosts based authentication with RSA host
1370 authentication.
1371 The argument must be
1372 .Dq yes
1373 or
1374 .Dq no .
1375 The default is
1376 .Dq no .
1377 This option applies to protocol version 1 only and requires
1378 .Xr ssh 1
1379 to be setuid root.
1380 .It Cm RSAAuthentication
1381 Specifies whether to try RSA authentication.
1382 The argument to this keyword must be
1383 .Dq yes
1384 or
1385 .Dq no .
1386 RSA authentication will only be
1387 attempted if the identity file exists, or an authentication agent is
1388 running.
1389 The default is
1390 .Dq yes .
1391 Note that this option applies to protocol version 1 only.
1392 .It Cm SendEnv
1393 Specifies what variables from the local
1394 .Xr environ 7
1395 should be sent to the server.
1396 Note that environment passing is only supported for protocol 2.
1397 The server must also support it, and the server must be configured to
1398 accept these environment variables.
1399 Note that the
1400 .Ev TERM
1401 environment variable is always sent whenever a
1402 pseudo-terminal is requested as it is required by the protocol.
1403 Refer to
1404 .Cm AcceptEnv
1405 in
1406 .Xr sshd_config 5
1407 for how to configure the server.
1408 Variables are specified by name, which may contain wildcard characters.
1409 Multiple environment variables may be separated by whitespace or spread
1410 across multiple
1411 .Cm SendEnv
1412 directives.
1413 The default is not to send any environment variables.
1414 .Pp
1415 See
1416 .Sx PATTERNS
1417 for more information on patterns.
1418 .It Cm ServerAliveCountMax
1419 Sets the number of server alive messages (see below) which may be
1420 sent without
1421 .Xr ssh 1
1422 receiving any messages back from the server.
1423 If this threshold is reached while server alive messages are being sent,
1424 ssh will disconnect from the server, terminating the session.
1425 It is important to note that the use of server alive messages is very
1426 different from
1427 .Cm TCPKeepAlive
1428 (below).
1429 The server alive messages are sent through the encrypted channel
1430 and therefore will not be spoofable.
1431 The TCP keepalive option enabled by
1432 .Cm TCPKeepAlive
1433 is spoofable.
1434 The server alive mechanism is valuable when the client or
1435 server depend on knowing when a connection has become inactive.
1436 .Pp
1437 The default value is 3.
1438 If, for example,
1439 .Cm ServerAliveInterval
1440 (see below) is set to 15 and
1441 .Cm ServerAliveCountMax
1442 is left at the default, if the server becomes unresponsive,
1443 ssh will disconnect after approximately 45 seconds.
1444 This option applies to protocol version 2 only.
1445 .It Cm ServerAliveInterval
1446 Sets a timeout interval in seconds after which if no data has been received
1447 from the server,
1448 .Xr ssh 1
1449 will send a message through the encrypted
1450 channel to request a response from the server.
1451 The default
1452 is 0, indicating that these messages will not be sent to the server.
1453 This option applies to protocol version 2 only.
1454 .It Cm StreamLocalBindMask
1455 Sets the octal file creation mode mask
1456 .Pq umask
1457 used when creating a Unix-domain socket file for local or remote
1458 port forwarding.
1459 This option is only used for port forwarding to a Unix-domain socket file.
1460 .Pp
1461 The default value is 0177, which creates a Unix-domain socket file that is
1462 readable and writable only by the owner.
1463 Note that not all operating systems honor the file mode on Unix-domain
1464 socket files.
1465 .It Cm StreamLocalBindUnlink
1466 Specifies whether to remove an existing Unix-domain socket file for local
1467 or remote port forwarding before creating a new one.
1468 If the socket file already exists and
1469 .Cm StreamLocalBindUnlink
1470 is not enabled,
1471 .Nm ssh
1472 will be unable to forward the port to the Unix-domain socket file.
1473 This option is only used for port forwarding to a Unix-domain socket file.
1474 .Pp
1475 The argument must be
1476 .Dq yes
1477 or
1478 .Dq no .
1479 The default is
1480 .Dq no .
1481 .It Cm StrictHostKeyChecking
1482 If this flag is set to
1483 .Dq yes ,
1484 .Xr ssh 1
1485 will never automatically add host keys to the
1486 .Pa ~/.ssh/known_hosts
1487 file, and refuses to connect to hosts whose host key has changed.
1488 This provides maximum protection against trojan horse attacks,
1489 though it can be annoying when the
1490 .Pa /etc/ssh/ssh_known_hosts
1491 file is poorly maintained or when connections to new hosts are
1492 frequently made.
1493 This option forces the user to manually
1494 add all new hosts.
1495 If this flag is set to
1496 .Dq no ,
1497 ssh will automatically add new host keys to the
1498 user known hosts files.
1499 If this flag is set to
1500 .Dq ask ,
1501 new host keys
1502 will be added to the user known host files only after the user
1503 has confirmed that is what they really want to do, and
1504 ssh will refuse to connect to hosts whose host key has changed.
1505 The host keys of
1506 known hosts will be verified automatically in all cases.
1507 The argument must be
1508 .Dq yes ,
1509 .Dq no ,
1510 or
1511 .Dq ask .
1512 The default is
1513 .Dq ask .
1514 .It Cm TCPKeepAlive
1515 Specifies whether the system should send TCP keepalive messages to the
1516 other side.
1517 If they are sent, death of the connection or crash of one
1518 of the machines will be properly noticed.
1519 However, this means that
1520 connections will die if the route is down temporarily, and some people
1521 find it annoying.
1522 .Pp
1523 The default is
1524 .Dq yes
1525 (to send TCP keepalive messages), and the client will notice
1526 if the network goes down or the remote host dies.
1527 This is important in scripts, and many users want it too.
1528 .Pp
1529 To disable TCP keepalive messages, the value should be set to
1530 .Dq no .
1531 .It Cm Tunnel
1532 Request
1533 .Xr tun 4
1534 device forwarding between the client and the server.
1535 The argument must be
1536 .Dq yes ,
1537 .Dq point-to-point
1538 (layer 3),
1539 .Dq ethernet
1540 (layer 2),
1541 or
1542 .Dq no .
1543 Specifying
1544 .Dq yes
1545 requests the default tunnel mode, which is
1546 .Dq point-to-point .
1547 The default is
1548 .Dq no .
1549 .It Cm TunnelDevice
1550 Specifies the
1551 .Xr tun 4
1552 devices to open on the client
1553 .Pq Ar local_tun
1554 and the server
1555 .Pq Ar remote_tun .
1556 .Pp
1557 The argument must be
1558 .Sm off
1559 .Ar local_tun Op : Ar remote_tun .
1560 .Sm on
1561 The devices may be specified by numerical ID or the keyword
1562 .Dq any ,
1563 which uses the next available tunnel device.
1564 If
1565 .Ar remote_tun
1566 is not specified, it defaults to
1567 .Dq any .
1568 The default is
1569 .Dq any:any .
1570 .It Cm UpdateHostKeys
1571 Specifies whether
1572 .Xr ssh 1
1573 should accept notifications of additional hostkeys from the server sent
1574 after authentication has completed and add them to
1575 .Cm UserKnownHostsFile .
1576 The argument must be
1577 .Dq yes ,
1578 .Dq no
1579 (the default) or
1580 .Dq ask .
1581 Enabling this option allows learning alternate hostkeys for a server
1582 and supports graceful key rotation by allowing a server to send replacement
1583 public keys before old ones are removed.
1584 Additional hostkeys are only accepted if the key used to authenticate the
1585 host was already trusted or explicity accepted by the user.
1586 If
1587 .Cm UpdateHostKeys
1588 is set to
1589 .Dq ask ,
1590 then the user is asked to confirm the modifications to the known_hosts file.
1591 Confirmation is currently incompatible with
1592 .Cm ControlPersist ,
1593 and will be disabled if it is enabled.
1594 .Pp
1595 Presently, only
1596 .Xr sshd 8
1597 from OpenSSH 6.8 and greater support the
1598 .Dq hostkeys@openssh.com
1599 protocol extension used to inform the client of all the server's hostkeys.
1600 .It Cm UsePrivilegedPort
1601 Specifies whether to use a privileged port for outgoing connections.
1602 The argument must be
1603 .Dq yes
1604 or
1605 .Dq no .
1606 The default is
1607 .Dq no .
1608 If set to
1609 .Dq yes ,
1610 .Xr ssh 1
1611 must be setuid root.
1612 Note that this option must be set to
1613 .Dq yes
1614 for
1615 .Cm RhostsRSAAuthentication
1616 with older servers.
1617 .It Cm User
1618 Specifies the user to log in as.
1619 This can be useful when a different user name is used on different machines.
1620 This saves the trouble of
1621 having to remember to give the user name on the command line.
1622 .It Cm UserKnownHostsFile
1623 Specifies one or more files to use for the user
1624 host key database, separated by whitespace.
1625 The default is
1626 .Pa ~/.ssh/known_hosts ,
1627 .Pa ~/.ssh/known_hosts2 .
1628 .It Cm VerifyHostKeyDNS
1629 Specifies whether to verify the remote key using DNS and SSHFP resource
1630 records.
1631 If this option is set to
1632 .Dq yes ,
1633 the client will implicitly trust keys that match a secure fingerprint
1634 from DNS.
1635 Insecure fingerprints will be handled as if this option was set to
1636 .Dq ask .
1637 If this option is set to
1638 .Dq ask ,
1639 information on fingerprint match will be displayed, but the user will still
1640 need to confirm new host keys according to the
1641 .Cm StrictHostKeyChecking
1642 option.
1643 The argument must be
1644 .Dq yes ,
1645 .Dq no ,
1646 or
1647 .Dq ask .
1648 The default is
1649 .Dq yes
1650 if compiled with LDNS and
1651 .Dq no
1652 otherwise.
1653 Note that this option applies to protocol version 2 only.
1654 .Pp
1655 See also VERIFYING HOST KEYS in
1656 .Xr ssh 1 .
1657 .It Cm VersionAddendum
1658 Specifies a string to append to the regular version string to identify
1659 OS- or site-specific modifications.
1660 The default is
1661 .Dq FreeBSD-20160125 .
1662 The value
1663 .Dq none
1664 may be used to disable this.
1665 .It Cm VisualHostKey
1666 If this flag is set to
1667 .Dq yes ,
1668 an ASCII art representation of the remote host key fingerprint is
1669 printed in addition to the fingerprint string at login and
1670 for unknown host keys.
1671 If this flag is set to
1672 .Dq no ,
1673 no fingerprint strings are printed at login and
1674 only the fingerprint string will be printed for unknown host keys.
1675 The default is
1676 .Dq no .
1677 .It Cm XAuthLocation
1678 Specifies the full pathname of the
1679 .Xr xauth 1
1680 program.
1681 The default is
1682 .Pa /usr/local/bin/xauth .
1683 .El
1684 .Sh PATTERNS
1685 A
1686 .Em pattern
1687 consists of zero or more non-whitespace characters,
1688 .Sq *
1689 (a wildcard that matches zero or more characters),
1690 or
1691 .Sq ?\&
1692 (a wildcard that matches exactly one character).
1693 For example, to specify a set of declarations for any host in the
1694 .Dq .co.uk
1695 set of domains,
1696 the following pattern could be used:
1697 .Pp
1698 .Dl Host *.co.uk
1699 .Pp
1700 The following pattern
1701 would match any host in the 192.168.0.[0-9] network range:
1702 .Pp
1703 .Dl Host 192.168.0.?
1704 .Pp
1705 A
1706 .Em pattern-list
1707 is a comma-separated list of patterns.
1708 Patterns within pattern-lists may be negated
1709 by preceding them with an exclamation mark
1710 .Pq Sq !\& .
1711 For example,
1712 to allow a key to be used from anywhere within an organization
1713 except from the
1714 .Dq dialup
1715 pool,
1716 the following entry (in authorized_keys) could be used:
1717 .Pp
1718 .Dl from=\&"!*.dialup.example.com,*.example.com\&"
1719 .Sh FILES
1720 .Bl -tag -width Ds
1721 .It Pa ~/.ssh/config
1722 This is the per-user configuration file.
1723 The format of this file is described above.
1724 This file is used by the SSH client.
1725 Because of the potential for abuse, this file must have strict permissions:
1726 read/write for the user, and not accessible by others.
1727 .It Pa /etc/ssh/ssh_config
1728 Systemwide configuration file.
1729 This file provides defaults for those
1730 values that are not specified in the user's configuration file, and
1731 for those users who do not have a configuration file.
1732 This file must be world-readable.
1733 .El
1734 .Sh SEE ALSO
1735 .Xr ssh 1
1736 .Sh AUTHORS
1737 OpenSSH is a derivative of the original and free
1738 ssh 1.2.12 release by Tatu Ylonen.
1739 Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1740 Theo de Raadt and Dug Song
1741 removed many bugs, re-added newer features and
1742 created OpenSSH.
1743 Markus Friedl contributed the support for SSH
1744 protocol versions 1.5 and 2.0.