Skip to main content

System packages

The system package contains the base system software and configuration required to run the Anapaya appliance software.

The version of the system package is structured as follows:

  • Major releases: Upgrade the Anapaya appliance to a new base OS version.
  • Minor releases: Include updates and configurations for the base OS.
  • Patch releases: Provide critical fixes for individual packages in the latest minor release.

Upgrade Notes

warning

If you have a SCION listener configured for the management API, upgrading to v2.14.0, will break this SCION listener until you have at least anapaya-scion v0.39.0 installed. Please make sure you also have other means to access the appliance!

warning

The anapaya-system package contains SSH configuration files that are used to harden the SSH server running on the Anapaya appliances. Please make sure your SSH server configuration (/etc/ssh/sshd_config) contains the following line:

Include /etc/ssh/sshd_config.d/*.conf

Otherwise, the hardening configuration will not be applied.

This configuration is normally included in the base image. In certain circumstances (e.g., when the appliance was upgraded from an old base image) the line might be missing.

Ideally, your SSH server configuration should not be modified manually. If you need to make changes, please do so in the configuration files located in /etc/ssh/sshd_config.d/. To reset the configuration to the default, you can run sudo cp /usr/share/openssh/sshd_config /etc/ssh/sshd_config.

Releases