Hacker News new | ask | show | jobs
by rwmj 707 days ago
qemu lets you boot VMs over ssh:

  $ qemu-kvm -hda ssh://example.com/var/tmp/fedora-39.img -m 2048
The magic here is done by https://www.libssh.org// which we also use in https://libguestfs.org/nbdkit-ssh-plugin.1.html