Cluster SSH - Cluster Admin Via SSH
Find a file
2017-03-07 22:19:19 +00:00
bin_PL Merge branch 'master' of github.com:duncs/clusterssh 2015-12-07 16:32:50 +00:00
lib/App Start reworking Tk into a module 2017-03-07 22:19:19 +00:00
t Allow terminal positioning algorithm to be configurable 2017-03-07 22:01:27 +00:00
.gitignore Fix tests on Travis CI via Github 2016-03-26 08:18:48 +00:00
.travis.yml Add perl 5.24 to Travis-CI config 2016-10-18 21:37:22 +01:00
AUTHORS Reorg directory structure 2009-08-11 17:12:17 +01:00
Build.PL perltidy fixes 2016-07-12 14:03:37 +02:00
Changes Allow terminal positioning algorithm to be configurable 2017-03-07 22:01:27 +00:00
Makefile.PL Release 4.08 2016-10-18 21:27:31 +01:00
MANIFEST Fix some tests 2016-04-29 18:40:55 +01:00
MANIFEST.SKIP Tidyups from getting perltidy working better 2014-12-12 10:26:09 +00:00
META.json Update for when next release is done 2017-03-04 18:42:47 +00:00
META.yml Update for when next release is done 2017-03-04 18:42:47 +00:00
README Update copyright year 2017-03-04 11:05:20 +00:00
THANKS Update Changes for recent pull requests 2016-03-26 08:46:14 +00:00
TODO Update to remove completed tasks 2016-06-18 13:39:42 +01:00
WIP_TASKS Get "-a 'cmd ; cmd'" multiple commands working 2011-12-03 10:03:03 +00:00

App-ClusterSSH

The is the Perl application bundle for ClusterSSH (a.k.a cssh), formally
a GNU tools based project.

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.

For more information, go to https://github.com/duncs/clusterssh

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc cssh

or (if your MANPATH is set up appropriately)

    man cssh

You can also look for information at:

    Web site and GitHub project page
        https://github.com/duncs/clusterssh

    Project support area
        https://github.com/duncs/clusterssh/issues

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/App-ClusterSSH

    CPAN Ratings
        http://cpanratings.perl.org/d/App-ClusterSSH

    Search CPAN
        http://search.cpan.org/dist/App-ClusterSSH/


COPYRIGHT AND LICENCE

Copyright (C) 1999-2016 Duncan Ferguson

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.