[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.323 and 1.324

version 1.323, 2021/01/14 19:45:06 version 1.324, 2021/01/22 02:44:58
Line 1211 
Line 1211 
 .Cm PermitTTY ,  .Cm PermitTTY ,
 .Cm PermitTunnel ,  .Cm PermitTunnel ,
 .Cm PermitUserRC ,  .Cm PermitUserRC ,
 .Cm PubkeyAcceptedKeyTypes ,  .Cm PubkeyAcceptedAlgorithms ,
 .Cm PubkeyAuthentication ,  .Cm PubkeyAuthentication ,
 .Cm RekeyLimit ,  .Cm RekeyLimit ,
 .Cm RevokedKeys ,  .Cm RevokedKeys ,
Line 1479 
Line 1479 
 or equivalent.)  or equivalent.)
 The default is  The default is
 .Cm yes .  .Cm yes .
 .It Cm PubkeyAcceptedKeyTypes  .It Cm PubkeyAcceptedAlgorithms
 Specifies the key types that will be accepted for public key authentication  Specifies the signature algorithms that will be accepted for public key
 as a list of comma-separated patterns.  authentication as a list of comma-separated patterns.
 Alternately if the specified list 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 algorithms will be appended to the default set
 instead of replacing them.  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 (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 1513 
Line 1513 
 .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 PubkeyAuthOptions  .It Cm PubkeyAuthOptions
 Sets one or more public key authentication options.  Sets one or more public key authentication options.
 The supported keywords are:  The supported keywords are:

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324