[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.293 and 1.294

version 1.293, 2019/11/25 00:52:46 version 1.294, 2019/11/26 22:42:26
Line 1449 
Line 1449 
 .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:  Two option keywords are currently supported:
 .Cm none (the default; indicating no additional options are enabled)  .Cm none
   (the default; indicating no additional options are enabled)
 and  and
 .Cm touch-required .  .Cm touch-required .
 .Pp  .Pp
 The  The
 .Cm touch-required  .Cm touch-required
 option causes public key authentication using a security key algorithm  option causes public key authentication using a security key algorithm
 (i.e.  (i.e.\&
 .Cm ecdsa-sk  .Cm ecdsa-sk
 or  or
 .Cm ed25519-sk )  .Cm ed25519-sk )
Line 1468 
Line 1469 
 The  The
 .Cm touch-required  .Cm touch-required
 flag disables this override.  flag disables this override.
 This option has no effect for other, non-security key public key types.  This option has no effect for other, non-security key, 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.293  
changed lines
  Added in v.1.294