Re: ssh controlling question

2008-01-11 Thread Lars Noodén
Kevin Wilcox wrote: > In sshd_config: > > == > > AllowUsers [EMAIL PROTECTED] To make it more manageable, the AllowGroups might be better. That way you only have to manage groups with SSH. -Lars

Re: ssh controlling question

2008-01-10 Thread Darrin Chandler
Check the sshd_config(5) man page for the section on "Match" conditional blocks. On Thu, Jan 10, 2008 at 04:53:45PM -0400, James Mackinnon wrote: > Hi All > > Just a little question on something I'm working on > > I have say 50 accounts on a box. > > 40 of which I want the users to connect from

Re: ssh controlling question

2008-01-10 Thread Kevin Wilcox
James Mackinnon wrote: Hi All Just a little question on something I'm working on I have say 50 accounts on a box. 40 of which I want the users to connect from "ANY" IP address 10 of which I want the users to only be allowed to connect from a specific IP address that is assigned to them. Is t

ssh controlling question

2008-01-10 Thread James Mackinnon
Hi All Just a little question on something I'm working on I have say 50 accounts on a box. 40 of which I want the users to connect from "ANY" IP address 10 of which I want the users to only be allowed to connect from a specific IP address that is assigned to them. Is there a feature to control