diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-03-16 15:37:55 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:50 -0400 |
commit | 418715a80f36744a4868f82d5ca1fd42351c3ccc (patch) | |
tree | 93e283c4b72860b595f46e0752ea6e81efa95f47 /network/ClusterSSH/README | |
parent | f2ffa9e11687aa211f115f4cd3a8f1a107873b0a (diff) | |
download | slackbuilds-418715a80f36744a4868f82d5ca1fd42351c3ccc.tar.gz |
network/ClusterSSH: Added (run multiple ssh clients in paralell)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/ClusterSSH/README')
-rw-r--r-- | network/ClusterSSH/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/ClusterSSH/README b/network/ClusterSSH/README new file mode 100644 index 0000000000..992ddcc0bf --- /dev/null +++ b/network/ClusterSSH/README @@ -0,0 +1,9 @@ +ClusterSSH is a tool for making the same change on multiple servers at the same +time. The 'cssh' command opens an administration console and an xterm to all +specified hosts. Any text typed into the administration console is replicated +to all windows. All windows may also be typed into directly. + +This tool is intended for (but not limited to) cluster administration where the +same configuration or commands must be run on each node within the cluster. +Performing these commands all at once via this tool ensures all nodes are kept +in sync. |