Note which version remote_control_password was added

This commit is contained in:
Kovid Goyal 2022-08-11 06:52:37 +05:30
parent c07178f43a
commit 6ebd82a84c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@ with the following command line::
Encrypted communication
--------------------------
.. versionadded:: 0.26.0
When using the :opt:`remote_control_password` option communication to the terminal is
encrypted to keep the password secure. A public key is used from the
:envvar:`KITTY_PUBLIC_KEY` environment variable. Currently, only one encryption

View File

@ -159,6 +159,8 @@ other computers (for example, over SSH) or as other users.
Fine grained permissions for remote control
----------------------------------------------
.. versionadded:: 0.26.0
The :opt:`allow_remote_control` option discussed so far is a blunt
instrument, granting the ability to any program running on your computer
or even on remote computers via SSH the ability to use remote control.