Hi,

The wiki, recommends starting openssh from within a chroot, on the following two pages:

https://wiki.mageia.org/en/Packagers_chroot
https://wiki.mageia.org/en/Chroot

This does not work, with a current install from cauldron, as /etc/init.d/sshd does not get created.

It seems like the systemd way of starting would be:
systemctl start openssh.service

But, then produces an error:

[root@localhost /]# systemctl start openssh.service
Running in chroot, ignoring request.


So,  Any thoughts on what is the recommended way, and I'll be happy to update the wiki to reflect this.

Regards
Glen Ogilvie