Issue
With recent changes in podman, Synergy SKY Management Suite is unable to start within the container, as it is not able to communicate with the host on SSH. This is due to network backend being changed from slirp4netns to passt (pasta).
Workaround
To maintain functionality for the containers you will need to perform the following:
- As root ensure that slirp4netns is installed
dnf install -y slirp4netns
- As synergysky user create containers folder in /home/synergysky/.config/
mkdir /home/synergysky/.config/containers
- Create containers.conf in the new directory with the following text:
[network]
default_rootless_network_cmd = "slirp4netns" - Reboot