1
0
Эх сурвалжийг харах

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

Eugene 1 сар өмнө
parent
commit
52463555ab

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

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