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) {