mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Fix 'ccon'
Fixed 'ccon' not calling the correct command Sf bug 3605002
This commit is contained in:
parent
e18136481f
commit
72e37269fb
4 changed files with 40 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 => "",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue