Google Code Exporter
Google Code Exporter
csshX windows are "hidden" if launched to a screen that isn't the active screen in os x Mavericks
``` Steps to Reproduce 1. Using a Mac running Mavericks and set up with multiple monitors/screens 2. Move your terminal to a window/screen 2 there by making screen 2 active...
``` What steps will reproduce the problem? ./csshX --host ec2.txt cat ec2.txt ec2-7.compute-1.amazonaws.com ec2-8.compute-1.amazonaws.com What is the expected output? What do you see instead? I should see the two terminal...
``` It would be most helpful if there was a way to set the color of all slave windows in the config. There are issues when I have multiple windows...
``` $ ./csshX -v csshX 0.7 I extended the user@host:port group with a ;pemkey part so that you can easily connect to hosts that need PEM keys (eg Amazon EC2...
``` What steps will reproduce the problem? 1. csshX -debug 1 -l usernamename sshbastionserver host2 host3 host4 host5 host6 host7 host 8 host9 host10 host 11 host12 host13 host14 host15...
``` What steps will reproduce the problem? 1. Run csshX with a login to 4 different hosts 2. A handful of terminal windows open and then immediately close What is...
``` What steps will reproduce the problem? 1. try to call csshX Output: Can't load '/System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/PerlObjCBridge /PerlObjCBridge.bundle' for module PerlObjCBridge: dlopen(/System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/PerlObjC Bridge/PerlObjCBridge.bundle, 1): no suitable image found. Did find: /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/PerlObjCBridge/PerlObjCBridge.bundle:...
``` I couldn't see an easy way to do this so i figured i would request it as an enhancement... It would be great to have an option to delay...
``` Feature Request: ability to split lines in the extra_cluster_file perhaps using a *nix line splitter (\). E.g. cluster1 host1 host2 \ host3 host 4 \ host5 csshX 0.74 ProductName:...
``` Hi, I discovered that, after exit action was chosen, ssh connections were still present. Additionally, the child and master windows weren't closed. After short dig in, I've prepared a...