From 38423eb139f09abe19646cfa01dcd09a552dbb10 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 17 Jan 2022 09:10:00 +0100 Subject: [PATCH] ssh: enable 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 4fb2fd4d..c34c0e6d 100644 --- a/tabby-ssh/src/profiles.ts +++ b/tabby-ssh/src/profiles.ts @@ -40,7 +40,7 @@ export class SSHProfilesService extends ProfileProvider { scripts: [], socksProxyHost: null, socksProxyPort: null, - reuseSession: false, + reuseSession: true, }, }