Re: SSH question (4.3)

2008-09-11 Thread Hannah Schroeter
Hi! On Wed, Sep 10, 2008 at 10:00:23PM +0200, Toni Mueller wrote: On Wed, 10.09.2008 at 13:56:23 +0200, Hannah Schroeter [EMAIL PROTECTED] wrote: (I.e. check whether there's some intervening dir that's not accessible to user admin/group admin, but to group wheel). that was the problem,

SSH question (4.3)

2008-09-10 Thread Toni Mueller
Hi, I've just experienced a strange problem with OpenSSH. Scenario: /etc/ssh/sshd_config: PermitRootLogin without-password = root login with ssh keys works, as expected. I've created another user, uid 1000, on the same box, and copied root's authorized_keys file over, adjusted ownership,

Re: SSH question (4.3)

2008-09-10 Thread Hannah Schroeter
Hi! On Wed, Sep 10, 2008 at 12:55:00PM +0200, Toni Mueller wrote: [...] debug1: trying public key file /H/admin/.ssh/authorized_keys2 ls -ld /H /H/admin /H/admin/.ssh /H/admin/.ssh/authorized_keys /H/admin/.ssh/authorized_keys2 (I.e. check whether there's some intervening dir that's not

Re: SSH question (4.3)

2008-09-10 Thread Stuart Henderson
On 2008-09-10, Toni Mueller [EMAIL PROTECTED] wrote: /etc/ssh/sshd_config: PermitRootLogin without-password = root login with ssh keys works, as expected. I've created another user, uid 1000, on the same box, and copied root's authorized_keys file over, adjusted ownership, permissions etc...

Re: SSH question (4.3)

2008-09-10 Thread Toni Mueller
Hi, On Wed, 10.09.2008 at 11:57:46 +, Stuart Henderson [EMAIL PROTECTED] wrote: Specifically, is the user's home directory writable by wheel? no, I've checked this. But I will have to check whether Hannah's hint, too... (should have had this idea earlier, doh!). Kind regards, --Toni++

Re: SSH question (4.3)

2008-09-10 Thread Toni Mueller
Hi Hannah, On Wed, 10.09.2008 at 13:56:23 +0200, Hannah Schroeter [EMAIL PROTECTED] wrote: (I.e. check whether there's some intervening dir that's not accessible to user admin/group admin, but to group wheel). that was the problem, thanks! Kind regards, --Toni++