App-ClusterSSH

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - thanks for Stanislas Rouvelin for the idea
- Fix bug where unresolvable host stopped program running
  - thanks to Sami Kerola
- Add in config for auto-tearoff of send and host menus
  - thanks to James Chernikov for the idea
- Add in send menu xml definition file
  - thanks to James Chernikov for the idea

3.26_1 2009-06-02 Duncan Ferguson <duncan_ferguson@user.sf.net>

- Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
- Fix warning from 'mandb' (Tony Mancill)
- Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill)
- Correct bug with unset default ports (Tony Mancill)
- Rearrange pod documentation to remove extraenous comment (Tony Mancill)
- Cope better with IPv6 addresses
- Fix bug with passing arguments from command line to comms method binary
- Rework defaultport code
- Add new "-a 'command'" option for running a command in each terminal
- Fix bug with some host lookups failing
- Set window hints on terminals slightly differently to help with tiling

lib/App/ClusterSSH/Getopt.pm  view on Meta::CPAN


# For options common to ssh sessions
sub add_common_ssh_options {
    my ($self) = @_;

    $self->add_option(
        spec => 'options|o=s',
        help => $self->loc(
            'Specify arguments to be passed to ssh when making the connection.  B<NOTE:> options for ssh should normally be put into the ssh configuration file; see C<ssh_config> and F<$HOME/.ssh/config> for more details.'
        ),
        default => '-x -o ConnectTimeout=10',
    );

    return $self;
}

# For options that work in ssh, rsh type consoles, but not telnet or console
sub add_common_session_options {
    my ($self) = @_;

    $self->add_option(

t/15config.t.file3  view on Meta::CPAN

max_host_menu_items=30
method=ssh
mouse_paste=Button-2
rsh_args=
screen_reserve_bottom=60
screen_reserve_left=0
screen_reserve_right=0
screen_reserve_top=0
show_history=0
ssh=/usr/bin/ssh
ssh_args= -x -o ConnectTimeout=10
telnet_args=
terminal=/usr/bin/xterm
terminal_allow_send_events=-xrm '*.VT100.allowSendEvents:true'
terminal_args=
terminal_bg_style=dark
terminal_colorize=1
terminal_decoration_height=10
terminal_decoration_width=8
terminal_font=6x13
terminal_reserve_bottom=0

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.805 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-f5108d614456 )