#!/bin/bash
apt update && apt install -y ssh qemu-guest-agent
systemctl enable --now qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable --now ssh
systemctl start --now ssh
