Skip to content

Commit 7be1a48

Browse files
author
Christopher Pearson
committed
Fix to quote the path in SSH config to avoid a "no such file or directory" error followed by "Warning: remote port forwarding failed for listen path /tmp/q-parent-[alphanumeric id].socket"
1 parent 0a4530a commit 7be1a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/q_cli/src/cli/internal/generate_ssh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl GenerateSshArgs {
104104
StreamLocalBindMask 600
105105
StreamLocalBindUnlink yes
106106
PermitLocalCommand yes
107-
LocalCommand {exe_path} _ ssh-local-command '%r@%n' '{uuid}' 1>&2
107+
LocalCommand '{exe_path}' _ ssh-local-command '%r@%n' '{uuid}' 1>&2
108108
"}
109109
}
110110
}

0 commit comments

Comments
 (0)