@@ -716,7 +716,7 @@ echo "/usr/sbin/nologin" >> /etc/shells
# Configuring NTP
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
-chmod 775 /etc/cron.daily/ntpdate
+chmod 755 /etc/cron.daily/ntpdate
ntpdate -s pool.ntp.org
# Setup rssh
@@ -697,8 +697,8 @@ fi
echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
-ntpdate -s ntp.ubuntu.com
+ntpdate -s pool.ntp.org
# Adding rssh
if [ -z "$(grep /usr/bin/rssh /etc/shells)" ]; then