Re: [Discuss] rsync issue

2022-12-09 Thread Laura Conrad
> "John" ==writes: John> Hi, folks. My home linux server has been acting up, and John> after 14 years, it may not be long for this world. So I John> thought I'd ask y'all what you might suggest as a John> replacement. John> I got the current one from

Re: [Discuss] rsync issue

2022-12-09 Thread jc
Hi, folks. My home linux server has been acting up, and after 14 years, it may not be long for this world. So I thought I'd ask y'all what you might suggest as a replacement. I got the current one from the PCs For Everyone people, who aren't in business any more. Their "fare

Re: [Discuss] rsync issue

2022-11-14 Thread Derek Martin
On Fri, Nov 04, 2022 at 04:22:56PM -0400, dan moylan wrote: > BUT -- here's another little oddity. it works fine from the > command line prompt, but not in a cron script (where i want to > use it). it works in the cron script on aldeberan. The cron angle is an important detail that you left out

Re: [Discuss] rsync issue

2022-11-08 Thread Daniel Barrett
On November 4, 2022, dan moylan wrote: >> "ssh-add ~/.ssh/rsync.key" did the trick. rsync now >> passwordless as desired. > >> HOWEVER, i went to aldeberan: > >> moylan ~[1021] ssh-add -l >> The agent has no identities. > >> and yet rsync works passwordless there. (sigh) there is so >> much i do

Re: [Discuss] rsync issue

2022-11-04 Thread dan moylan
dan moylan writes: > daniel barrett writes: >> On November 2, 2022, dan moylan wrote: >>> i have two home computers: aldeberan and alphacent, as well >>> as a remote website moylan.us, aka 50.87.218.82. some four >>> years ago (almost) dan ritter gave me instructions for >>> setting up passwordl

Re: [Discuss] rsync issue

2022-11-04 Thread dan moylan
daniel barrett writes: > On November 2, 2022, dan moylan wrote: >> i have two home computers: aldeberan and alphacent, as well >> as a remote website moylan.us, aka 50.87.218.82. some four >> years ago (almost) dan ritter gave me instructions for >> setting up passwordless rsync amongst the lot.

Re: [Discuss] rsync issue

2022-11-04 Thread Daniel Barrett
On November 2, 2022, dan moylan wrote: > i have two home computers: aldeberan and alphacent, as well > as a remote website moylan.us, aka 50.87.218.82. some four > years ago (almost) dan ritter gave me instructions for > setting up passwordless rsync amongst the lot. it's worked > like a charm ev

Re: [Discuss] rsync issue

2022-11-03 Thread Derek Martin
On Wed, Nov 02, 2022 at 09:57:06AM -0400, dan moylan wrote: > > jerry feldman writes: > > Use the ash command to test. Make sure all your keys are in authorized > > keys. Ssh has a debug level where you can see the fail > > ssh -v > > You can use up to 3 letters v. > > ssh -vvv > > there is no pro

Re: [Discuss] rsync issue

2022-11-02 Thread dan moylan
> On Tue, Nov 1, 2022, 4:30 PM dan moylan wrote: >> i have two home computers: aldeberan and alphacent, as well >> as a remote website moylan.us, aka 50.87.218.82. some four >> years ago (almost) dan ritter gave me instructions for >> setting up passwordless rsync amongst the lot. it's worked

Re: [Discuss] rsync issue

2022-11-01 Thread Jerry Feldman
Use the ash command to test. Make sure all your keys are in authorized keys. Ssh has a debug level where you can see the fail ssh -v You can use up to 3 letters v. ssh -vvv -- Jerry Feldman Boston Linux and Unix http://www.blu.org PGP key id: 6F6BB6E7 PGP Key fingerprint: 0EDC 2FF5 53A6 8EED 84D1

Re: [Discuss] rsync issue

2022-11-01 Thread Rich Pieri
On Tue, 1 Nov 2022 16:39:26 -0400 "Derek Atkins" wrote: > Hi, > > Have you tried running ssh with -v? > > Going out on a limb, what do you get from: > > ls -la $HOME/.ssh > > Initial guess is that .ssh dir is not mode 0700, and SSH doesn't like > that. This is the first thing to check. Also

Re: [Discuss] rsync issue

2022-11-01 Thread Derek Atkins
Hi, Have you tried running ssh with -v? Going out on a limb, what do you get from: ls -la $HOME/.ssh Initial guess is that .ssh dir is not mode 0700, and SSH doesn't like that. -derek On Tue, November 1, 2022 4:28 pm, dan moylan wrote: > > i have two home computers: aldeberan and alphacent, a