-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider enable automatic security updates #207
Comments
Title grammar issue: Consider enabling ... or "Enable automatic security updates" |
TITLE
TL;DR FAQ Automatic security updates by default are not enabled on Linux distributions. However, not doing so could leave your [DEVICE/NODE] vulnerable as software exploits are found and not corrected for leaving them outdated and open to attack. While stability of a service may be affected by continual updates, in the instance where you are running a server with high amounts of egress and ingress, it is worth considering implementing automatic security updates after some time period. Each Linux distribution has slightly different methods of setting up automatic security updates, however for many, including Debian and Ubuntu, you can use the You will then need to create a
We recommend setting most of these to ^^ Codeblock? Or maybe its own tutorial |
I think this one might warrant a whole tutorial as it requires the |
@fshmcallister There is a pretty good tutorial here that we can link to instead of writing our own. I think we can remove the references to the file in the tl;dr version, as you don't really care about that when you just want to understand it. That should be saved for the FAQ version. Also, I'd like to see the FAQ version reworked a bit as it doesn't read well with inline code blocks like that. |
TL;DR FAQ Automatic security updates by default are not enabled on most Linux distributions. However, not doing so could leave you vulnerable as software exploits are found and not corrected for leaving them outdated and open to attack. While stability of a service may be affected by continual updates, in the instance where you are running a server with high amounts of egress and ingress, it is worth considering implementing automatic security updates after some time period. Each Linux distribution has slightly different methods of setting up automatic security updates, however for many, including Debian and Ubuntu, you can use the
You will need to edit the default configuration file You will then need to create a
We recommend setting most of these to |
On most Linux distributions. Also, please test these instructions. I'm pretty sure you just need to run |
at least on Debian it does not when I ran it before, I had to do the following steps manually. |
Got it. I think I've only used it on Ubuntu, for which it works out-of-the-box. Maybe we should use different links for Debian and Ubuntu. Here's the Ubuntu one https://help.ubuntu.com/lts/serverguide/automatic-updates.html |
No worries, I've linked both Debian and Ubuntu tutorials in the main FAQ block. |
TL;DR Automatic security updates may not be enabled. By enabling this feature, your node will automatically install security updates as they become available, which reduce the attack surface of your node. FAQ Automatic security updates by default are not enabled on most Linux distributions. However, not doing so could leave you vulnerable as software exploits are found and not corrected for leaving them outdated and open to attack. While there is a chance that this will impact the stability of a service, it is generally considered worth the risk in order to improve the security posture. Each Linux distribution has slightly different methods of setting up automatic security updates, however for many, including Debian and Ubuntu, you can use the `unattended-upgrades` package. To do so make sure the package is installed: ``` You will need to edit the default configuration file `/etc/apt/apt.conf.d/50unattended-upgrades` using your preferred editor. Note, the necessary changes vary by distribution. For more detail, you can see [here](https://wiki.debian.org/UnattendedUpgrades) for Debian or [here](https://help.ubuntu.com/lts/serverguide/automatic-updates.html) for Ubuntu. You will then need to create a `/etc/apt/apt.conf.d/20auto-upgrades` file or edit the pre-existing one, which is typically empty, to set up automatic updates. ``` Code Snippet None at this time. |
@fshmcallister Title? Subtitle? |
TITLE
|
We found that {devices} are not configured to automatically install security updates. Consider enabling this feature. Details for how to do this can be found here: {doc_url}.
part of #198
The text was updated successfully, but these errors were encountered: