diff --git a/README.md b/README.md index 49e7beb7acf15fdf966ad12d635df2931f11c88c..c7160d3c109afa5f04f93ea92024caecaaedf9bb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Send a command via ssh to one or multiple servers This is a shellscript written in Bash to execute a single command on one or many target hosts via ssh - optional via jumphost. - Free software and Open Source from University of Bern :: IML - Institute for Medical Education 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/multi_ssh/> \ diff --git a/docs/20_Installation.md b/docs/20_Installation.md index 6c5bac238cdb22b14114009e07b3a35087b6d0fe..b74ee690094ba9770110396f5ebd9dc7dd50f54d 100644 --- a/docs/20_Installation.md +++ b/docs/20_Installation.md @@ -19,9 +19,15 @@ You get these files in the multi_ssh directory: ├── color.class.sh needed file with functions for coloring ├── config │ ├── commands.txt.dist -│ └── default +│ │ +│ ├── default +│ │ ├── commands.txt.dist +│ │ └── serverlist.json.dist +│ : +| └── <profile-dir-N> │ ├── commands.txt.dist │ └── serverlist.json.dist +│ ├── docs │ ... ├── logs @@ -41,7 +47,7 @@ The script stops because a list of servers is missed. _______________________________________________________________________________ MULTI REMOTE EXECUTION WITH SSH ______ -________________________________________________________________________/ v0.17 +________________________________________________________________________/ v0.18 INIT: Creating user config... saved: diff --git a/docs/40_Usage.md b/docs/40_Usage.md index c9ce6c9c9b9df2c7a6d33f632566546ee4403c4f..82c9498275159352798e1671731945ef12775aa0 100644 --- a/docs/40_Usage.md +++ b/docs/40_Usage.md @@ -9,7 +9,17 @@ To see the parameters start `multi_ssh.sh -h` _______________________________________________________________________________ MULTI REMOTE EXECUTION WITH SSH ______ -________________________________________________________________________/ v0.17 +________________________________________________________________________/ v0.18 + + +A remote execution tool to run a command on multiple servers. +Its main usage is in interactive mode and command line parameters. + + Source: <https://git-repo.iml.unibe.ch/iml-open-source/multi_ssh/> + License: GNU GPL 3.0 + Docs: <https://os-docs.iml.unibe.ch/multi_ssh/> + + 2023-2024 Institute for Medical Education; University of Bern SYNTAX: multi_ssh.sh [OPTIONS] [SERVERLIST]