Fix 'ccon'

Fixed 'ccon' not calling the correct command

Sf bug 3605002
This commit is contained in:
Duncan Ferguson 2013-02-26 20:10:01 +00:00
parent e18136481f
commit 72e37269fb
4 changed files with 40 additions and 25 deletions

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.01_03');
use version; our $VERSION = version->new('4.01_04');
use Carp;

View file

@ -55,12 +55,14 @@ my %default_config = (
terminal_decoration_height => 10,
terminal_decoration_width => 8,
rsh => 'rsh',
rsh_args => "",
telnet => 'telnet',
telnet_args => "",
ssh => 'ssh',
ssh_args => "",
console => 'console',
console_args => '',
rsh => 'rsh',
rsh_args => "",
telnet => 'telnet',
telnet_args => "",
ssh => 'ssh',
ssh_args => "",
extra_cluster_file => "",