I found that if you need to pass command line arguments to ssh you need to use:
rsync --rsh="ssh -i key"
Using -e, if I remember it correctly, just tries to execute a command called "ssh -i key" which, obviously, doesn't exist. I think this is a feature rather than a bug, though. Maybe :)
Terry.
hello i looked in google , faq etc but didnt found a answer. sorry if i overseen something.
how i can auth. via a hostkey without make a config in ~/.ssh normaly ssh has support with ssh -i /keyfile is there any way to combine it via rsync , with rsync -e "ssh -i key" ..etc etc does not work
thx bye
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html