How to configure sshd as a startup service?

Hi, I’m trying to configure a Haiku box for use as a build bot in VirtualBox. In the past with Haiku alpha 4, I would place a shell script into /boot/home/config/boot/launch that would trigger sshd to launch on boot. However, this path no longer appears to be writable in Haiku nightly. Is there another command line process I can use to configure sshd as a startup script? Or failing that, a GUI-driven process to accomplish the same?

Update

Ah, looks like sshd will automatically launch on successive boots, as long as an sshd user has been created, such as by useradd sshd.

It is configurable in the network preferences, if you want to disable it.