Bug#466350: clusterssh: cssh is not good for looking hostname in .ssh/config

2010-01-04 Thread Josip Rodin
retitle 466350 cssh does not support wildcard .ssh/config Host entries thanks Hi, The proper way to fix this would be to use a method of matching on %ssh_hostnames keys that isn't just an exact match, but also one that checks if the keys match a wildcard pattern. Assuming the ssh config globs are

Bug#466350: clusterssh: cssh is not good for looking hostname in .ssh/config

2008-10-02 Thread Vincent Danjean
Hi, tony mancill wrote: > Vincent, > > When you have time, could you see if the most recent upload of clusterssh > 3.22-2 addresses the issue you're having? It works (ie I connect to all machines). However, I got a warning in the initial shell (where I type 'cssh ...') AND in each opened termi

Bug#466350: clusterssh: cssh is not good for looking hostname in .ssh/config

2008-10-02 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vincent, When you have time, could you see if the most recent upload of clusterssh 3.22-2 addresses the issue you're having? Thank you, Tony -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://en

Bug#466350: clusterssh: cssh is not good for looking hostname, in .ssh/config

2008-06-10 Thread Matthew Baker
A work around for this without having to edit cssh itself is to add a false entry to /etc/hosts for the firewalled box. e.g. 127.0.0.1 foo.fakedomain ssh honours the Host in ~/.ssh/config over the /etc/hosts entry. Cheers, Matt -- Matthew Baker, UNIX Systems Administrator -

Bug#466350: clusterssh: cssh is not good for looking hostname in .ssh/config

2008-02-18 Thread Vincent Danjean
Package: clusterssh Version: 3.22-1 Severity: normal Hi, Due to firewalls, I use generic proxycommand in my .ssh/config. I have something as: Host *.fakedomain ProxyCommand ssh fakedomain "tcpconnect `basename %h .fakedomain` %p" Host fakedomain Hostname firewall.fakedomain.org User mylogin