(Solved) login incorrect problem con Vsftp. Questo è un errore che si è presentato nel momento in cui ho cercato di accedere al server ftp, nella fattispecie Vsftp. Naturalmente user e password erano corretti, ma molto probabilmente qualcosa è cambiato in vsftpd. Il problema si risolve modificando la stringa inerente a pam in vsftpd.conf:
# nano /etc/vsftpd.conf
da così:
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftp
a così:
# This string is the name of the PAM service vsftpd will use.
pam_service_name=ftp
enjoy 😉