Re: ftpd and sshd logging of domain names

2008-08-24 Thread Len Conrad
> with -ll, ftpd still logs failures as auth.log as > same in ftpd.log > [The IPs] they are not logged. I did the three steps I mentioned and have failures with IPs logged in /var/log/ftpd.log, for example: connection from 79.165.190.70 (79.165.190.70) FTP LOGIN FAILED FROM 79.

Re: ftpd and sshd logging of domain names

2008-08-24 Thread Polytropon
On Sun, 24 Aug 2008 17:18:55 -0500, Len Conrad <[EMAIL PROTECTED]> wrote: > with -ll, ftpd still logs failures as auth.log as > same in ftpd.log > [The IPs] they are not logged. I did the three steps I mentioned and have failures with IPs logged in /var/log/ftpd.log, for example: connecti

Re: ftpd and sshd logging of domain names

2008-08-24 Thread Len Conrad
At least for ftpd I think there is a solution: 1. Edit /etc/inetd.conf ftp stream tcp nowait root/usr/libexec/ftpd ftpd -ll ftp stream tcp6nowait root/usr/libexec/ftpd ftpd -ll with -ll, ftpd still logs failures as auth.log as Aug 24 1

Re: ftpd and sshd logging of domain names

2008-08-24 Thread Polytropon
On Sun, 24 Aug 2008 16:32:56 -0500, Len Conrad <[EMAIL PROTECTED]> wrote: > Are there are any flags or tricks to get these two daemons to log IP > addresses of failed login attempts, rather than PTR hostnames? > > man ftpd > man sshd > > ... show nothing, afaics. At least for ftpd I think there

ftpd and sshd logging of domain names

2008-08-24 Thread Len Conrad
Are there are any flags or tricks to get these two daemons to log IP addresses of failed login attempts, rather than PTR hostnames? man ftpd man sshd ... show nothing, afaics. thanks Len ___ freebsd-questions@freebsd.org mailing list http://lists.fr