>This is my command:
>===================
>/usr/local/bin/rsync -e
>ssh --delete -gHloprtvn --rsync-path=/usr/local/bin/rsync --exclude=pcdata/t
>mp --exclude=vssver.scc
>--exclude=.htaccess /usr/local/apache/cgi-bin/FOLDER.GIF
>$host:/home/peter/testarea/FOLDER.GIF
>
>This is the error message:
>==========================
>You have no controlling tty and no DISPLAY. Cannot read passphrase.
>unexpected EOF in read_timeout
Are you running this from a cron job? What happens if you ssh into $host? What
is the value of $host?
phma