From 32a0fceb8d8942676814e3926a44c1e58094438a Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 11:15:55 -0400 Subject: [PATCH] Add 'static_files/hosts.deny' --- static_files/hosts.deny | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static_files/hosts.deny diff --git a/static_files/hosts.deny b/static_files/hosts.deny new file mode 100644 index 0000000..b190448 --- /dev/null +++ b/static_files/hosts.deny @@ -0,0 +1,18 @@ +# /etc/hosts.deny: list of hosts that are _not_ allowed to access the system. +# See the manual pages hosts_access(5) and hosts_options(5). +# +# Example: ALL: some.host.name, .some.domain +# ALL EXCEPT in.fingerd: other.host.name, .other.domain +# +# If you're going to protect the portmapper use the name "rpcbind" for the +# daemon name. See rpcbind(8) and rpc.mountd(8) for further information. +# +# The PARANOID wildcard matches any host whose name does not match its +# address. +# +# You may wish to enable this to ensure any programs that don't +# validate looked up hostnames still leave understandable logs. In past +# versions of Debian this has been the default. +# ALL: PARANOID + +sshd: ALL