From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: Re: [PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh Date: Fri, 04 Apr 2014 17:25:10 +0200 Message-ID: <533ECED6.30607@totakura.in> References: <87vbup86t1.fsf@gmail.com> Reply-To: sreeharsha@totakura.in Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW60Q-0008VU-W0 for guix-devel@gnu.org; Fri, 04 Apr 2014 11:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW60K-0001q9-LC for guix-devel@gnu.org; Fri, 04 Apr 2014 11:26:10 -0400 Received: from mail-out1.informatik.tu-muenchen.de ([131.159.0.8]:41545 helo=smtp1.informatik.tu-muenchen.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW60K-0001px-Fz for guix-devel@gnu.org; Fri, 04 Apr 2014 11:26:04 -0400 Received: (Authenticated sender: totakura) by mail.in.tum.de (Postfix) with ESMTPSA id CCBA42403AE for ; Fri, 4 Apr 2014 17:26:02 +0200 (CEST) In-Reply-To: <87vbup86t1.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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