[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.312 and 1.313

version 1.312, 2020/05/29 05:37:03 version 1.313, 2020/08/27 01:07:10
Line 1478 
Line 1478 
 .Qq ssh -Q PubkeyAcceptedKeyTypes .  .Qq ssh -Q PubkeyAcceptedKeyTypes .
 .It Cm PubkeyAuthOptions  .It Cm PubkeyAuthOptions
 Sets one or more public key authentication options.  Sets one or more public key authentication options.
 Two option keywords are currently supported:  The supported keywords are:
 .Cm none  .Cm none
 (the default; indicating no additional options are enabled)  (the default; indicating no additional options are enabled),
   .Cm touch-required
 and  and
 .Cm touch-required .  .Cm verify-required .
 .Pp  .Pp
 The  The
 .Cm touch-required  .Cm touch-required
Line 1499 
Line 1500 
 The  The
 .Cm touch-required  .Cm touch-required
 flag disables this override.  flag disables this override.
 This option has no effect for other, non-authenticator public key types.  .Pp
   The
   .Cm verify-required
   option requires a FIDO key signature attest that verified the user, e.g.
   via a PIN.
   .Pp
   Neither the
   .Cm touch-required
   or
   .Cm verify-required
   options have any effect for other, non-FIDO public key types.
 .It Cm PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether public key authentication is allowed.  Specifies whether public key authentication is allowed.
 The default is  The default is

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313