clusterssh/clusterssh
duncan_ferguson 2dd1f2b8f8 Amend default key_addhost from 'Control-plus' to 'Control-Shift-plus'
Increase allowable debug level and adjust some repetative logging
2009-04-22 19:07:32 +00:00
..
src Amend default key_addhost from 'Control-plus' to 'Control-Shift-plus' 2009-04-22 19:07:32 +00:00
.cvsignore updated for series 3 2005-04-29 10:52:23 +00:00
AUTHORS New for series 3 2005-04-29 11:33:50 +00:00
ChangeLog Allow for configurable max number of hosts within hosts menu before starting a new column - see .csshrc doc for "max_host_menu_items". This is until Tk allows for scrollable menus 2009-04-22 18:58:24 +00:00
clusterssh-24x24.png New release - 3.19.1 2006-07-24 19:12:54 +00:00
clusterssh-32x32.png New release - 3.19.1 2006-07-24 19:12:54 +00:00
clusterssh-48x48.png New release - 3.19.1 2006-07-24 19:12:54 +00:00
clusterssh.desktop New release - 3.19.1 2006-07-24 19:12:54 +00:00
clusterssh.spec Update version number for next release 2009-03-09 19:04:38 +00:00
configure.in Update version number for next release 2009-03-09 19:04:38 +00:00
COPYING Add in missing files 2009-03-10 09:38:55 +00:00
INSTALL Add in missing files 2009-03-10 09:38:55 +00:00
Makefile.am New release - 3.19.1 2006-07-24 19:12:54 +00:00
NEWS New for series 3 2005-04-29 11:33:50 +00:00
README wording chaneg 2005-05-03 09:03:10 +00:00
README.CVS Record step to create release tag 2009-04-04 13:40:05 +00:00
reconf New for series 3 2005-04-29 11:53:55 +00:00
THANKS Apply patch from Gerfried Fuchs/Tony Mancill for ports on the command line 2009-03-10 09:37:53 +00:00
upload Updated to be noarch 2006-04-05 21:36:37 +00:00

Introduction
============

This utility allows multiple terminal sessions to be controlled from
a single "console".  This allows for performing the same action on 
multiple hosts concurrently.

Quick Install Guide
===================

Ensure you have the pre-requisite perl modules installed.  Required 
modules are:

	Tk
	X11::Protocol

For each of these modules, run the following command.  If it fails, 
either install from your apt-get or yum repositories, or download 
and install the module from http://search.cpan.org/

	$ perl -M<module> -e "print"
i.e.
	$ perl -MTk -e "print"

If all modules are present, perform the following:

	$ ./configure
	$ make
	$ make install

For more advanced options, refer to the INSTALL file.

You should now be able to run
	$ cssh <server1> <server2>

Read the documentation for further information.

Documentation
=============

All documentation is held within cssh itself.  Access the man page 
by
	$ perldoc cssh
Further documentation and a FAQ are avaialble from the homepage

Announcements & New Version
===========================

Please subscribe to the new announcements mailing list here
	http://lists.sourceforge.net/lists/listinfo/clusterssh-announce

Web Homepage
===============

	http://clusterssh.sourceforge.net/

Further Support and Bugs/Featuer Requests
=========================================

Please log all requests for help in the forums on the web site.

$Id$