ssh by default

This commit is contained in:
alejandro.campos@artica.es 2023-10-05 09:08:20 +02:00
parent 53147d46ff
commit 780d29fce3
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function quickShellSettings()
// Gotty settings. Internal communication (WS).
if (isset($config['gotty_ssh_enabled']) === false) {
config_update_value('gotty_ssh_enabled', 0);
config_update_value('gotty_ssh_enabled', 1);
}
if (isset($config['gotty_telnet_enabled']) === false) {