Re: Sshd2 group restriction

2000-10-02 Thread Ethan Benson
On Mon, Oct 02, 2000 at 06:42:22AM -0400, Dr. Orange wrote: > > Hehehe, it doesn't respect pam either. I think the problem is the use of > ssh2 rather than OpenSSH that does seem to work with PAM. I have yet to > decide whether to change to it, but in any case I'm not going to do it > right away a

Re: Sshd2 group restriction

2000-10-02 Thread Dr. Orange
Hehehe, it doesn't respect pam either. I think the problem is the use of ssh2 rather than OpenSSH that does seem to work with PAM. I have yet to decide whether to change to it, but in any case I'm not going to do it right away and I just needed those restrictions for today. I can't believe ssh2 do

Re: Sshd2 group restriction

2000-10-02 Thread Ethan Benson
On Mon, Oct 02, 2000 at 04:45:07AM -0400, Dr. Orange wrote: > > AllowGroups doesn't seem to be supported in sshd2. hmm, ok, then look into pam_access its configured in /etc/security/access.conf you should be able to do what you want there. ive only done a little bit with pam_access its a bit fi

Re: Sshd2 group restriction

2000-10-02 Thread Dr. Orange
AllowGroups doesn't seem to be supported in sshd2. -S-

Re: Sshd2 group restriction

2000-10-02 Thread Ethan Benson
On Mon, Oct 02, 2000 at 03:07:34AM -0400, Dr. Orange wrote: > > So if I have a group called turkeys it would be: > > AllowGroups turkeys > > And that will reject logins from anyone not belonging to that group? no that would only ALLOW logins from users whose primary group is turkeys, to deny us

Re: Sshd2 group restriction

2000-10-02 Thread Dr. Orange
So if I have a group called turkeys it would be: AllowGroups turkeys And that will reject logins from anyone not belonging to that group? Concerning "private groups" does any distro apart from RH use private groups. Maybe I'm mistaking the term. I use debian 2.2. Thanks :)) -S-

Re: Sshd2 group restriction

2000-10-02 Thread Ethan Benson
On Mon, Oct 02, 2000 at 12:59:06AM -0400, Dr. Orange wrote: > > Is there a way to set sshd2 to only accept logins from users in a specific > group? AllowGroups foo bar in /etc/ssh/sshd_config note that only works for primary groups, so if you use the private group scheme that won't do any good