Install openssh-client in libvirt

In order to do tunnelled live migrations over SSH, libvirt needs
the SSH client to be installed or otherwise it will fail to connect
over SSH.

Change-Id: If6e1f92a4cb095d047d73bd599c46ca2681c8e86
This commit is contained in:
Mohammed Naser 2021-08-06 16:40:30 -04:00
parent b5c3d4323b
commit b8463198a1
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ apt-get install --no-install-recommends -y \
ipxe-qemu \
libvirt-clients \
libvirt-daemon-system \
openssh-client \
pm-utils \
qemu-kvm \
qemu-block-extra \