Examples (4)
Connect to the default hypervisor
Connect as root to the local QEMU/KVM hypervisor
virsh connect qemu:///systemLaunch a new instance of the hypervisor and connect to it as the local user
virsh connect qemu:///sessionConnect as root to a remote hypervisor using SSH
virsh connect qemu+ssh://user_name@host_name/systemmade by @shridhargupta | data from tldr-pages