[BACK]Return to sshd_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.288 and 1.289

version 1.288, 2019/08/09 04:24:03 version 1.289, 2019/09/04 20:31:15
Line 456 
Line 456 
 .It Cm Ciphers  .It Cm Ciphers
 Specifies the ciphers allowed.  Specifies the ciphers allowed.
 Multiple ciphers must be comma-separated.  Multiple ciphers must be comma-separated.
 If the specified value begins with a  If the specified list begins with a
 .Sq +  .Sq +
 character, then the specified ciphers will be appended to the default set  character, then the specified ciphers will be appended to the default set
 instead of replacing them.  instead of replacing them.
 If the specified value begins with a  If the specified list begins with a
 .Sq -  .Sq -
 character, then the specified ciphers (including wildcards) will be removed  character, then the specified ciphers (including wildcards) will be removed
 from the default set instead of replacing them.  from the default set instead of replacing them.
Line 670 
Line 670 
 .It Cm HostbasedAcceptedKeyTypes  .It Cm HostbasedAcceptedKeyTypes
 Specifies the key types that will be accepted for hostbased authentication  Specifies the key types that will be accepted for hostbased authentication
 as a list of comma-separated patterns.  as a list of comma-separated patterns.
 Alternately if the specified value begins with a  Alternately if the specified list begins with a
 .Sq +  .Sq +
 character, then the specified key types will be appended to the default set  character, then the specified key types will be appended to the default set
 instead of replacing them.  instead of replacing them.
 If the specified value begins with a  If the specified list begins with a
 .Sq -  .Sq -
 character, then the specified key types (including wildcards) will be removed  character, then the specified key types (including wildcards) will be removed
 from the default set instead of replacing them.  from the default set instead of replacing them.
Line 875 
Line 875 
 .It Cm KexAlgorithms  .It Cm KexAlgorithms
 Specifies the available KEX (Key Exchange) algorithms.  Specifies the available KEX (Key Exchange) algorithms.
 Multiple algorithms must be comma-separated.  Multiple algorithms must be comma-separated.
 Alternately if the specified value begins with a  Alternately if the specified list begins with a
 .Sq +  .Sq +
 character, then the specified methods will be appended to the default set  character, then the specified methods will be appended to the default set
 instead of replacing them.  instead of replacing them.
 If the specified value begins with a  If the specified list begins with a
 .Sq -  .Sq -
 character, then the specified methods (including wildcards) will be removed  character, then the specified methods (including wildcards) will be removed
 from the default set instead of replacing them.  from the default set instead of replacing them.
Line 992 
Line 992 
 Specifies the available MAC (message authentication code) algorithms.  Specifies the available MAC (message authentication code) algorithms.
 The MAC algorithm is used for data integrity protection.  The MAC algorithm is used for data integrity protection.
 Multiple algorithms must be comma-separated.  Multiple algorithms must be comma-separated.
 If the specified value begins with a  If the specified list begins with a
 .Sq +  .Sq +
 character, then the specified algorithms will be appended to the default set  character, then the specified algorithms will be appended to the default set
 instead of replacing them.  instead of replacing them.
 If the specified value begins with a  If the specified list begins with a
 .Sq -  .Sq -
 character, then the specified algorithms (including wildcards) will be removed  character, then the specified algorithms (including wildcards) will be removed
 from the default set instead of replacing them.  from the default set instead of replacing them.
Line 1397 
Line 1397 
 .It Cm PubkeyAcceptedKeyTypes  .It Cm PubkeyAcceptedKeyTypes
 Specifies the key types that will be accepted for public key authentication  Specifies the key types that will be accepted for public key authentication
 as a list of comma-separated patterns.  as a list of comma-separated patterns.
 Alternately if the specified value begins with a  Alternately if the specified list begins with a
 .Sq +  .Sq +
 character, then the specified key types will be appended to the default set  character, then the specified key types will be appended to the default set
 instead of replacing them.  instead of replacing them.
 If the specified value begins with a  If the specified list begins with a
 .Sq -  .Sq -
 character, then the specified key types (including wildcards) will be removed  character, then the specified key types (including wildcards) will be removed
 from the default set instead of replacing them.  from the default set instead of replacing them.

Legend:
Removed from v.1.288  
changed lines
  Added in v.1.289