Skip to content

Commit 92bd072

Browse files
committed
🤖 Remove trailing space from comment
1 parent 688d8c4 commit 92bd072

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
@@ -118,7 +118,7 @@ export class SSHRuntime implements Runtime {
118118
// ControlMaster=auto: Create master connection if none exists, otherwise reuse
119119
// ControlPath: Unix socket path for multiplexing
120120
// ControlPersist=60: Keep master connection alive for 60s after last session
121-
//
121+
//
122122
// IMPORTANT: Disable multiplexing when timeout is set, because:
123123
// - Killing an SSH client with multiplexing doesn't kill the remote command
124124
// - The remote command continues running under the master connection

0 commit comments

Comments
 (0)