mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix #6367
This commit is contained in:
@@ -111,7 +111,7 @@ class ControlMaster:
|
|||||||
self.tdir = ''
|
self.tdir = ''
|
||||||
self.last_error_log = ''
|
self.last_error_log = ''
|
||||||
self.cmd_prefix = cmd = [
|
self.cmd_prefix = cmd = [
|
||||||
conn_data.binary, '-o', f'ControlPath=~/.ssh/kitty-master-{os.getpid()}-%r@%h:%p',
|
conn_data.binary, '-o', f'ControlPath=~/.ssh/kitty-rf-{os.getpid()}-%C',
|
||||||
'-o', 'TCPKeepAlive=yes', '-o', 'ControlPersist=yes'
|
'-o', 'TCPKeepAlive=yes', '-o', 'ControlPersist=yes'
|
||||||
]
|
]
|
||||||
self.is_ssh_kitten = conn_data.binary is is_ssh_kitten_sentinel
|
self.is_ssh_kitten = conn_data.binary is is_ssh_kitten_sentinel
|
||||||
|
|||||||
Reference in New Issue
Block a user