Skip to content

Commit 6f22677

Browse files
committed
🤖 Remove trailing space from comment
1 parent 1fff59c commit 6f22677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/SSHRuntime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class SSHRuntime implements Runtime {
117117
// ControlMaster=auto: Create master connection if none exists, otherwise reuse
118118
// ControlPath: Unix socket path for multiplexing
119119
// ControlPersist=60: Keep master connection alive for 60s after last session
120-
//
120+
//
121121
// IMPORTANT: Disable multiplexing when timeout is set, because:
122122
// - Killing an SSH client with multiplexing doesn't kill the remote command
123123
// - The remote command continues running under the master connection

0 commit comments

Comments
 (0)