Some documentation cleanup

This commit is contained in:
Kovid Goyal 2022-08-17 06:48:33 +05:30
parent a0568334b5
commit 2898a3ef8c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,9 @@ other computers (for example, over SSH) or as other users.
what programs you run in such windows, since they can effectively control what programs you run in such windows, since they can effectively control
kitty, as if you were running with :opt:`allow_remote_control` turned on. kitty, as if you were running with :opt:`allow_remote_control` turned on.
You can further restrict what is allowed in these windows by using
:option:`kitty @ launch --remote-control-password`.
Fine grained permissions for remote control Fine grained permissions for remote control
---------------------------------------------- ----------------------------------------------
@ -169,6 +172,7 @@ You can instead define remote control passwords that can be used to grant
different levels of control to different places. You can even write your different levels of control to different places. You can even write your
own script to decide which remote control requests are allowed. This is own script to decide which remote control requests are allowed. This is
done using the :opt:`remote_control_password` option in :file:`kitty.conf`. done using the :opt:`remote_control_password` option in :file:`kitty.conf`.
Set :opt:`allow_remote_control` to :code:`password` to use this feature.
Let's see some examples: Let's see some examples:
.. code-block:: conf .. code-block:: conf

View File

@ -163,6 +163,7 @@ You can also disable all :opt:`remote_control_password` global passwords for thi
This option only takes effect if :option:`--allow-remote-control` This option only takes effect if :option:`--allow-remote-control`
is also specified. Can be specified multiple times to create multiple passwords. is also specified. Can be specified multiple times to create multiple passwords.
This option was added to kitty in version 0.26.0
--stdin-source --stdin-source