Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Problems in Net::SSH

by cristianekw (Novice)
on Jan 29, 2008 at 13:14 UTC ( [id://664894]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Can't set socket non-blocking: Bad file descriptor at C:/Perl/site/lib
    +/Net/SSH/Perl.pm line 216.
    
  2. or download this
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::B
    +igInt::FastCalc at C:/Perl/site/lib/Crypt/DSA/KeyChain.pm line 6
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::B
    +igInt::FastCalc at C:/Perl/site/lib/Crypt/DSA/Key.pm line 6
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::B
    +igInt::FastCalc at C:/Perl/site/lib/Crypt/DSA/Util.pm line 6
    Not an ARRAY reference at C:/Perl/site/lib/Math/BigInt/Calc.pm line 25
    +1.
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    $ssh->login("username","password");
    ($out,$err,$ext) = $ssh->cmd("ls");
    $ssh->close();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found