Skip to content

Commit

Permalink
Fix #6367
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jun 16, 2023
1 parent 98c0b56 commit 01d4bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kittens/remote_file/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self, conn_data: SSHConnectionData, remote_path: str, cli_opts: Rem
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
Expand Down

0 comments on commit 01d4bff

Please sign in to comment.