Date: Tue, 8 Apr 2003 08:39:59 -0700 (PDT) From: Dave McCammon <davemac11@yahoo.com> To: Michael <probsd@ec.rr.com>, freebsd-questions@FreeBSD.ORG Subject: Re: rsync over SSH Message-ID: <20030408153959.69272.qmail@web41404.mail.yahoo.com> In-Reply-To: <2910.192.168.1.4.1049764306.squirrel@probsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Michael <probsd@ec.rr.com> wrote: > 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 > > I believe that rsync uses ssh as default. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030408153959.69272.qmail>