diff --git a/core/class/sshmanager.class.php b/core/class/sshmanager.class.php index e2e51ef..99970d5 100644 --- a/core/class/sshmanager.class.php +++ b/core/class/sshmanager.class.php @@ -184,7 +184,6 @@ public static function checkSSHConnection($hostId) { } // TODO Add a timeout option to executeCmds - // TODO Check on timeout if the connection is closed or not, and if not, reset the connection /** * execute ssh cmd on the remote host provided by hostId @@ -594,7 +593,7 @@ private function internalExecuteCmd(string $command, $cmdName = '') { return $result; } - // TODO ATTENTION, une variable qui renvoit 0 est considérée comme vide... A corriger + // TODO ATTENTION, une variable qui renvoit 0 est considérée comme vide. if (!empty($result)) { $result = trim($result); diff --git a/plugin_info/info.json b/plugin_info/info.json index 95fa363..0edfc9f 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -1,7 +1,7 @@ { "id": "sshmanager", "name": "SSH Manager", - "pluginVersion": "1.0.4", + "pluginVersion": "1.0.5", "description": { "fr_FR": "Plugin permettant d'ajouter (manuellement ou à partir de templates) des commandes SSH à executer (manuellement ou automatiquement) sur des équipements distants, et pouvant également être utilisé par d'autres plugin comme passerelle SSH.", "en_US": "Plugin for adding (manually or from templates) SSH commands to be executed (manually or automatically) on remote devices, and which can also be used by other plugins as an SSH gateway.",