Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Net::SSH2 Command Timeout Before Completion

by taim (Initiate)
on Jun 29, 2010 at 15:38 UTC ( [id://847141]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "$_" while <$chan>;
    $chan->close;
    $ssh->disconnect;
    
  2. or download this
    $ ./ssh.pl 
    Password: 
    ...
    - [0] revents 0
    Net::SSH2::Channel::DESTROY
    Net::SSH2::DESTROY object 0x1a055a0
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://847141]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found