[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.232 and 1.233

version 1.232, 2016/09/14 05:42:25 version 1.233, 2016/09/21 01:34:45
Line 306 
Line 306 
 may be provided using the following tokens, which will be expanded  may be provided using the following tokens, which will be expanded
 at runtime:  at runtime:
 %% is replaced by a literal '%',  %% is replaced by a literal '%',
 %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,  %F with the fingerprint of the CA key,
 %k is replaced with the full base-64 encoded certificate and  %f is replaced with certificate fingerprint,
 %K is replaced with the base-64 encoded CA key.  %K is replaced with the base-64 encoded CA key.
   %k is replaced with the full base-64 encoded certificate,
   %h is replaced with the home directory of the user being authenticated,
   %i is replaced with key ID in the certificate,
   %s is replaced with the serial number of the certificate,
   %T with the type of the CA key,
   %t is replaced with type of the certificate being offered, and
   %u is replaced by the username being authenticated,
 If no arguments are specified then the username of the target user  If no arguments are specified then the username of the target user
 will be supplied.  will be supplied.
 .Pp  .Pp

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