Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Rsync password usage
- Date: Fri, 18 Mar 2005 18:08:04 +0900 (JST)
- From: Tod McQuillin <devin@example.com>
- Subject: Re: [tlug] Rsync password usage
- References: <20050318.174939.74752322.cmuller-lst@example.com>
On Fri, 18 Mar 2005, Charles Muller wrote: > So I made the file /home/chuck/.pairpass and then tried > > rsync --delete --password-file=/home/chuck/.pairpass -ruvptl > /mnt/win_d/docs/www.acmuller.net/public_html/test > acmuller@example.com:public_html > > But I am still getting the password challenge. > > Is my error apparent? Yes. It isn't rsync that's asking for a password, it's ssh (or rsh). The password rsync is talking about is if you use rsync in daemon mode (e.g. server invoked by inetd) and the double-colon syntax (e.g. penkwe.pair.com::public_html). I'd suggest you use ssh (add the -e ssh flag to your rsync command if ssh isn't already the default for your version of rsync) and use key authentication (with ssh-keygen) as Mauro suggested. -- Tod McQuillin
- Follow-Ups:
- Re: [tlug] Rsync password usage
- From: Josh Glover
- References:
- [tlug] Rsync password usage
- From: Charles Muller
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Nero - Interesting?
- Next by Date: Re: [tlug] AdBookWorkaround
- Previous by thread: Re: [tlug] Rsync password usage
- Next by thread: Re: [tlug] Rsync password usage
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links