首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux企业应用 > 文章内容

linux下gssftp允许root登陆的设置

作者:佚名  来源:不详  发布时间:2007-5-27 5:51:00
编辑文件/etc/xinetd.d/gssftp

# description: The kerberized FTP server accepts FTP connections \
# that can be authenticated with Kerberos 5.
service ftp
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/ftpd
# server_args = -l -a
server_args = -l
log_on_failure += USERID
# disable = yes
disable = no
}

将红色的部分注释后,改成紧跟的一行
重新启动xinetd
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图