1830616 Members
2560 Online
110015 Solutions
New Discussion

FTP LOGIN REFUSED

 
arun khatwani
Frequent Advisor

FTP LOGIN REFUSED

I got the following error in syslog wat shld be checked.

UNIX-03.30: FTP LOGIN REFUSED (ftp not in /etc/passwd) FROM sec.ao-svv.com [191.88.61.100], ftp
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: FTP LOGIN REFUSED

See why someone from 191.88.61.100 is trying to connect to your server with the userid 'ftp'.

If you don't know that server, then someone may be attempting to break into your system.
Steven Schweda
Honored Contributor

Re: FTP LOGIN REFUSED

First, it might be nice to include some kind
of description of the system we're dealing
with. "uname -a" can be informative.

> [...] (ftp not in /etc/passwd) [...]

> See why someone from 191.88.61.100 is
> trying to connect to your server with the
> userid 'ftp'.

I know nothing, but "man ftpd" says:

In order to permit anonymous FTP, there
must be an entry in the passwd(4)
database for an account named ftp.
[...]

So, if I had to guess, I'd say that someone
is trying to use anonymous FTP, and the
system is not configured to accept an
anonymous FTP connection. (That is, an FTP
user name of "anonymous" or "ftp".)