Virtualization: Father Michel lost his shell
I manage virtualization servers, and we have full control over the hypervisors. The administration of the virtual machines is handled by the clients. Ubuntu is the most commonly used operating system on our virtual machines. We deploy them using cloud images. The initial configuration is managed by cloud-init, which takes care of networking and SSH keys. It also automatically installs the qemu-guest-agent package. Running a virt-inspector on the image we use provides us with details about this package. ...