# These are the settings enabled on the destination host. # NOTE: The below settings are *INSECURE* and were used only for testing # purposes. For production setups, secure auth and TLS must be # configured. # $ cat /etc/libvirt/libvirtd.conf | grep -v ^# | grep -v ^$ listen_tls = 0 listen_tcp = 1 auth_tcp = "none" log_filters="3:event 3:file 1:util 1:security 1:qemu 1:libvirt" log_outputs="1:file:/var/log/libvirt/libvirtd.log"