[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.289 and 1.290

version 1.289, 2019/09/04 20:31:15 version 1.290, 2019/09/06 14:45:34
Line 464 
Line 464 
 .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.
   If the specified list begins with a
   .Sq ^
   character, then the specified ciphers will be placed at the head of the
   default set.
 .Pp  .Pp
 The supported ciphers are:  The supported ciphers are:
 .Pp  .Pp
Line 678 
Line 682 
 .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.
   If the specified list begins with a
   .Sq ^
   character, then the specified key types will be placed at the head of the
   default set.
 The default for this option is:  The default for this option is:
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
 ecdsa-sha2-nistp256-cert-v01@openssh.com,  ecdsa-sha2-nistp256-cert-v01@openssh.com,
Line 883 
Line 891 
 .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.
   If the specified list begins with a
   .Sq ^
   character, then the specified methods will be placed at the head of the
   default set.
 The supported algorithms are:  The supported algorithms are:
 .Pp  .Pp
 .Bl -item -compact -offset indent  .Bl -item -compact -offset indent
Line 1000 
Line 1012 
 .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.
   If the specified list begins with a
   .Sq ^
   character, then the specified algorithms will be placed at the head of the
   default set.
 .Pp  .Pp
 The algorithms that contain  The algorithms that contain
 .Qq -etm  .Qq -etm
Line 1405 
Line 1421 
 .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.
   If the specified list begins with a
   .Sq ^
   character, then the specified key types will be placed at the head of the
   default set.
 The default for this option is:  The default for this option is:
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
 ecdsa-sha2-nistp256-cert-v01@openssh.com,  ecdsa-sha2-nistp256-cert-v01@openssh.com,

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