I have denyhosts working on 10.8 and above. Denyhosts did break when I moved my 
computers from 10.6 to 10.8 and above. I recompiled and changed the SECURE_LOG 
setting as /var/log/secure.log no longer exists on 10.8 and above.

On 10.6 this setting worked:

#
# SECURE_LOG: the log file that contains sshd logging info
# if you are not sure, grep "sshd:" /var/log/*
#
# The file to process can be overridden with the --file command line
# argument
#
# Redhat or Fedora Core:
SECURE_LOG = /var/log/secure.log
#

On 10.8 and above I need to use:

#SECURE_LOG = /var/log/messages
#
# Mac OS X (v10.4 or greater - 
#   also refer to:   http://www.denyhosts.net/faq.html#macos
#SECURE_LOG = /var/log/secure.log
#
# Mac OS X (v10.3 or earlier):
SECURE_LOG=/private/var/log/system.log

Julie

=====================================================
Julie D. Gorman, Computer Science, CSU Stanislaus
One University Circle Turlock, CA 95382 || 209 667-3273
ju...@cs.csustan.edu
=====================================================
" Dance first, think later.  It's the natural order." Samuel Beckett
=====================================================

On Jan 3, 2014, at 1:38 PM, LuKreme <krem...@kreme.com> wrote:

> 
> On 03 Jan 2014, at 08:04 , Eike Lantzsch <zp6...@gmx.net> wrote:
>> old:
>> # Mac OS X (v10.3 or earlier):
>> SECURE_LOG=/private/var/log/system.log
>> 
>> new:
>> # Mac OS X (v10.9.1 and later):
>> SECURE_LOG=/var/log/system.log
> 
> These are the exact same location. Nothing was moved or changed.
> 
> -- 
> It was amazing, this mystic business. You tell them a lie, and then when
> you don't need it any more you tell them another lie and tell them
> they're progressing along the road to wisdom. Then instead of laughing
> they follow you even more, hoping that at the heart of all the lies
> they'll find the truth. And bit by bit they accept the unacceptable.
> 
> 
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Denyhosts-user mailing list
> Denyhosts-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/denyhosts-user


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Denyhosts-user mailing list
Denyhosts-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/denyhosts-user

Reply via email to