[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.241 and 1.242

version 1.241, 2017/01/06 16:28:12 version 1.242, 2017/02/03 23:01:19
Line 438 
Line 438 
 .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
   .Sq -
   character, then the specified ciphers (including wildcards) will be removed
   from the default set instead of replacing them.
 .Pp  .Pp
 The supported ciphers are:  The supported ciphers are:
 .Pp  .Pp
Line 650 
Line 654 
 .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
   .Sq -
   character, then the specified key types (including wildcards) will be removed
   from the default set instead of replacing them.
 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 844 
Line 852 
 .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
   .Sq -
   character, then the specified methods (including wildcards) will be removed
   from the default set instead of replacing them.
 The supported algorithms are:  The supported algorithms are:
 .Pp  .Pp
 .Bl -item -compact -offset indent  .Bl -item -compact -offset indent
Line 934 
Line 946 
 .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
   .Sq -
   character, then the specified algorithms (including wildcards) will be removed
   from the default set instead of replacing them.
 .Pp  .Pp
 The algorithms that contain  The algorithms that contain
 .Qq -etm  .Qq -etm
Line 1281 
Line 1297 
 .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
   .Sq -
   character, then the specified key types (including wildcards) will be removed
   from the default set instead of replacing them.
 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.241  
changed lines
  Added in v.1.242