This commit is contained in:
Kovid Goyal 2023-06-16 20:58:12 +05:30
parent 98c0b56387
commit 01d4bffd67
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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