ssh by default
This commit is contained in:
parent
53147d46ff
commit
780d29fce3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue