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.