Deleted Added
full compact
sshd_config.0 (180741) sshd_config.0 (180744)
1SSHD_CONFIG(5) OpenBSD Programmer's Manual SSHD_CONFIG(5)
2
3NAME
4 sshd_config - OpenSSH SSH daemon configuration file
5
6SYNOPSIS
7 /etc/ssh/sshd_config
8

--- 268 unchanged lines hidden (view full) ---

277 VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. The default is INFO.
278 DEBUG and DEBUG1 are equivalent. DEBUG2 and DEBUG3 each specify
279 higher levels of debugging output. Logging with a DEBUG level
280 violates the privacy of users and is not recommended.
281
282 MACs Specifies the available MAC (message authentication code) algo-
283 rithms. The MAC algorithm is used in protocol version 2 for data
284 integrity protection. Multiple algorithms must be comma-separat-
1SSHD_CONFIG(5) OpenBSD Programmer's Manual SSHD_CONFIG(5)
2
3NAME
4 sshd_config - OpenSSH SSH daemon configuration file
5
6SYNOPSIS
7 /etc/ssh/sshd_config
8

--- 268 unchanged lines hidden (view full) ---

277 VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. The default is INFO.
278 DEBUG and DEBUG1 are equivalent. DEBUG2 and DEBUG3 each specify
279 higher levels of debugging output. Logging with a DEBUG level
280 violates the privacy of users and is not recommended.
281
282 MACs Specifies the available MAC (message authentication code) algo-
283 rithms. The MAC algorithm is used in protocol version 2 for data
284 integrity protection. Multiple algorithms must be comma-separat-
285 ed. The default is: ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-
286 sha1-96,hmac-md5-96''.
285 ed. The default is:
287
286
287 hmac-md5,hmac-sha1,umac-64@openssh.com,
288 hmac-ripemd160,hmac-sha1-96,hmac-md5-96
289
288 Match Introduces a conditional block. If all of the criteria on the
289 Match line are satisfied, the keywords on the following lines
290 override those set in the global section of the config file, un-
291 til either another Match line or the end of the file. The argu-
292 ments to Match are one or more criteria-pattern pairs. The
293 available criteria are User, Group, Host, and Address. Only a
294 subset of keywords may be used on the lines following a Match
295 keyword. Available keywords are AllowTcpForwarding, Banner,

--- 269 unchanged lines hidden (view full) ---

565AUTHORS
566 OpenSSH is a derivative of the original and free ssh 1.2.12 release by
567 Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo
568 de Raadt and Dug Song removed many bugs, re-added newer features and cre-
569 ated OpenSSH. Markus Friedl contributed the support for SSH protocol
570 versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support
571 for privilege separation.
572
290 Match Introduces a conditional block. If all of the criteria on the
291 Match line are satisfied, the keywords on the following lines
292 override those set in the global section of the config file, un-
293 til either another Match line or the end of the file. The argu-
294 ments to Match are one or more criteria-pattern pairs. The
295 available criteria are User, Group, Host, and Address. Only a
296 subset of keywords may be used on the lines following a Match
297 keyword. Available keywords are AllowTcpForwarding, Banner,

--- 269 unchanged lines hidden (view full) ---

567AUTHORS
568 OpenSSH is a derivative of the original and free ssh 1.2.12 release by
569 Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo
570 de Raadt and Dug Song removed many bugs, re-added newer features and cre-
571 ated OpenSSH. Markus Friedl contributed the support for SSH protocol
572 versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support
573 for privilege separation.
574
573OpenBSD 4.1 September 25, 1999 9
575OpenBSD 4.2 June 11, 2007 9