diff options
-rw-r--r-- | fripost-docs.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 4561bd9..bb675fd 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -923,6 +923,15 @@ TODO: Add nice rules. The [[http://www.debian.org/doc/manuals/securing-debian-howto/][Securing Debian Manual]] is the definitive reference for Debian security. These are just some quick notes for easy access to the administrators. +** ntp +# Let's be overly paranoid... ;-) + +:: /etc/ntp.conf + +-restrict -4 default kod notrap nomodify nopeer noquery +-restrict -6 default kod notrap nomodify nopeer noquery ++restrict default ignore ++restrict -6 default ignore ** rkhunter |