设为首页
加入收藏
帮助中心
首页 | 红盾通告 | 信息中心 | ASP技术 | 数据库 | 网页设计 | 网管专栏 | OICQ攻略 | 墨客频道 | 网站运营 |
当前位置:首页 >> 网管专栏 >> FTP服务 >> 正文
最新信息
·Serv-U 6.4 的安全配置
·关于Serv-U安全加固
·Serv-U防溢出提权攻击解决…
·防范Serv-U漏洞
·serv-u开启pasv模式和模式
·SERV-U 6002版安全设置全攻…
·FTP Serv-U密码问题
·教你如何巧妙设定匿名FTP的…
·创建IIS6.0下用户隔离模式…
·FTP服务器架设--安全篇
资料搜索
热点信息
·FTP用户无法登录排错详解
·serv-u开启pasv模式和模式
·防范Serv-U漏洞
·ProFtpd快速指南(六)
·如何配置FTP服务器
·FTP服务器架设--安全篇
·国产FTP助手--网络传神4
·创建IIS6.0下用户隔离模式…
·FTP服务器架设--管理篇
·FTP Serv-U密码问题
推荐信息
·文件传主输协议FTP命令不完…
·FTP服务器如何实现安全性
·如何配置FTP服务器
·FTP用户无法登录排错详解
·Serv-U 6.4 的安全配置
·关于Serv-U安全加固
·基于UNIX平台FTP服务器的建…
·基于UNIX平台FTP服务器的建…
·构造公司内部Web、FTP服务…
·FTP使用精萃--FTP的内部命…


Google
 
PROFTPD的Chroot限制
〖编辑:Cloudy | 浏览:人次〗

PROFTPD.CONF如何改?我要限制不同FTP USER在他自己目录读写,其他目录不可读写.请帮一把巴!!请看一下这个配置文件错在那里:(FTP USER AND FTP GROUP有了,控制目录是 /APP/FTPDIR 允许目录是 /APP/FTPDIR/PEARL )
#
# Virtual Hosting Server Configuration
# for Frontier Internet Services Limited
# (http://www.000.com/)
#
ServerName "Master Webserver"
#
# Spawn from inetd?
#
#ServerType inetd
#
# or maybe a standalone server...
#
ServerType standalone
#
# don't give the server banner until _after_ authentication
#
DeferWelcome off
#
# Some basic defaults
#
Port 21
Umask 002
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
TimeoutStalled 3600
#
# No, I don't think we'll run as root!
#
User ftp
Group ftp

# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
RequireValidShell no


#
# This is a non-customer usable name, (ie they should be connecting via www.{domain})
# not 'hostname'. Therefore let's dump them in a dummy account and wait for them to
# scream.
#
DefaultRoot /app/ftpdir/
#
# Performance, let's do DNS resolution when we process the logs...
#
UseReverseDNS off
#
# Where do we put the pid files?
#
#ScoreboardPath /var/run/proftpd
#
# Logging options
#
#TransferLog /var/spool/syslog/proftpd/xferlog.legacy
#
# Some logging formats
#
#LogFormat default "%h %l %u %t "%r" %s %b"
#LogFormat auth "%v [%P] %h %t "%r" %s"
#LogFormat write "%h %l %u %t "%r" %s %b"
#
# Global settings
#

DisplayLogin welcome.msg
DisplayFirstChdir readme
#
# having to delete before uploading is a pain ;)
#
AllowOverwrite yes
#
# Turn off Ident lookups
#
IdentLookups off
#
# Logging
#
# file/dir access
#
# ExtendedLog /var/spool/syslog/proftpd/access.log WRITE,READ write
#
#
# Record all logins
#
# ExtendedLog /var/spool/syslog/proftpd/auth.log AUTH auth
#
# Paranoia logging level....
#
##ExtendedLog /var/spool/syslog/proftpd/paranoid.log ALL default


#
# Deny writing to the base server...
#

DenyAll

 

# --------------------------------------------
# Virtual Servers start here....
#
# (Note: this is normally auto generated by a
# script written in house).
# --------------------------------------------
#
# ewftp.ewserver.com.
# This is the default server
# Gets all the connections for www.{customer.domain},
#

ServerAdmin admin@ewserver.com
ServerName "ewMaster FTPserver"
MaxLoginAttempts 2
RequireValidShell no
# TransferLog /var/spool/syslog/proftpd/xferlog.www
MaxClients 50
DefaultServer on
#DefaultRoot ~ !staff
DefaultRoot /app/ftpdir
AllowOverwrite yes

#
# No quickly do we kick someone out
#
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900


DenyAll

 

User ftp
Group ftp
UserAlias anonymous ftp

AllowAll

 

DenyAll

# --------------------------------------------

# --------------------------------------------

#
# Block them from doing anything other than reading...
#
#

AllowAll

FLOATBOAT TOLD ME THIS BELOW,BUT DIDN'T WORK:
修改proftpd.conf,添加DefaultRoot ~ groupname
其中groupname为用户组的名,如添加一个新的用户username,和一个新的组groupname,要将username限制在其主目录内只需要添加上面所说的那条语句到proftpd.conf中即可。切记修改完之后要重新启动proftpd


录入时间:2006-05-08 23:03:43 [打印本页] [关闭窗口] [返回顶部]
特别声明: 本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。

Copyright © 2006-2014 0733168.Com Inc All Rights Reserved
关于我们 | 广告合作 | 联系我们 | 法律声明 | 友情链接 | 意见反馈
本站所收录信息、社区话题、及本站所做之广告均属其个人行为,与本站立场无关
湘ICP备06008436号