To create SSH hostkeys for the sshd of svc-runner call something like this:
ssh-keygen -t ed25519 -N '' -f ssh_host_ed25519_key
chown svc-runner:svn-runner ssh_host_ed25519_key*

