免费注册 查看新帖 |

Chinaunix

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

怎样设置才能够让用户不能telnet 只能ftp [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-03-24 10:16 |只看该作者 |倒序浏览
怎样设置才能够让用户不能telnet 只能ftp

论坛徽章:
0
2 [报告]
发表于 2004-03-24 10:38 |只看该作者

怎样设置才能够让用户不能telnet 只能ftp

#vi /etc/passwd
去掉你要限制的用户的shell

如:

xxx:.............:/bin/bash
改为:
xxx:.............:/bin/failure


:em11:

论坛徽章:
0
3 [报告]
发表于 2004-03-24 10:44 |只看该作者

怎样设置才能够让用户不能telnet 只能ftp

,你可以VI  /var/adm/inetd.sec
来控制

论坛徽章:
0
4 [报告]
发表于 2004-03-24 16:46 |只看该作者

怎样设置才能够让用户不能telnet 只能ftp

# @(#)B.11.11_LRinetd.sec $Revision: 1.10.214.1 $ $Date: 96/10/08 13:20:06 $
#
#
# The lines in the file contain a service name, permission field and
# the Internet addresses or names of the hosts and/or networks
# allowed to use that service in the local machine.
# The form for each entry in this file is:
#
# <service name>;   <allow/deny>;  <host/network addresses, host/network names>;
#
# For example:
#
# login         allow   10.3-5 192.34.56.5 ahost anetwork
#
# The above entry allows the following hosts to attempt to access your system
# using rlogin:
#               hosts in subnets 3 through 5 in network 10,
#               the host with Internet Address of 192.34.56.5,
#               the host by the name of \"ahost\",
#               all the hosts in the network \"anetwork\"
#
# mountd      deny    192.23.4.3
#
# The mountd entry  denies host  192.23.4.3  access to the NFS  rpc.mountd
# server.
#
# Hosts and network names must be official names, not aliases.
# See the inetd.sec(4) manual page for more information.
telnet  allow   hostname  10.0.xxx

论坛徽章:
0
5 [报告]
发表于 2004-03-24 18:08 |只看该作者

怎样设置才能够让用户不能telnet 只能ftp

设置inetd.sec好像不能限制某个用户吧,好像都是针对主机和ip的
# <service name>; <allow/deny>; <host/network addresses, host/network names>;

在/usr/newconfig/etc/ftpd目录下面有几个配置文件你研究一下吧,cp到/etc/ftpd下应该~(只是猜测,今天没时间实验了~:》)

论坛徽章:
0
6 [报告]
发表于 2004-03-24 22:38 |只看该作者

怎样设置才能够让用户不能telnet 只能ftp

我搞定了,先建一个/etc/shells文件,将常用的shell和/usr/bin/false or /usr/bin/true 放进去.
然后
usermod -s /usr/bin/false xxx就ok了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP