Allow specifying allowed actions when no password is sent

This commit is contained in:
Kovid Goyal
2022-08-15 21:05:53 +05:30
parent 65fc61a507
commit 1619687d1d
2 changed files with 10 additions and 1 deletions

View File

@@ -2705,6 +2705,11 @@ To get a list of available actions, run::
kitty @ -h
A set of actions to be allowed when no password is sent can be specified by using an empty
password, for example::
remote_control_password "" *-colors
Finally, the path to a python module can be specified that provides a function :code:`is_cmd_allowed`
that is used to check every remote control command. See :ref:`rc_custom_auth` for details. For example::