TCP Wrappers Question

Zeus

Registered
HI ALL,

i 'm trying to set up TCP wrappers on mac os x.
I've a script that periodically scan my system.log looking for ssh illegal login attempt. It works fine.
Now i'd like to put blacklisted IPs in /etc/hosts.deny so that they can't login.

In /etc/hosts.allow i'd like to put the dyndns.org name of my ibook so that i'm sure i always can login.

----------HERE IS THE QUESTION. ----------------
What append if my IP is in the blacklist ? Will i be able to login ?
The unix man_page for host_access
(http://www.hmug.org/man/5/hosts_access.html) says:
"...The search stops at the first match..." But it don't tell wich file read for first.


Thanks a million for any one can help me !
 
Back
Top