You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the SSH server is not installed in the template, so a SSH connection to the container will not work, even if the public SSH key is given in the Proxmox GUI. To enable the SSH server, do the following:
Required information
Issue description
Hi there,
the Gentoo template is missing a feature to make the package manager work. To enable it, do the following:
echo 'FEATURES="-pid-sandbox"' >> /etc/portage/make.conf
Then the SSH server is not installed in the template, so a SSH connection to the container will not work, even if the public SSH key is given in the Proxmox GUI. To enable the SSH server, do the following:
emerge-webrsync
emerge --changed-use net-misc/openssh
rc-update add sshd default
rc-service sshd start
Further information (in German) can be found in https://www.goos-habermann.de/howto-10048-Gentoo-Proxmox-Paketverwaltung-LAMP-Software-Downgrade .
It would be nice, if you could include these "patches" into the next version of the Gentoo template. So it would be fully usable out-of-the-box.
Cu Hauke
The text was updated successfully, but these errors were encountered: