Skip to content

Commit d8ad861

Browse files
authored
Update ssh-tunnel.ts
1 parent bfb22bd commit d8ad861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/configs/ssh-tunnel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function tunnel(
6464
): Promise<void> {
6565
return new Promise((resolve, reject) => {
6666
createTunnel(
67-
{ autoClose: true },
67+
{ autoClose: true, reconnectOnError: false },
6868
{ port: forwardOptions.srcPort },
6969
sshOptions,
7070
forwardOptions,

0 commit comments

Comments
 (0)