Re: passing options to ssh when used as rsync tracport

2001-11-15 Thread Bret Hughes
David Talkington wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bret Hughes wrote: > > >Is there a way to pass options to ssh when it is used as an rsync > >transport? > > Bret - try this: > > $ rsync -av -e 'ssh -v -l username' filename remote.host.name: > > See if that works for y

Re: passing options to ssh when used as rsync tracport

2001-11-15 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bret Hughes wrote: >Is there a way to pass options to ssh when it is used as an rsync >transport? Bret - try this: $ rsync -av -e 'ssh -v -l username' filename remote.host.name: See if that works for you. - -d - -- David Talkington http://www.s

passing options to ssh when used as rsync tracport

2001-11-15 Thread Bret Hughes
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 l