Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Perl Net::SSH2 unable to connect

by VinsWorldcom (Prior)
on Feb 27, 2013 at 13:59 UTC ( [id://1020894]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    VinsWorldcom@C:\Users\VinsWorldcom> perldoc Net::SSH2
    [...]
    error
      Returns the last error code; returns false if no error. In list cont
    +ext, returns (code, error name, error string).
    [...]
    
  2. or download this
    use Net::SSH2;
    [...]
    ...
    [...]
    my ($code, $name, $string) = $ssh2->error;
    print "Error ($code): $name - $string\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found