[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: openssh - AllowUsers



On Sunday 04,November,2012 01:01 AM, pch0317 wrote:
> Hi,
> 
> I would like to allow user access to server form range of addresses from
> 192.168.0.50 to 192.168.0.70.
> How to do that with openssh?

I use the iptables as follows:

# Allow SSH connections
-A INPUT -p tcp --dport 22 -s 172.21.50.55 -j ACCEPT


> 
> Thanks
> 
> 


Reply to: