How to restart sshd after `pkgman update`

Hi all

I tend to use my “build” Haiku box headless, connecting via SSH. Earlier today I ran a pkgman update, which updated sshd. I then started a build of MAME in a tmux session, which takes about 90 minutes on this PC. Once the build started, I disconnected. And now I can’t reconnect.

Looking locally on the box, I can see the following error in /var/log/syslog:

AUTH 'sshd'[58667]: fatal: rexec of /packages/openssh-10.3p1-1/.self/lib/openssh/sshd-session failed: No such file or directory

I’m sure rebooting the box will fix this and re-point things to the updated package at /packages/openssh-10.4p1-1. But is there a way to make this happen without rebooting the box?