ssh kitten: Easily forward the remote control socket tot he remote host

This commit is contained in:
Kovid Goyal
2023-08-04 14:36:50 +05:30
parent bde4a41ed4
commit 1f9852d76c
4 changed files with 88 additions and 7 deletions

View File

@@ -40,6 +40,8 @@ Detailed list of changes
- A new :doc:`transfer kitten </kittens/transfer>` that can be used to transfer files efficiently over the TTY device
- ssh kitten: A new configuration directive `to automatically forward the kitty remote control socket <kitten-ssh.forward_remote_control>`
- kitten @ set-user-vars: New remote control command to set user variables on a
window (:iss:`6502`)

View File

@@ -11,9 +11,14 @@ Truly convenient SSH
* Easily :opt:`change terminal colors <kitten-ssh.color_scheme>` when connecting to remote hosts
* Automatically :opt:`forward the kitty remote control socket <kitten-ssh.forward_remote_control>` to configured hosts
.. versionadded:: 0.25.0
Automatic shell integration, file transfer and reuse of connections
.. versionadded:: 0.30.0
Automatic forwarding of remote control sockets
The ssh kitten allows you to login easily to remote hosts, and automatically
setup the environment there to be as comfortable as your local shell. You can
specify environment variables to set on the remote host and files to copy there,