[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.300 and 1.301

version 1.300, 2019/09/04 20:31:15 version 1.301, 2019/09/06 14:45:34
Line 430 
Line 430 
 .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:
 .Bd -literal -offset indent  .Bd -literal -offset indent
Line 794 
Line 798 
 .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 822 
Line 830 
 .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 1052 
Line 1064 
 .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 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 1133 
Line 1149 
 .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 1290 
Line 1310 
 .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.300  
changed lines
  Added in v.1.301