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


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..."



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章