cluster ssh command
* Remove user option, shoud be defined in config or SSH will use default * Improve usage() * Add dryRun option * Some syntax enhancement |
||
---|---|---|
csc | ||
README.md |
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.