Date: Fri, 11 Aug 2000 07:27:13 -0700 (PDT) From: Phillip Salzman <phill@freebsd.org> To: Michael O Shea <micheal@com4u.ch> Cc: freebsd-isp@freebsd.org Subject: Re: anonymous rsync or RSA Auth with empty passwd? Message-ID: <Pine.BSF.4.21.0008110726090.12919-100000@vyrus.net> In-Reply-To: <p04320410b5b9b32bed00@[10.10.10.150]>
next in thread | previous in thread | raw e-mail | index | archive | help
Instead of keeping the password in clear text, what about using SSH authentication keys and host rules? I've set it up like that in the past, and had zero problems with it. --- Phillip Salzman phill@freebsd.org On Fri, 11 Aug 2000, Michael O Shea wrote: > > > > >> Why anonymous ? Use Rsyncs security settings.Define your Modules and > >> who can sync them. > >> You can run RSYNC over SSH if you wish. > > > > > >Because I want to run this via cron every night I was looking for a > >solution that didn't need a password to be entered. I can use the host > >allows and deny in the rsyncd.conf and also turn off listing of the > >modules and give the modules funky names for an extra "layer" of security. > >Albeit a weak/corny one. Sound like a viable solution? > > > Do not run rsync direct from cron. Instead get cron to run a script > say myrsync.csh , which could be > > > #! /bin/csh > cd /usr/bin > setenv RSYNC_PASSWORD blabla > rsync -avW --stats --delete and so on....... > -- > > > Micheal O Shea Email:micheal@com4u.ch > com4u.ch http://www.com4u.ch > Breitistrasse 7B PGP key available upon request. > CH-5506 Maegenwil Tel: +41 62 896 46 26 > Switzerland > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008110726090.12919-100000>