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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.240 and 1.241

version 1.240, 2016/10/15 19:56:25 version 1.241, 2017/02/03 23:01:19
Line 415 
Line 415 
 .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:
 .Bd -literal -offset indent  .Bd -literal -offset indent
Line 784 
Line 788 
 .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 807 
Line 815 
 .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 1027 
Line 1039 
 .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 default is:  The default is:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 curve25519-sha256,curve25519-sha256@libssh.org,  curve25519-sha256,curve25519-sha256@libssh.org,
Line 1102 
Line 1118 
 .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 1264 
Line 1284 
 .Sq +  .Sq +
 character, then the key types after it will be appended to the default  character, then the key types after it will be appended to the default
 instead of replacing it.  instead of replacing it.
   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.240  
changed lines
  Added in v.1.241