Launching a remote console worked but, from what I understand, there’s no way to log-in before the root password has been set, which can only be accomplished using incus exec.
If it is in fact a problem with how debian/13 was packaged, how do I communicate with the person who packaged it to inform them of the problem?
I could install debian/13 from an iso, which would allow me to create a log-in and ultimately ssh into the vm but, based on my experience with opensuse tumbleweed, I might very well run into the same problem with accessing the vm from incus.
It is now working for me. I don’t know what caused the temporary problem. I had rebooted the host os (fedora 43) and restarted incus. Going back through the events, it seems there was something odd happening with accessing incus as a regular user:
~# incus version
Client version: 6.19.1
Server version: unreachable
~# sudo -i
[sudo] password for k:
root@fedora:~# incus version
Client version: 6.19.1
Server version: 6.19.1
root@fedora:~# exit
~# incus version
Client version: 6.19.1
Server version: 6.19.1
At any rate, I can’t reproduce what happened earlier.