您的位置:首页 > 运维架构 > Shell

USER username (Login failed): Invalid shell: '/bin/false'

2015-07-16 11:02 701 查看
USER username (Login failed): Invalid shell: '/bin/false'Last Modified: Jun 1, 2011, 12:12 pm
If you see this error when running proftpd in debug mode:
USER username (Login failed): Invalid shell: '/bin/false'

it would likely mean that /bin/false is not listed in your /etc/shells file.

For proftpd, it shouldn't even be checking this. Ensure you've got:

RequireValidShell no

set in your /etc/proftpd.conf file.

Else, manually add /bin/false to /etc/shells, but this isn't the best option.

安全伪装设置添加如下内容:
ServerName "Windows"
ServerType standalone
DeferWelcome off
ServerIdent on "Serv-U FTP Server V5.0 for WinSockReady..."
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  failed running likely