Merge branch '0.0.9-alpha' of github.com:NuSkooler/enigma-bbs into 0.0.9-alpha
This commit is contained in:
@@ -19,6 +19,7 @@ commands:
|
|||||||
user user utilities
|
user user utilities
|
||||||
config config file management
|
config config file management
|
||||||
fb file base management
|
fb file base management
|
||||||
|
mb message base management
|
||||||
`,
|
`,
|
||||||
User :
|
User :
|
||||||
`usage: optutil.js user --user USERNAME <args>
|
`usage: optutil.js user --user USERNAME <args>
|
||||||
@@ -100,4 +101,4 @@ general information:
|
|||||||
|
|
||||||
function getHelpFor(command) {
|
function getHelpFor(command) {
|
||||||
return usageHelp[command];
|
return usageHelp[command];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user