Eugene 1 месяц назад
Родитель
Сommit
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: [],