Package: clusterssh Version: 3.13.1-2 Severity: minor
The gethost("$serv") check at line 549 of open_client_windows() prevents cssh from working with hosts that are "aliased" via .ssh/config. A concrete example: cat ~/.ssh/config: [..] Host fb HostName foobar.exampledomain.tld Port 2222 allows: ssh fb to connect to port 2222 of foobar.exampledomain.tld . cssh fb declares "fb" an unknown host and ignores it because the gethost() check fails for "fb". I commented out the "next;" on line 552 as an ugly workaround. --Brad -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.11-20050415-686-skas3-v8 Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968) Versions of packages clusterssh depends on: ii eterm [x-terminal-em 0.9.2-8 Enlightened Terminal Emulator ii libx11-protocol-perl 0.53-2 Perl module for the X Window Syste ii perl-tk 1:800.025-2 Perl module providing the Tk graph ii ssh 1:3.8.1p1-8.sarge.4 Secure rlogin/rsh/rcp replacement ii xterm [x-terminal-em 4.3.0.dfsg.1-14 X terminal emulator -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]