mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Fix #6367
This commit is contained in:
parent
98c0b56387
commit
01d4bffd67
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class ControlMaster:
|
|||
self.tdir = ''
|
||||
self.last_error_log = ''
|
||||
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'
|
||||
]
|
||||
self.is_ssh_kitten = conn_data.binary is is_ssh_kitten_sentinel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue