SyncTERM SSH support
+ Enabled all ssh2-streams supported KEX, ciphers, etc. for now. Will communicate with Deuce about this.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user