Enabling backups and swapping timeservers to time.cloudflare.com.

This commit is contained in:
Joseph Hanson 2023-05-03 14:56:29 -05:00
parent b4ee09fdb2
commit c5252584f0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ set service ntp allow-client address '10.0.0.0/8'
set service ntp allow-client address '172.16.0.0/12'
set service ntp allow-client address '192.168.0.0/16'
delete service ntp server
set service ntp server north-america.pool.ntp.org
set service ntp server time.cloudflare.com
# SSH server
set service ssh disable-password-authentication

View file

@ -18,7 +18,7 @@ set system sysctl parameter kernel.pty.max value '24000'
# set system syslog host 10.45.0.2 port '6001'
# Custom backup
# set system task-scheduler task backup-config crontab-spec '30 0 * * *'
# set system task-scheduler task backup-config executable path '/config/scripts/custom-config-backup.sh'
set system task-scheduler task backup-config crontab-spec '30 0 * * *'
set system task-scheduler task backup-config executable path '/config/scripts/custom-config-backup.sh'
set system time-zone 'America/Chicago'