[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.342 and 1.343

version 1.342, 2021/01/14 19:45:06 version 1.343, 2021/01/22 02:44:58
Line 1389 
Line 1389 
 instead of continuing to execute and pass data.  instead of continuing to execute and pass data.
 The default is  The default is
 .Cm no .  .Cm no .
 .It Cm PubkeyAcceptedKeyTypes  .It Cm PubkeyAcceptedAlgorithms
 Specifies the key types that will be used for public key authentication  Specifies the signature algorithms that will be used for public key
 as a comma-separated list of patterns.  authentication as a comma-separated list of patterns.
 If the specified list begins with a  If the specified list begins with a
 .Sq +  .Sq +
 character, then the key types after it will be appended to the default  character, then the algorithms after it will be appended to the default
 instead of replacing it.  instead of replacing it.
 If the specified list 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 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  If the specified list begins with a
 .Sq ^  .Sq ^
 character, then the specified key types will be placed at the head of the  character, then the specified algorithms will be placed at the head of the
 default set.  default set.
 The default for this option is:  The default for this option is:
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
Line 1423 
Line 1423 
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available key types may also be obtained using
 .Qq ssh -Q PubkeyAcceptedKeyTypes .  .Qq ssh -Q PubkeyAcceptedAlgorithms .
 .It Cm PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether to try public key authentication.  Specifies whether to try public key authentication.
 The argument to this keyword must be  The argument to this keyword must be

Legend:
Removed from v.1.342  
changed lines
  Added in v.1.343