|
NAMEIPC::ShellCmd::SSH - Chain ssh-ing to a host before running the command SYNOPSIS $cmd_obj->chain_prog(
IPC::ShellCmd::SSH->new(
User => 'cpanbuild',
Host => '10.0.0.1'
)
);
DESCRIPTIONIPC::ShellCmd::SSH->new(Host => $host, [$opt => $val, ...])The only external method for this is the constructor. This sets up the various arguments that are going to be used to generate the command-line. Other methods on this are used by IPC::ShellCmd, but it should only ever be used inside of the chain_prog method on a IPC::ShellCmd object. The only required argument is the host.
BUGSI don't know of any, but that doesn't mean they're not there. AUTHORSSee IPC::ShellCmd for authors. LICENSESee IPC::ShellCmd for the license.
|