blob: 9fbfc29ad71f0ab379631a872e775f8698f18c89 (
plain)
1
2
3
4
|
Hi,<br><br>The wiki, recommends starting openssh from within a chroot, on the following two pages:<br><br><a href="https://wiki.mageia.org/en/Packagers_chroot">https://wiki.mageia.org/en/Packagers_chroot</a><br><a href="https://wiki.mageia.org/en/Chroot">https://wiki.mageia.org/en/Chroot</a><br>
<br>This does not work, with a current install from cauldron, as /etc/init.d/sshd does not get created.<br><br>It seems like the systemd way of starting would be:<br>systemctl start openssh.service<br><br>But, then produces an error:<br>
<br>[root@localhost /]# systemctl start openssh.service<br>Running in chroot, ignoring request.<br><br><br>So, Any thoughts on what is the recommended way, and I'll be happy to update the wiki to reflect this.<br><br>
Regards<br>Glen Ogilvie<br>
|