فهرست منبع

Disable SSH compression by default as a workaround for SFTP upload bugs

Eugene 3 ماه پیش
والد
کامیت
52463555ab
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      tabby-ssh/src/algorithms.ts

+ 0 - 2
tabby-ssh/src/algorithms.ts

@@ -45,8 +45,6 @@ export const defaultAlgorithms = {
         'hmac-sha1',
     ],
     [SSHAlgorithmType.COMPRESSION]: [
-        '[email protected]',
-        'zlib',
         'none',
     ],
 }