SSH
- From: zaid.affendi@xxxxxxxxx
- Date: 29 Mar 2006 18:50:15 -0800
why when i try to run SSH perl script, i got this error.
The getpwuid function is unimplemented at c:/Perl/lib/Net/SSH/Perl.pm
line 110.
my script is like this
use Net::SSH::W32Perl;
my $host = 'xxx.xx.xx.xxx';
my $ssh = Net::SSH::Perl->new("host", options => [
"BatchMode yes", "RhostsAuthentication no" ]);
$ssh->login('user', 'password');
my ($out, $err, $exit) = $ssh->cmd('cat', 'Hello Net::SSH::W32Perl
User!');
can anyone give me an advice??
.
- Prev by Date: Re: Arbitrarily Many Nested Loops
- Next by Date: Re: Arbitrarily Many Nested Loops
- Previous by thread: FAQ 2.14 Where are the archives for comp.lang.perl.misc?
- Next by thread: Where to put Settings-Variables?
- Index(es):