I'm using the SSH image on an MPC and everything works fine. (Thank you by the way for all your hard work!)
However, I noticed something weird and I'm puzzled how SSH can possibly work: the sshd.service file is a link to a file that doesn't exist:
As you can see in the screenshot, the mpcmnt/usr/lib/systemd/system/sshd.service file doesn't exist. However, sshd has been correctly started by systemd:
How is this possible? I'm not sure if mpcmnt is a typo or something that is intended. I see that mpcmnt is also mentioned at the end of this page in the wiki so maybe it's not a typo?
Hello, have a look if some required files are not in the overlay, so when you look at /usr, it may be not really in /usr but on the overlay ( type mount to see what is mounted )
I'm using the SSH image on an MPC and everything works fine. (Thank you by the way for all your hard work!)
However, I noticed something weird and I'm puzzled how SSH can possibly work: the
sshd.service
file is a link to a file that doesn't exist:As you can see in the screenshot, the
mpcmnt/usr/lib/systemd/system/sshd.service
file doesn't exist. However,sshd
has been correctly started bysystemd
:How is this possible? I'm not sure if
mpcmnt
is a typo or something that is intended. I see thatmpcmnt
is also mentioned at the end of this page in the wiki so maybe it's not a typo?