I am trying to boot a FreeBSD VM on a remote Linux host, CLI only, no VNC/GUI or anything and I also don't want to go through the installation process.
I tried to use a script like this: https://gist.github.com/cen1/ca6871542ba2d336a0db4fa053e2cb22
This worked perfectly fine for Archlinux but with FreeBSD I can't ssh into the box and virt-viewer/virsh just hangs with
Escape character is ^] (Ctrl + ])
Do qcow2 images not come with SSH preinstalled? Can I achieve what I want without needing to generate my own custom image, would really like to avoid that.
I tried to use a script like this: https://gist.github.com/cen1/ca6871542ba2d336a0db4fa053e2cb22
This worked perfectly fine for Archlinux but with FreeBSD I can't ssh into the box and virt-viewer/virsh just hangs with
Escape character is ^] (Ctrl + ])
Do qcow2 images not come with SSH preinstalled? Can I achieve what I want without needing to generate my own custom image, would really like to avoid that.