Skip to content
Snippets Groups Projects
Commit dca82107 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent b279af28
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ Send a command via ssh to one or multiple servers ...@@ -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. 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 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/> \ 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/multi_ssh/> \
......
...@@ -19,9 +19,15 @@ You get these files in the multi_ssh directory: ...@@ -19,9 +19,15 @@ You get these files in the multi_ssh directory:
├── color.class.sh needed file with functions for coloring ├── color.class.sh needed file with functions for coloring
├── config ├── config
│ ├── commands.txt.dist │ ├── commands.txt.dist
│ └── default │ │
│ ├── default
│ │ ├── commands.txt.dist
│ │ └── serverlist.json.dist
│ :
| └── <profile-dir-N>
│ ├── commands.txt.dist │ ├── commands.txt.dist
│ └── serverlist.json.dist │ └── serverlist.json.dist
├── docs ├── docs
│ ... │ ...
├── logs ├── logs
...@@ -41,7 +47,7 @@ The script stops because a list of servers is missed. ...@@ -41,7 +47,7 @@ The script stops because a list of servers is missed.
_______________________________________________________________________________ _______________________________________________________________________________
MULTI REMOTE EXECUTION WITH SSH ______ MULTI REMOTE EXECUTION WITH SSH ______
________________________________________________________________________/ v0.17 ________________________________________________________________________/ v0.18
INIT: Creating user config... INIT: Creating user config...
saved: saved:
......
...@@ -9,7 +9,17 @@ To see the parameters start `multi_ssh.sh -h` ...@@ -9,7 +9,17 @@ To see the parameters start `multi_ssh.sh -h`
_______________________________________________________________________________ _______________________________________________________________________________
MULTI REMOTE EXECUTION WITH SSH ______ 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: SYNTAX:
multi_ssh.sh [OPTIONS] [SERVERLIST] multi_ssh.sh [OPTIONS] [SERVERLIST]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment