Merge pull request #182 from coolacid/patch-1

Force no compression
This commit is contained in:
Bryan Ashby 2018-04-24 20:30:03 -06:00 committed by GitHub
commit aa8e0587f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ exports.getModule = class SSHServerModule extends LoginServerModule {
Log.trace(`SSH: ${sshDebugLine}`);
}
},
algorithms: { compress: ['none'] },
};
this.server = ssh2.Server(serverConf);