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

Re: Problem in connecting to remote unix host via Net::SSH2 from windows machine

by syphilis (Archbishop)
on Jun 12, 2017 at 01:31 UTC ( [id://1192553]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub run_testsuite {
        my $cmd = $_[0];
    ...
        $chan2->close;
        return 0;
    }
    
  2. or download this
     Executing command...
     ==> Running pwd
    LINE : /home/sisyphus
    test passed done 0
    
  3. or download this
     Executing command...
     ==> Running pwd
    ...
    Net::SSH2::Channel::DESTROY
    test passed done 0
    Net::SSH2::DESTROY object 0x297d73c
    
  4. or download this
     Executing command...
     ==> Running pwd
    ...
    Net::SSH2::Channel::DESTROY
    test passed done 0
    Net::SSH2::DESTROY object 0x28dd73c
    
  5. or download this
    print $chan2 "$cmd \n";
    
  6. or download this
    print $chan2 "$cmd\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-23 20:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found