From ff55d3d1efafe6f015fbd0b8fb64aab2799077db Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 26 Dec 2021 16:49:46 +0100 Subject: [PATCH] disable multiplexing by default --- tabby-ssh/src/profiles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-ssh/src/profiles.ts b/tabby-ssh/src/profiles.ts index a36fd795..b61cf502 100644 --- a/tabby-ssh/src/profiles.ts +++ b/tabby-ssh/src/profiles.ts @@ -39,7 +39,7 @@ export class SSHProfilesService extends ProfileProvider { scripts: [], socksProxyHost: null, socksProxyPort: null, - reuseSession: true, + reuseSession: false, }, }