Eugene 1 月之前
父節點
當前提交
61f02d1f85
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: [],