免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1194 | 回复: 0
打印 上一主题 下一主题

SUSE Linux开启telnet服务 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-15 18:26 |只看该作者 |倒序浏览
1、修改/etc/pam.d/login文件,将第二行注释掉。
suselinux:/etc/pam.d # more login
#%PAM-1.0
auth     requisite      pam_unix2.so            nullok #set_secrpc
#auth    required       pam_securetty.so
auth     required       pam_nologin.so
#auth    required       pam_homecheck.so
auth     required       pam_env.so
auth     required       pam_mail.so
account  required       pam_unix2.so
password required       pam_pwcheck.so          nullok
password required       pam_unix2.so            nullok use_first_pass use_authtok
session  required       pam_unix2.so            none # debug or trace
session  required       pam_limits.so
2、修改/etc/xinetd.d/telnet配置文件 。
suselinux:/etc/xinetd.d # more telnet
# default: off
# description: Telnet is the old login server which is INSECURE and should \
#        therefore not be used. Use secure shell (op
#        If you need telnetd not to "keep-alives" (e.g. if it runs over a
#        uplink), add "-n".  See 'man telnetd' for more d
service telnet
{
        disable         = yes
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
}
suselinux:/etc/xinetd.d #
将蓝色部分的yes改为no即可。
3、重启xinetd守候进程。
suselinux:~ # /etc/init.d/xinetd restart
Shutting down xinetd:                                                      done
Starting INET services. (xinetd)                                           done
suselinux:~ #
4、检查telnet服务当前状态。
suselinux:~ # chkconfig -l telnet
xinetd based services:
        telnet:             on
suselinux:~ #
5、结束。




本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/44257/showart_689415.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP