[ILUG] SSH dictionary attacks.

Proinnsias Breathnach proinnsias at linux.ie
Thu Aug 24 15:03:50 IST 2006


On Thu, Aug 24, 2006 at 02:41:49PM +0100, Aine Douglas wrote:
> Thanks Rick, my problem was I was debugging and watching for log
> outputs of an app with tail -f, and my output was getting lost in the
> dictionary attack logs.
> 
Or, just use grep -v :

tail -f mylog | grep -v ssh

Happy days :)

P



More information about the ILUG mailing list