From 61f02d1f851971df043f28677a4b37a4bc7f6871 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 25 Aug 2025 20:32:17 +0200 Subject: [PATCH] fixed #10619 --- tabby-ssh/src/profiles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tabby-ssh/src/profiles.ts b/tabby-ssh/src/profiles.ts index 962d164c..36693401 100644 --- a/tabby-ssh/src/profiles.ts +++ b/tabby-ssh/src/profiles.ts @@ -33,6 +33,7 @@ export class SSHProfilesService extends QuickConnectProfileProvider kex: [] as string[], cipher: [] as string[], serverHostKey: [] as string[], + compression: [] as string[], }, proxyCommand: null, forwardedPorts: [],