mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-27 03:23:31 +02:00
Merge branch '0.0.10-alpha' of ssh://numinibsd/git/base/enigma-bbs into security-updates
This commit is contained in:
commit
e960e2800d
7 changed files with 29 additions and 19 deletions
|
@ -380,7 +380,7 @@ exports.getModule = class SSHServerModule extends LoginServerModule {
|
|||
return cb(Errors.Invalid(`Invalid port: ${config.loginServers.ssh.port}`));
|
||||
}
|
||||
|
||||
this.server.listen(port, err => {
|
||||
this.server.listen(port, config.loginServers.ssh.address, err => {
|
||||
if(!err) {
|
||||
Log.info( { server : ModuleInfo.name, port : port }, 'Listening for connections' );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue