mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 10:45:56 +02:00
SSH not enabled by default (Req's PK/pass in config)
This commit is contained in:
parent
4e21901be7
commit
485dccfe11
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ function getDefaultConfig() {
|
||||||
},
|
},
|
||||||
ssh : {
|
ssh : {
|
||||||
port : 8889,
|
port : 8889,
|
||||||
enabled : true,
|
enabled : false, // defualt to false as PK/pass in config.hjson are required
|
||||||
|
|
||||||
//
|
//
|
||||||
// Private key in PEM format
|
// Private key in PEM format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue