On 04/04/2014 05:15 PM, Eric Bavier wrote: > * gnu/packages/admin.scm (clusterssh): New variable
I am actually in need of something like this. I am using parallel-ssh, but this looks very promising. Thank you! > + (description > + "ClusterSSH controls a number of xterm windows via a single graphical > +console window to allow commands to be interactively run on multiple servers > +over an ssh connection.") Is there a typo here? s/an ssh connection/ssh connections ? It seems to interact with multiple servers by having a connection to each one of them. Sree