in reply to Re^8: Perl script in cron
in thread Perl script in cron

If I didn't know better, I'd say ssh is detecting the lack of a terminal and assuming it's in batch mode. I thought Net::SSH was native perl, but now I wonder if it has forked a /bin/ssh? ssh will definitely drop into "batch mode" from chron unless it's told not to do so, and afaik it won't accept passwords when it considers itself to be non-interactive.

Perhaps you should set up a keypair?

Update: duh. The native perl ssh has a different name: Net::SSH::Perl

-Paul

Replies are listed 'Best First'.
Re^10: Perl script in cron
by bashi (Acolyte) on Dec 19, 2006 at 14:54 UTC
    Well, Im out of idea's here I guess. Do I have to revert to feeding it with password (automaticly) perhaps :-(