|
Edit your /etc/hosts.deny file to just say this :
ALL : ALL
Then, edit your /etc/hosts.allow to ONLY the ip and hosts you
want to allow, such as,
ALL : 10.0.0.1 #Your personal IP or super trusted
host
sshd : goodguys.org # how to limit a deamon or
program
|