Differences
This shows you the differences between the selected revisions of the page.
| 2017-05-03 | 2018-01-29 | ||
| Restored revision 1486717336. Undoing revisions 1493824804, 1493825285. (martin) (hidden) | default automatic updates check period (martin) | ||
| Line 8: | Line 8: | ||
| * Restrict connection to servers without having their [[ssh_verifying_the_host_key|host keys accepted in advance]]. | * Restrict connection to servers without having their [[ssh_verifying_the_host_key|host keys accepted in advance]]. | ||
| * Force [[ui_authenticate#authentication_banner|authentication banners]] being shown. | * Force [[ui_authenticate#authentication_banner|authentication banners]] being shown. | ||
| + | * Set [[ui_pref_updates|default automatic updates check period]]. | ||
| These restrictions are configured via "local machine" registry root key (modifiable only by system administrators). Example of corresponding registry export follows: | These restrictions are configured via "local machine" registry root key (modifiable only by system administrators). Example of corresponding registry export follows: | ||
| Line 17: | Line 18: | ||
| "DisableAcceptingHostKeys"=dword:00000001 | "DisableAcceptingHostKeys"=dword:00000001 | ||
| "ForceBanners"=dword:00000001 | "ForceBanners"=dword:00000001 | ||
| + | "DefaultUpdatesPeriod"=dword:00000000 | ||
| </code> | </code> | ||