in reply to Re: Net::SSH::Perl Login
in thread Net::SSH::Perl Login
When I run this I get the following errors which I dont really understand.$identity = "id_dsa"; $host = "target"; $usr = "user"; my %args; $args{identity_files} = $identity; $ssh = Net::SSH::Perl->new($host, %args); $ssh->login($usr);
Some more help would be appreciated as I dont seem to be able to get round this :-/Can't use string ("id_dsa") as an ARRAY ref while "strict refs" in use + at /usr/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/Auth/RSA.pm line 36.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Net::SSH::Perl Login
by zengargoyle (Deacon) on Oct 08, 2003 at 08:15 UTC |