Proftpd werkt niet mee

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • Brainscrewer
  • Registratie: Juli 2009
  • Laatst online: 09-06 18:59
Hallo,

Op mijn server krijg ik proftp niet aan de gang, ik krijg namelijk bij elke login '530 Login incorrect'.

Nu weet ik zeker dat het wachtwoord klopt, want ik kan namelijk gewoon inloggen op mn shell met het betreffende account. Het account is daarnaast ook geen root. Ook met een nieuw aangemaakt account (default settings) werkt het niet.

Ik vraag me af waar dit probleem aan zou kunnen liggen, zelfs na meerdere herinstallatie blijft proftpd gewoon weigeren iemand te accepteren.

Ik heb na lang proberen de hoop opgegeven en vsftpd geinstalleerd. Dat werkt nu prima. De vraag blijft alleen, waarom zou proftpd het dan niet doen?

Mijn server draait op Centos 6.2.

Hieronder wat debug informatie:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'USER brainscrewer' to mod_tls
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'USER brainscrewer' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'USER brainscrewer' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'USER brainscrewer' to mod_delay
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'USER brainscrewer' to mod_auth
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching CMD command 'USER brainscrewer' to mod_auth
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching POST_CMD command 'USER brainscrewer' to mod_delay
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching LOG_CMD command 'USER brainscrewer' to mod_log
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching CMD command 'PASS (hidden)' to mod_auth
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): USER brainscrewer (Login failed): Incorrect password.
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'SYST' to mod_tls
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'SYST' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'SYST' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching CMD command 'SYST' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching LOG_CMD command 'SYST' to mod_log
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'QUIT' to mod_tls
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'QUIT' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching PRE_CMD command 'QUIT' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching CMD command 'QUIT' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching LOG_CMD command 'QUIT' to mod_log
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): dispatching LOG_CMD command 'QUIT' to mod_core
proftpd[3318] xxx.xxx.xx.xx (::1[::1]): FTP session closed.

Acties:
  • 0 Henk 'm!

  • Snow_King
  • Registratie: April 2001
  • Laatst online: 20-09 12:29

Snow_King

Konijn is stoer!

Stond er in de ProFTPd configuratie niet toevallig dat van een gebruiker werd verwacht dat de UID > X was of dat deze in een bepaalde groep moest zitten?

Zonder de ProFTPd configuratie valt er weinig over te zeggen.

Waarom overigens nog FTP? Als je toch Shell access hebt, pak dan direct sFTP, FTP over SSH, dat is een stuk veiliger!

Acties:
  • 0 Henk 'm!

  • Pakjebakmeel
  • Registratie: September 2003
  • Laatst online: 16-09 11:22
Post inderdaad even je config.. Je moet je authentication backend ook configureren. Zoek maar eens in de documentatie, je kunt PAM, authfile ed gebruiken.

Ook kun je in de config aangeven wie wel en niet mag aanmelden etc.

Ik gebruik zelf FTPS. FTP over SSL. Dat is wat anders dan SFTP, dat is FTP over SSH.

[ Voor 12% gewijzigd door Pakjebakmeel op 02-04-2012 15:45 ]