分类: LINUX
2010-07-21 14:48:43
2.设置端口:
/etc/securetty
3。安全的TELNET
#ls /etc/xinetd.d/krb5-telnet
#vi
/etc/xinetd.d/kfb5-telnet
.
.
only_from = 192.168.1.0/24
no_access
= 192.168.1.100
access_times = 08:00-24:00
.
.
4.
#netstat -antp |grep :23 查看端口
注意:
查看更多的参数写法
#man xinetd.conf
这个
文件里的参数可以应用与/etc/xinetd.d/里的所有文件。
------------------
1.查看telnet服务是否启动 |