QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 968|回复: 3

如何打开MagicLinux 2.0 的telnet的服务?

[复制链接]
发表于 2006-9-9 01:36:10 | 显示全部楼层 |阅读模式
如何打开MagicLinux 2.0 的telnet的服务?

我改了/etc/xinetd.d/krb5-telnet
/etc/xinetd.d/ekrb5-telnet
两个文件中的内容改为如下:

# default: off
# description: The kerberized telnet server accepts only telnet sessions, \
#              which use Kerberos 5 authentication and encryption.
service telnet
{
        flags                = REUSE
        socket_type        = stream        
        wait                = no
        user                = root
        server                = /usr/kerberos/sbin/telnetd
        server_args        = -e
        log_on_failure        += USERID
        disable                = no   注:原来为yes
}

可是还是没有打开telnet的服务。这到底是怎么回事呀?[/quote]
发表于 2006-9-9 08:44:53 | 显示全部楼层
重启xinetd了么?其实建议使用SSH。
回复

使用道具 举报

发表于 2006-9-9 08:46:44 | 显示全部楼层
好像还要开portmap 服务吧
回复

使用道具 举报

 楼主| 发表于 2006-9-9 09:51:07 | 显示全部楼层
重启了的。还是不能用。
portmap服务怎么开?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-24 12:32 , Processed in 0.044534 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表