cluster ssh command
Go to file
Flo f3c83317eb Remove user, add dryRun
* Remove user option, shoud be defined in config or SSH will use default
* Improve usage()
* Add dryRun option
* Some syntax enhancement
2021-03-28 19:05:03 +02:00
csc Remove user, add dryRun 2021-03-28 19:05:03 +02:00
README.md Remove user, add dryRun 2021-03-28 19:05:03 +02:00

csc : Cluster SSH Command

Launch command over SSH on cluster hosts with "dialog" DEBIAN_FRONTEND.

Tree

$ tree
.
├── csc
└── README.md

0 directories, 2 files

Usage

$ csc -h
Usage: csc [OPTION]... [COMMAND]
  -h  show help
  -v  enable verbose mode
  -c  specify config dir, default is /home/flo/.config/csc
  -g  specify group
  -d  enable dry run mode

Host group file must exists under config dir, one host per line.