Is there a way to pass options to ssh when it is used as an rsync
transport?

for instance when I run :
rsync --rzLtvc --rsh=/usr/bin/ssh localfile remotemachine:/

it works but I have a situation with a machine that I need to be able to
use a different username on the remote machine.

something like:
rsync --rzLtvc --rsh="/usr/bin/ssh -l username " localfile
remotemachine:/

does not work.  it would also be nice to see some of the ssh messages
with a -v for troubleshooting.

Any tips appreciated.

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to