* Add note about disabling SSH server in exmaple config
This commit is contained in:
parent
cdfd074024
commit
b3c457729a
|
@ -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…
Reference in New Issue