![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi !
let say that my clock is damaged and never keeps time .. or that I mischose time zone during installation or unset date or simply diabling ntp .. my question is : Does this have any impact on my system's security and/or reliability whether at the client or server level ? Thanks very much. |
|
||||
|
Quote:
The only security issue I could think of with an incorrect timestamp are when security systems use timestamps as part of the operational schema. Kerberos tickets used for authentication and authorization are timestamped and require participating systems to keep clocks in sync within specific tolerances. If a time-of-day clock is malfunctioning, this means that all timestamps are untrustworthy -- this means that timestamps in logs, file metadata, authentication and authorization systems will be adversely affected. If a system clock (time-of-day, msec or sec counter) is malfuctioning it might possibley weaking an encryption schema that uses clocks for key management. Weakened semantic security will occur if multi-use keys are not replaced within appropriate traffic windows. I don't know if any implementations use clocks rather than message counters...but the possibility exists..
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Cron jobs would be affected. You would not want them to run at improper time, such as backing up data at wrong time or running some scripts which affect performance of computers and impact users during a work day.
|
|
|||
|
Taking jggimi's & bmk1st's comments one step further, systems with incorrect time is one thing, but if the clock is erratic to the point of skipping, this could adversely cause maintenance cron(8) scripts to not run (since their scheduled time was missed...) at all.
|
|
|||
|
Jgimmi , bmk1st, Ocicat :
thank you so much !!! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD Three FreeBSD security anouncements (Bind, ntpd and ZFS) | J65nko | News | 0 | 6th January 2010 10:30 PM |
| Starting ntpd in cron for machines not always connected to the Net | J65nko | Guides | 1 | 28th November 2009 02:49 AM |
| Local NTPd Server "bad peer" | plexter | OpenBSD General | 24 | 9th September 2009 04:48 PM |
| ntpd strata too high error | map7 | FreeBSD General | 0 | 17th June 2008 11:20 PM |