Re: [Discuss] hosts.equiv

2012-09-15 Thread Nuno Sucena Almeida
On 09/14/2012 09:51 AM, Dan Ritter wrote: When you run rsync, pass it -e ssh -i/home/jdm/.ssh/rsync.key Or setup your .ssh/config with something like: Host remotehostnickname HostName remotehostname User remoteusername IdentityFile ~/.ssh/rsync_id_rsa

Re: [Discuss] hosts.equiv

2012-09-15 Thread Greg Rundlett (freephile)
On Sat, Sep 15, 2012 at 11:12 AM, Nuno Sucena Almeida n...@aeminium.orgwrote: On 09/14/2012 09:51 AM, Dan Ritter wrote: When you run rsync, pass it -e ssh -i/home/jdm/.ssh/rsync.key Or setup your .ssh/config with something like: Host remotehostnickname HostName remotehostname

[Discuss] hosts.equiv

2012-09-14 Thread dan moylan
i have a script to rsync a number of directories between two computers on my local net and would like to avoid having to enter my password for each one. i thought i could do this using hosts.equiv, but it's not working for me. i solved this once before a number of years ago, but i'm undoubtedly

Re: [Discuss] hosts.equiv

2012-09-14 Thread Dan Ritter
On Fri, Sep 14, 2012 at 08:40:44AM -0400, dan moylan wrote: i have a script to rsync a number of directories between two computers on my local net and would like to avoid having to enter my password for each one. i thought i could do this using hosts.equiv, but it's not working for me. i

Re: [Discuss] hosts.equiv

2012-09-14 Thread Derek Atkins
Hi, dan moylan j...@moylan.us writes: i have a script to rsync a number of directories between two computers on my local net and would like to avoid having to enter my password for each one. i thought i could do this using hosts.equiv, but it's not working for me. i solved this once

Re: [Discuss] hosts.equiv

2012-09-14 Thread Jerry Natowitz
: discuss-bounces+j.natowitz=rcn@blu.org (on behalf of dan moylan j...@moylan.us) Subject: [Discuss] hosts.equiv To: boston linux and unix (blu) discuss@blu.org i have a script to rsync a number of directories between two computers on my local net and would like to avoid having to enter my

Re: [Discuss] hosts.equiv

2012-09-14 Thread dan moylan
dan ritter wrote: On Fri, Sep 14, 2012 at 08:40:44AM -0400, dan moylan wrote: i have a script to rsync a number of directories between two computers on my local net and would like to avoid having to enter my password for each one. i thought i could do this using hosts.equiv, but it's not

Re: [Discuss] hosts.equiv

2012-09-14 Thread Dan Ritter
On Fri, Sep 14, 2012 at 12:02:18PM -0400, dan moylan wrote: When you run rsync, pass it -e ssh -i /home/jdm/.ssh/rsync.key You should have a fairly safe passwordless rsync. rsync -e ssh -i /home/moylan/.ssh/rsync.key --archive --delete --compress /home/moylan/bac/ 192.168.0.103:bac

Re: [Discuss] hosts.equiv

2012-09-14 Thread dan moylan
dan ritter wrote: Quoting. Permissions. bingo (quoting) -- thanks. ole dan j. daniel moylan 84 harvard ave brookline, ma 02446-6202 617-232-2360 (tel) j...@moylan.us www.moylan.us [death to html bloat!] ___ Discuss mailing list Discuss@blu.org

Re: [Discuss] hosts.equiv

2012-09-14 Thread Bill Bogstad
On Fri, Sep 14, 2012 at 12:02 PM, dan moylan j...@moylan.us wrote: When you run rsync, pass it -e ssh -i /home/jdm/.ssh/rsync.key You should have a fairly safe passwordless rsync. rsync -e ssh -i /home/moylan/.ssh/rsync.key --archive --delete --compress /home/moylan/bac/

Re: [Discuss] hosts.equiv

2012-09-14 Thread dan moylan
bill bogstad wrote: On Fri, Sep 14, 2012 at 12:02 PM, dan moylan j...@moylan.us wrote: When you run rsync, pass it -e ssh -i /home/jdm/.ssh/rsync.key You should have a fairly safe passwordless rsync. rsync -e ssh -i /home/moylan/.ssh/rsync.key --archive --delete --compress