Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Net::SSH2 related query

by salva (Canon)
on Nov 19, 2013 at 13:47 UTC ( [id://1063332]=note: print w/replies, xml ) Need Help??


in reply to Net::SSH2 related query

Net::SSH::Any builds on top of Net::SSH2 and is quite easier to use:
my $ssh = Net::SSH::Any->new($host, user => $user, password => $pass, +backends => 'Net::SSH2'); my $output = $ssh->capture("ls"); print "output:\n$output";

Log In?
Username:
Password:

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

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

    No recent polls found