файл конфигурации демона OpenSSH (OpenSSH daemon configuration file)
TOKENS
Arguments to some keywords can make use of tokens, which are
expanded at runtime:
%% A literal '%'.
%D The routing domain in which the incoming connection was
received.
%F The fingerprint of the CA key.
%f The fingerprint of the key or certificate.
%h The home directory of the user.
%i The key ID in the certificate.
%K The base64-encoded CA key.
%k The base64-encoded key or certificate for
authentication.
%s The serial number of the certificate.
%T The type of the CA key.
%t The key or certificate type.
%U The numeric user ID of the target user.
%u The username.
AuthorizedKeysCommand
accepts the tokens %%, %f, %h, %k, %t, %U,
and %u.
AuthorizedKeysFile
accepts the tokens %%, %h, %U, and %u.
AuthorizedPrincipalsCommand
accepts the tokens %%, %F, %f, %h, %i,
%K, %k, %s, %T, %t, %U, and %u.
AuthorizedPrincipalsFile
accepts the tokens %%, %h, %U, and %u.
ChrootDirectory
accepts the tokens %%, %h, %U, and %u.
RoutingDomain
accepts the token %D.