auto-updates

Automate unattended security updates and reboot policies on Ubuntu/Debian VPS servers.

6|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/mikr13/secure-server-setup-skills --skill auto-updates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updates
Source: https://github.com/mikr13/secure-server-setup-skills/tree/main/secure-server-setup/auto-updates
Command: npx skills add https://github.com/mikr13/secure-server-setup-skills --skill auto-updates

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates patch management for Ubuntu/Debian VPS servers by enabling unattended security updates and reducing exposure to known vulnerabilities.

Core Features & Use Cases

  • Enable unattended-upgrades to automatically apply security patches
  • Configure automatic reboot policies when required
  • Verify update configuration and monitor logs for successful patching

Quick Start

Run the provided setup script on a fresh or existing Ubuntu/Debian VPS to enable automatic security updates.

Frequently Asked Questions about auto-updates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure unattended-upgrades for automatic security patching on Ubuntu?

Configure unattended-upgrades on Ubuntu by modifying /etc/apt/apt.conf.d files to enable automatic security patching. This setup applies patches with minimal manual intervention and verifies status using apt and dpkg.

What is the best way to automate security updates on a Debian VPS?

Automating security updates on a Debian VPS is best handled by enabling the unattended-upgrades service. This automatically patches vulnerabilities and can configure reboot policies when kernel updates require a restart.

Can I configure automatic reboots on Ubuntu servers after security updates?

Yes, you can configure automatic reboot policies on Ubuntu servers when security updates require a restart. This ensures vulnerability patches are fully applied without needing manual intervention to reboot the VPS.

Do I need root access to set up unattended security updates on Debian?

Yes, you need root access to set up unattended security updates on Debian. Managing the unattended-upgrades service and modifying /etc/apt/apt.conf.d configurations requires elevated privileges to apply system-wide patches.

How do I verify if automatic security patching is working on Ubuntu?

Verify automatic security patching on Ubuntu by monitoring the unattended-upgrades logs. The setup process includes checking these logs and verifying the update configuration status to ensure successful vulnerability patching.