* Updated Message Network docs

* .ANS files updated from attributes
This commit is contained in:
Bryan Ashby 2016-03-20 21:34:39 -06:00
parent 9fa044119b
commit b91c9771fc
53 changed files with 115 additions and 102 deletions

View file

@ -235,7 +235,8 @@ SSHServerModule.prototype.createServer = function() {
privateKey : fs.readFileSync(Config.servers.ssh.privateKeyPem),
passphrase : Config.servers.ssh.privateKeyPass,
ident : 'enigma-bbs-' + enigVersion + '-srv',
// Note that sending 'banner' breaks at least EtherTerm!
// Note that sending 'banner' breaks at least EtherTerm!
debug : function debugSsh(dbgLine) {
if(true === Config.servers.ssh.traceConnections) {
Log.trace('SSH: ' + dbgLine);