mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
SyncTERM SSH support
+ Enabled all ssh2-streams supported KEX, ciphers, etc. for now. Will communicate with Deuce about this.
This commit is contained in:
parent
206312302a
commit
25560cb47a
2 changed files with 53 additions and 1 deletions
|
@ -251,12 +251,13 @@ exports.getModule = class SSHServerModule extends LoginServerModule {
|
|||
ident : 'enigma-bbs-' + enigVersion + '-srv',
|
||||
|
||||
// Note that sending 'banner' breaks at least EtherTerm!
|
||||
|
||||
debug : (sshDebugLine) => {
|
||||
if(true === config.loginServers.ssh.traceConnections) {
|
||||
Log.trace(`SSH: ${sshDebugLine}`);
|
||||
}
|
||||
},
|
||||
algorithms: { compress: ['none'] },
|
||||
algorithms : config.loginServers.ssh.algorithms,
|
||||
};
|
||||
|
||||
this.server = ssh2.Server(serverConf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue