From 780d29fce3ed89dec60ad2521c911d0a4a019cfd Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Thu, 5 Oct 2023 09:08:20 +0200 Subject: [PATCH] ssh by default --- pandora_console/extensions/quick_shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/extensions/quick_shell.php b/pandora_console/extensions/quick_shell.php index 9aee7610d8..0396b06323 100644 --- a/pandora_console/extensions/quick_shell.php +++ b/pandora_console/extensions/quick_shell.php @@ -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) {