[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.231 and 1.232

version 1.231, 2016/09/07 18:39:24 version 1.232, 2016/09/14 05:42:25
Line 304 
Line 304 
 Arguments to  Arguments to
 .Cm AuthorizedPrincipalsCommand  .Cm AuthorizedPrincipalsCommand
 may be provided using the following tokens, which will be expanded  may be provided using the following tokens, which will be expanded
 at runtime: %% is replaced by a literal '%', %u is replaced by the  at runtime:
 username being authenticated and %h is replaced by the home directory  %% is replaced by a literal '%',
 of the user being authenticated.  %u is replaced by the username being authenticated,
   %h is replaced by the home directory of the user being authenticated,
   %t is replaced with type of the certificate being offered,
   %T with the type of the CA key,
   %f is replaced with certificate fingerprint,
   %F with the fingerprint of the CA key,
   %k is replaced with the full base-64 encoded certificate and
   %K is replaced with the base-64 encoded CA key.
   If no arguments are specified then the username of the target user
   will be supplied.
 .Pp  .Pp
 The program should produce on standard output zero or  The program should produce on standard output zero or
 more lines of  more lines of

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.232