FTP auth

Discussion in 'ISPConfig 3 Priority Support' started by jpcyrenne, Dec 6, 2015.

  1. jpcyrenne

    jpcyrenne Member HowtoForge Supporter

    Good Day,

    Running ISPconfig on CentOS6.7. Launched from the same template as I usually do with OpenVZ.

    I create users and still can't login : 530 Login authentication failed
    - I relaunched pure-ftpd
    - I even relaunched the VPS

    I can connect with FTP (telnet IP 21 is also OK), but can't log in:
    220-You are user number 2 of 50 allowed.
    220-Local time is now 19:35. Server port: 21.
    220-This is a private system - No anonymous login
    220-IPv6 connections are also welcome on this server.
    220 You will be disconnected after 15 minutes of inactivity.
    331 User derekseg2ftp OK. Password required
    Password:
    530 Login authentication failed
    ftp: Login failed
    ftp> ls -l
    530 You aren't logged in

    /var/log/messages
     
  2. jpcyrenne

    jpcyrenne Member HowtoForge Supporter

    Dec 5 19:40:44 host pure-ftpd: ([email protected]) [INFO] New connection from 69.156.135.42
    Dec 5 19:40:48 host pure-ftpd: ([email protected]) [WARNING] Authentication failed for user [derekseg2ftp]
     
  3. jpcyrenne

    jpcyrenne Member HowtoForge Supporter

    I seem to have the same issue with SSH user.
    Permission denied, please try again.

    Would this be a PAM issue?

    It was all working a few weeks ago?
    (no space issue)

    JP
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    pure-ftpd connects directly to the dbispconfig MySQL database without using PAM. Please check that the mysql login that is in the pure-ftpd config file is working.
     

Share This Page