Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multi_ssh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
multi_ssh
Commits
dca82107
Commit
dca82107
authored
10 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
b279af28
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
docs/20_Installation.md
+8
-2
8 additions, 2 deletions
docs/20_Installation.md
docs/40_Usage.md
+11
-1
11 additions, 1 deletion
docs/40_Usage.md
with
19 additions
and
4 deletions
README.md
+
0
−
1
View file @
dca82107
...
...
@@ -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/>
\
...
...
This diff is collapsed.
Click to expand it.
docs/20_Installation.md
+
8
−
2
View file @
dca82107
...
...
@@ -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.1
7
________________________________________________________________________/ v0.1
8
INIT: Creating user config...
saved:
...
...
This diff is collapsed.
Click to expand it.
docs/40_Usage.md
+
11
−
1
View file @
dca82107
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment