in reply to Net::SSH::Perl Question
I think the identity_files parameter takes an arrayref not a scalar:
my $ssh = Net::SSH::Perl->new("host", identity_files => [ '/usr/home/username/ +.ssh/identity' ] );
Update: whoops! Sorry, projekt21, I guess you beat me to it.
dmm
If you GIVE a man a fish you feed him for a day
|
|---|