linux no ftp,linux – FTP不允许/usr/sbin / nologin用户

当本地用户无法登录FTP服务器时,可能由多种原因引起。检查vsftpd配置文件,确保local_enable=YES允许本地用户登录。如果vsftpd与PAM相关联,需确认已安装PAM文件。若未链接PAM,需检查用户shell是否在/etc/shells中,以及系统是否有用于阴影密码的' shadow.h'文件。如果不想使用PAM,设置check_shell=NO禁用shell检查。
摘要由CSDN通过智能技术生成

取自

here

Q)帮助!本地用户无法登录.

A) There are varIoUs possible problems.

A1) By default,vsftpd disables any logins other than anonymous logins. Put

local_enable=YES in your /etc/vsftpd.conf to allow local users to log in.

A2) vsftpd tries to link with PAM. (Run "ldd vsftpd" and look for libpam to

find out whether this has happened or not). If vsftpd links with PAM,then

you will need to have a PAM file installed for the vsftpd service. There is

a sample one for RedHat systems included in the "RedHat" directory - put it

under /etc/pam.d

A3) If vsftpd didn't link with PAM,then there are varIoUs possible issues. Is

the user's shell in /etc/shells? If you have shadowed passwords,does your

system have a "shadow.h" file in the include path?

**A4) If you are not using PAM,then vsftpd will do its own check for a valid

user shell in /etc/shells. You may need to disable this if you use an invalid

shell to disable logins other than FTP logins. Put check_shell=NO in your

/etc/vsftpd.conf.**

你是案例A4

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值