diff --git a/docs/rc_protocol.rst b/docs/rc_protocol.rst index 3d49c7870..e716e28a1 100644 --- a/docs/rc_protocol.rst +++ b/docs/rc_protocol.rst @@ -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 diff --git a/docs/remote-control.rst b/docs/remote-control.rst index 03c0fb194..55fb2229c 100644 --- a/docs/remote-control.rst +++ b/docs/remote-control.rst @@ -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.