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