We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb22bd commit d8ad861Copy full SHA for d8ad861
packages/server/src/configs/ssh-tunnel.ts
@@ -64,7 +64,7 @@ function tunnel(
64
): Promise<void> {
65
return new Promise((resolve, reject) => {
66
createTunnel(
67
- { autoClose: true },
+ { autoClose: true, reconnectOnError: false },
68
{ port: forwardOptions.srcPort },
69
sshOptions,
70
forwardOptions,
0 commit comments