openEuler 环境 ssh 终端使用 virt-manager 图形界面的配置方法
cat /etc/os-release
dnf install virt-manager
dnf install libvirt
dnf install qemu-system-x86_64
dnf install qemu-img
dnf install qemu-kvm
dnf install edk2-ovmf
dnf install xorg-x11-xauth
dnf install google-noto-sans-cjk-ttc-fonts google-noto-serif-cjk-ttc-fonts
vi /etc/ssh/sshd_config
AddressFamily any
AllowTcpForwarding yes
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
systemctl restart sshd
systemctl start libvirt
systemctl enable libvirtd