Re: Can cron run ssh commands?

2002-11-06 Thread Nathan Barham
ler alternative to setting up > 'ssmtp' with cron would be to write your > cron job to redirect the output of 'ssh -v ...' > to a file. > > >>-Original Message- >>From: Harig, Mark A. >>Sent: Tuesday, November 05, 2002 3:40 PM >>To

Re: FW: Can cron run ssh commands?

2002-11-06 Thread Nathan Barham
To: Harig, Mark A. Subject: Re: Can cron run ssh commands? Thanks for the reply, I don't have ssmtp set up yet, so I took your suggestion and tried redirecting "env" and "ssh -v" output to a file. Actually I did this both from the Administrator's command lin

FW: Can cron run ssh commands?

2002-11-06 Thread Harig, Mark A.
com] > Sent: Wednesday, November 06, 2002 1:17 PM > To: Harig, Mark A. > Subject: Re: Can cron run ssh commands? > > > Thanks for the reply, > > I don't have ssmtp set up yet, so I took your suggestion and > tried redirecting > "env" and "ss

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
ED]; [EMAIL PROTECTED] > Subject: RE: Can cron run ssh commands? > > > > Try adding '-v' to your ssh command in your cron job. > This assumes that you have cron's integration with > email working. If you don't have the 'ssmtp' package > install

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
ham [mailto:nathan@;sleepygeek.com] > Sent: Tuesday, November 05, 2002 3:09 PM > To: [EMAIL PROTECTED] > Subject: Can cron run ssh commands? > > > Hello all, > > I'm trying to use Cygwin to rsync between an NT 4 server and > a Win2K server, > using t

Can cron run ssh commands?

2002-11-05 Thread Nathan Barham
Hello all, I'm trying to use Cygwin to rsync between an NT 4 server and a Win2K server, using the "-e ssh" option to rsync. It works beautifully at the command line like this: rsync -e ssh -trzv --delete /d/winapps/ Administrator@baby:/c/winapps My problem is that this won't work from cron, n