I'm a bit puzzled about an #ssh command 🥴 It is running (since ages, but I happened to have a closer look right now) as part of the #dirvish #backup on the host and starts an #rsync server on the backed up machine:
ssh -i /root/.ssh/backup-key bob.vpn bob rsync --server --sender -vlHogDtpre.iLsfxCIvu --numeric-ids . /
bob.vpn is the destination, so `bob` *should* be the command to run, but that's `rsync`.
What in cthulu's name does the 'bob' between 'bob.vpn' and 'rsync' mean? And no, 'bob' is not a command.