mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
commit
aa8e0587f3
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ exports.getModule = class SSHServerModule extends LoginServerModule {
|
||||||
Log.trace(`SSH: ${sshDebugLine}`);
|
Log.trace(`SSH: ${sshDebugLine}`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
algorithms: { compress: ['none'] },
|
||||||
};
|
};
|
||||||
|
|
||||||
this.server = ssh2.Server(serverConf);
|
this.server = ssh2.Server(serverConf);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue