Eugene 1 month ago
parent
commit
61f02d1f85
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tabby-ssh/src/profiles.ts

+ 1 - 0
tabby-ssh/src/profiles.ts

@@ -33,6 +33,7 @@ export class SSHProfilesService extends QuickConnectProfileProvider<SSHProfile>
                 kex: [] as string[],
                 cipher: [] as string[],
                 serverHostKey: [] as string[],
+                compression: [] as string[],
             },
             proxyCommand: null,
             forwardedPorts: [],