diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-09-20 14:15:09 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-09-20 14:15:09 +0200 |
commit | 90f943b6a5a41c375d1106e80a46a5b9110a3429 (patch) | |
tree | c4d8fdfbf38276f02a9bc887c00218c1fec586af | |
parent | a80b823f00da1d183bbc0a45dbd1898bbef06da5 (diff) |
Add notes to restrict ntpd
-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 |