Re: [Discuss] hosts.equiv

2023-06-18 Thread dan moylan
On Sun, 18 Jun 2023 17:42:12 -0400 gregory galperin wrote: > On Sun, Jun 18, 2023 at 04:06:19PM -0400, dan moylan wrote: >> moylan cmd[449] rsync -r -e ssh -i /home/moylan/.ssh/rsync.key >> /home/moylan/foo moylan@aldeberan: > don't you need to quote the arg to -e (if you're not)? > rsync

Re: [Discuss] hosts.equiv

2023-06-18 Thread dan moylan
On Sun, 18 Jun 2023 17:26:13 -0400 rich pieri wrote: > On Sun, 18 Jun 2023 16:57:30 -0400 > dan moylan wrote: >> moylan ~[1140] ll -d .ssh >> drwx--. 1 moylan moylan 104 230618:1645 .ssh/ >> moylan ~[1141] ll .ssh >> total 16K >> -rw---. 1 moylan moylan 553 230612:1636 authorized_keys

Re: [Discuss] hosts.equiv

2023-06-18 Thread Rich Pieri
On Sun, 18 Jun 2023 16:57:30 -0400 dan moylan wrote: > moylan ~[1140] ll -d .ssh > drwx--. 1 moylan moylan 104 230618:1645 .ssh/ > moylan ~[1141] ll .ssh > total 16K > -rw---. 1 moylan moylan 553 230612:1636 authorized_keys > -rw---. 1 moylan moylan 1.3K 230615:1316 known_hosts > -rw

Re: [Discuss] hosts.equiv

2023-06-18 Thread dan moylan
On Sun Sun, 18 Jun 2023 16:20:39 rich piper wrote > On Sun, 18 Jun 2023 16:06:19 dan moylan wrote: >> moylan cmd[449] rsync -r -e ssh -i /home/moylan/.ssh/rsync.key >> /home/moylan/foo moylan@aldeberan: >> >> asks for a password. i'm doing something wrong, but haven't >> a clue as to how

Re: [Discuss] Host filesystem access from KVM guests

2023-06-18 Thread markw
I generally setup an NFS share to all my VMs. > How do you all go about accessing host filesystems from KVM guests? > KVM is running as user libvirt-qemu, not as root. > > -- > \m/ (--) \m/ > ___ > Discuss mailing list > Discuss@lists.blu.org > http://li

[Discuss] Host filesystem access from KVM guests

2023-06-18 Thread Rich Pieri
How do you all go about accessing host filesystems from KVM guests? KVM is running as user libvirt-qemu, not as root. -- \m/ (--) \m/ ___ Discuss mailing list Discuss@lists.blu.org http://lists.blu.org/mailman/listinfo/discuss

Re: [Discuss] hosts.equiv

2023-06-18 Thread Rich Pieri
On Sun, 18 Jun 2023 16:06:19 -0400 dan moylan wrote: > moylan cmd[449] rsync -r -e ssh -i /home/moylan/.ssh/rsync.key > /home/moylan/foo moylan@aldeberan: > > asks for a password. i'm doing something wrong, but haven't > a clue as to how to find out what. any suggestions? Check permissi

Re: [Discuss] hosts.equiv

2023-06-18 Thread dan moylan
On Fri, Sep 14, 2012 at 08:40:44AM -0400, 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