Deploying chatmail on hardened server

Expected behavior

Hi, I have an hardened server with e.g. a different SSH port number and no root access via SSH. At the moment in the chatmail deploy tool I can only use ssh port 22 and authenticate as root user. I’d appreciate it to be able to deploy and run chatmail via localhost resp. directly “from inside” the server. A different way would be to add the ssh port number and use sudo for the remote ssh user.
What do you think?

Actual behavior

Maybe that feature is already available and I haven’t seen it yet?

For alternative port, you can specify it in .ssh/config in the host settings.
Deploying using sudo instead of SSH to root is not supported currently.