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: [],