Re: Can cron run ssh commands?

2002-11-06 Thread Nathan Barham
of 'ssh -v ...' to a file. -Original Message- From: Harig, Mark A. Sent: Tuesday, November 05, 2002 3:40 PM To: [EMAIL PROTECTED]; [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

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
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 installed (via setup.exe), then you'll want to do that so that any output is emailed to you. See: /usr/doc/Cygwin/

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
: 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 installed (via setup.exe), then you'll want to do that so that any output is emailed to you. See