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
> 
> 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50954f84.9080...@gmail.com

Reply via email to