Date: Mon, 7 Apr 2003 21:11:46 -0400 (EDT) From: "Michael" <probsd@ec.rr.com> To: freebsd-questions@FreeBSD.ORG Subject: rsync over SSH Message-ID: <2910.192.168.1.4.1049764306.squirrel@probsd.org>
next in thread | raw e-mail | index | archive | help
I need to be able to rsync to a remote box over SSH and the module on the remote box also requires AUTH. Setup -------- remote box = frank module = suz auth user for module suz = dirt login on remote box = tree Attempted command: rsync -avz -e "ssh -l tree" dirt@frank::suz /my/path/to/download/to/ SSH works and I enter my login for tree but then rsynch fails: rsync: unable to open configuration file "rsyncd.conf": No such file or directory rsync error: syntax or usage error (code 1) at clientserver.c(502) rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) rsyncd.conf does exist in /usr/local/etc/ and I can pull stuff down from the module suz without SSH: rsync -avz dirt@frank::suz /my/path/to/download/to/ Why with the addition of SSH is it looking for rsyncd.conf? michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2910.192.168.1.4.1049764306.squirrel>