Re: --rsh=COMMAND and ssh -o 'options'

2000-12-19 Thread Chris Cooper
> "JR" == Joe Rice <[EMAIL PROTECTED]> writes: [...] JR> the problem at hand now is when using cron execute a rsync/ssh2 JR> command i can't figure out how to include the -o 'BatchMode yes' JR> flag. this is what i'm trying; JR> rsync -az --rsh="/usr/local/bin/ssh2 -o '

--rsh=COMMAND and ssh -o 'options'

2000-12-18 Thread Joe Rice
Hello, I recently ran in to a problem using ssh2 with rsync. After trolling the list archive i see some other people have had the same problem; You have no controlling terminal.Can't initialize readline for confirmations. I found that if ssh2 is used with -o 'BatchMode yes' flag it solves th