Donate Share

Cluster SSH - Cluster Admin Via SSH

Code

Programming Languages: Perl

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2009-08-11 git://clusterssh.git.sourceforge.net/gitroot/clusterssh/clusterssh (read-only)

Show:

What's happening?

  • Comment: focus stealing/hogging in KDE4

    Confirmed in Slackware's 4.3.2 too.

    2009-11-06 14:58:24 UTC by levaidaniel

  • Patch to allow for alias in ssh config file

    ssh allows multiple host declarations in the "Host" line, i.e. Host my.host.name host1alias host2alias The following provides that functionality (could be improved but works for me). Line 433: next unless (m/^\s*host\s+(.*)$/i); # just take everything to provide aliases my @hosts = split(/\s+/, $1); # split on whitespace foreach (@hosts) {...

    2009-10-29 13:37:44 UTC by nobody

  • pasting still misbehaves

    I'm using clusterssh on Ubuntu Jaunty (64bit). When pasting strings with certain characters in them to the cssh input window, some characters get 'translated'. For example: Selected string: ~!@#$%^&*()_+{}:"?`-=[]|\;',./ After pasting in: ~$@#$%^&*()?+{}>"?`/=[]|\;',./ Some of the symbols get converted. If ones types them in, there's no problem. If one pastes the same string directly...

    2009-10-28 19:27:07 UTC by cemc

  • Followup: RE: PASTE is delaying from windows clipboard

    Hi, I just sent a message to the project administrator Jim C asking for urgent assistance. Regards, Bruce.

    2009-10-24 01:50:25 UTC by bruceturner

  • Followup: RE: PASTE is delaying from windows clipboard

    Hi, I really like cssh, and think it is a great tool. I have exactly the same problem as you. It is very frustrating trying to do work, when trying to copy text from Windows XP notepad into the cssh main Console Window, because it only works for the first paste :-( The only work around I can think of is as follows. (1) first copy the command to one of the normal x-term windows...

    2009-10-22 12:45:40 UTC by bruceturner

  • find_binary confused by current directory contents

    Tried to use cluster ssh (v220) this morning, and was faced with: Terminal binary not found (ssh) - please amend $PATH or the cssh config file Died at /usr/bin/cssh line 286. Downloaded and tried latest version (v3.27) and got this: Terminal binary not found (ssh) - please amend $PATH or the cssh config file Died at ./cssh.pl line 337. After some investigation, I discovered that...

    2009-10-19 08:00:11 UTC by mushypea

  • Comment: Look for usernames in cluster definitions in GUI

    It struck me that this will conflict with username definitions in the cluster definition. I can fix that by checking for it and stripping it (ie: letting the username that was just manually specified win over the one statically specified in a config)

    2009-10-18 00:34:25 UTC by kristianlyng

  • Look for usernames in cluster definitions in GUI

    You can already do 'cssh foo@somecluster', but doing it in the gui doesn't work. The attached patch strips and stores a username before checking if it's a cluster in resolve_names().

    2009-10-18 00:31:00 UTC by kristianlyng

  • focus stealing/hogging in KDE4

    Focus is stolen and held when using the text area of the main window in KDE4.2 and 4.3. Focus is not released to any other window (xterms, or outside applications) until the main window is minimized or closed. Prevents working in a single xterm in a cluster, moving/rearranging/resizing the xterms and the mainwindow, etc. Problem is not resolved by changing any of KDE's focus stealing...

    2009-10-17 00:46:31 UTC by nobody

  • I get an Error, if i paste the @ Caracter

    Hello, i get an error if i paste an @ Caracter in the input field. Here the Error: Use of uninitialized value within %keyboardmap in pattern match (m//) at /usr/bin/cssh line 568. Use of uninitialized value $state in concatenation (.) or string at /usr/bin/cssh line 572. Use of uninitialized value $code in concatenation (.) or string at /usr/bin/cssh line 572. Use of uninitialized...

    2009-10-15 12:10:05 UTC by nobody

Our Numbers