mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
* Add note about disabling SSH server in exmaple config
This commit is contained in:
parent
cdfd074024
commit
b3c457729a
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ general: {
|
||||||
servers: {
|
servers: {
|
||||||
ssh: {
|
ssh: {
|
||||||
privateKeyPass: YOUR_PK_PASS
|
privateKeyPass: YOUR_PK_PASS
|
||||||
|
enabled: true /* set to false to disable the SSH server */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
messages: {
|
messages: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue