[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.299 and 1.300

version 1.299, 2019/08/16 11:16:32 version 1.300, 2019/09/04 20:31:15
Line 786 
Line 786 
 .It Cm HostbasedKeyTypes  .It Cm HostbasedKeyTypes
 Specifies the key types that will be used for hostbased authentication  Specifies the key types that will be used for hostbased authentication
 as a comma-separated list of patterns.  as a comma-separated list of 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 814 
Line 814 
 .It Cm HostKeyAlgorithms  .It Cm HostKeyAlgorithms
 Specifies the host key algorithms  Specifies the host key algorithms
 that the client wants to use in order of preference.  that the client wants to use in order of preference.
 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.299  
changed lines
  Added in v.1.300