diff --git a/pandora_console/extensions/ssh_gateway.php b/pandora_console/extensions/ssh_gateway.php deleted file mode 100644 index 9ddcf50f53..0000000000 --- a/pandora_console/extensions/ssh_gateway.php +++ /dev/null @@ -1,98 +0,0 @@ -"; - - $id_agente = get_parameter ("id_agente"); - - $ip = db_get_sql ("SELECT direccion FROM tagente WHERE id_agente = $id_agente"); - - if ($HOST == "") - $HOST = $ip; - - if (($HOST == "") OR ($USER == "")) { - if ($COMMIT == 1) { - ui_print_error_message(__("You need to specify a user and a host address")); - } - - echo "
"; - echo ""; - echo ""; - echo ""; - echo ""; - echo "
".__("Host address").""; - //echo "
".__("User")."" . ui_print_help_tip(__('For security reasons the following characters are not allowed: %s', '< > | ` $ ; &'), true); - echo "   "; - echo "
".__("Port (use 0 for default)").""; - echo ""; - echo __("Connect mode").""; - - - echo "
"; - } - - else { - if ($MODE == "telnet") { - if ($PORT == 0) - $PORT = 23; - } - else { - if ($PORT == 0) - $PORT = 22; - } - - if ($MODE == "ssh") - echo ""; - } -} -?> diff --git a/pandora_console/extensions/ssh_gateway/secure_console.png b/pandora_console/extensions/ssh_gateway/secure_console.png deleted file mode 100644 index f8d5f63e24..0000000000 Binary files a/pandora_console/extensions/ssh_gateway/secure_console.png and /dev/null differ