咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

如何设置linux限制ssh远程控制访问ip

2016-11-12 19:21:09 11245次

对于能过xinetd程序启动的网络服务,比如ftp telnet,我们就可以修改/etc/hosts.allow/etc/hosts.deny的配置,来许可或者拒绝哪些IP、主机、用户可以访问。

1.比如我们在 /etc/hosts.allow中加入

all:218.24.129.

这样就会允许来自218.24.129.*域的所有的客户来访问。这只是举个例子,实际上,系统默认状态 下,都是能用这些网络服的

2.如果我们在 /etc/hosts.deny中加入,就限制了来自218.24.129.*域的所有的所有的IP

all:218.24.129.

3.如果我们在 /etc/hosts.deny中加入

all:218.24.129.134,这样就限制了所有在218.24.129.134中的所有的用户的访问。

4.hosts.allow host.deny相冲突时,以hosts.allow设置优化。

5.设置好后,要重新启动

# /etc/rc.d/init.d/xinetd restart

# /etc/rc.d/init.d/network restart


首页
最新活动
个人中心