-
Notifications
You must be signed in to change notification settings - Fork 1
hanumantmk/RecursiveSSH
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
use RecursiveSSH;
my $rssh = RecursiveSSH->new({
children => $sub # called with the RecursiveSSH::Remote object
});
$rssh->connect;
$rssh->exec(
$sub_to_run_remotely,
$on_read_cb,
$on_done_cb,
);
$rssh->exec(...); # this follows the first
$rssh->loop; # consume all output from the last two execs
$rssh->exec(...);
$rssh->loop; # consume all output from the last exec
$rssh->quit;
-----------------------------------------------------------
LICENSE:
Copyright (c) 2011 Jason Carey. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
About
a recursive ssh framework for spanning the network
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published