From dca821073628a73fa304e99df8fc36cf1d7a88a3 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 19 Jun 2024 15:39:08 +0200 Subject: [PATCH] update docs --- README.md | 1 - docs/20_Installation.md | 10 ++++++++-- docs/40_Usage.md | 12 +++++++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49e7beb..c7160d3 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 6c5bac2..b74ee69 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 c9ce6c9..82c9498 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] -- GitLab