Bläddra i källkod

tlsdate description

Bob Mottram 11 år sedan
förälder
incheckning
77e453dea0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt Visa fil

895
 -- Benjamin Franklin
895
 -- Benjamin Franklin
896
 #+END_VERSE
896
 #+END_VERSE
897
 
897
 
898
-It's convenient to have the clock on your server automatically synchronised with other servers on the internet so that you don't need to set the clock manually.
898
+It's convenient to have the clock on your server automatically synchronised with other servers on the internet so that you don't need to set the clock manually.  The usual way of doing this is via [[https://en.wikipedia.org/wiki/Network_Time_Protocol][NTP]], but that method uses unencrypted signals which could potentially be interfered with in order to mess up your system.  /tlsdate/ provides a slightly more secure way of setting the date and time over a SSL/TLS connection to a known good time source.
899
 
899
 
900
 First install some prerequisites.
900
 First install some prerequisites.
901
 
901
 
934
 service cron restart
934
 service cron restart
935
 #+END_SRC
935
 #+END_SRC
936
 
936
 
937
-This should set the date and time from a known source (www.ptb.de) using a SSL/TLS secured connection every 15 minutes.  Obviously if you wish to use a different source for the date and time then the cron entry can be edited accordingly.
937
+This obtains the date and time from www.ptb.de every 15 minutes.  Obviously if you wish to use a different source for the date and time then the cron entry can be edited accordingly.
938
 
938
 
939
 ** Install fail2ban
939
 ** Install fail2ban
940
 
940