>>>>> " " == Michael James <[EMAIL PROTECTED]> writes:
> Among machines that have ssh trust but not rsh. I would like
> for rsync to default to "-e ssh" without having to setenv
> RSYNC_RSH /opt/bin/ssh
> This is something something I expected to be a configure option
> or at least in the FAQ.
Under Debian ssh provides rsh:
% ls -l /usr/bin/rsh
lrwxrwxrwx 1 root root 21 Jan 16 02:35 /usr/bin/rsh ->
/etc/alternatives/rsh*
mrvn@dual:~% ls -l /etc/alternatives/rsh
lrwxrwxrwx 1 root root 12 Jan 29 12:16 /etc/alternatives/rsh ->
/usr/bin/ssh*
That way, rsync uses ssh when its configured to be the rsh
replacement, as it usually is.
I would suggest adding a link for rsh to ssh on your system.
MfG
Goswin