Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Net::SSH::Perl Question

by projekt21 (Friar)
on Jan 15, 2002 at 00:02 UTC ( [id://138675]=note: print w/replies, xml ) Need Help??


in reply to Net::SSH::Perl Question

The documentation says:
identity_files: (...) The value of this argument should be a reference to an array of strings, each string identifying the location of an identity file.

So try:

my $files = [ '/usr/home/username/.ssh/identity' ]; my $ssh = Net::SSH::Perl->new("host", "identity_files" => $files);

alex pleiner <alex@zeitform.de>
zeitform Internet Dienste

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://138675]
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: (3)
As of 2024-03-29 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found