Hi everyone, my Plesk Web Panel been working perfectly since install. All of the sudden (maybe after a Plesk update), a client informed me they could not FTP to their account. I proceeded to try with my account and the same result.
The logs show a successful user login:
Nov 28 06:39:55 pleskcp proftpd: pam_unix(proftpd:session): session opened for user kevixxx by (uid=0)
Nov 28 06:39:55 pleskcp proftpd[32144]: 127.0.0.1 (70.211.3.65[70.211.3.65]) - USER kevixxx: Login successful.
The FTP client just hangs and times out.
The proftpd Config
file has the following.
#%PAM-1.0
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth required pam_shells.so
auth include system-auth
account include system-auth
session include system-auth
session required pam_loginuid.so
Any suggestions? Thanks.
The logs show a successful user login:
Nov 28 06:39:55 pleskcp proftpd: pam_unix(proftpd:session): session opened for user kevixxx by (uid=0)
Nov 28 06:39:55 pleskcp proftpd[32144]: 127.0.0.1 (70.211.3.65[70.211.3.65]) - USER kevixxx: Login successful.
The FTP client just hangs and times out.
The proftpd Config
file has the following.
#%PAM-1.0
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth required pam_shells.so
auth include system-auth
account include system-auth
session include system-auth
session required pam_loginuid.so
Any suggestions? Thanks.