Apr 29
2021
Enable Virsh Console Access For KVM Guests
To do so, log in to your guest machine via SSH or Virt-manager or Cockpit and run the following commands to enable and start a serial console:
systemctl enable serial-getty@ttyS0.service
systemctl start serial-getty@ttyS0.service
connect to console from Host
virsh console